Skip to content

Keep track of empty directories in SVN space

Julien "_FrnchFrgg_" Rivaud requested to merge frnchfrgg/emptydirs into master

The PathMap implementation recursively discards empty directories when removing files, to match what Git does. Yet SVN keeps track of empty directories. Introduce and use a derivative of PathMaps that do not automatically remove empty directories (they can still be explicitly removed as any other element).

Merge request reports

Loading