rcaputo / snerp-vortex

A subversion repository exporter.
15 stars 3 forks source link

how to handle subdirectory branching? #11

Open rcaputo opened 14 years ago

rcaputo commented 14 years ago

I have a repository (workbench) that promotes a subdirectory into trunk:

mv /trunk /trunk-x mv /trunk-x/workbench /trunk rmdir /trunk-x

Snerp Vortex ttires to do this:

git branch -m trunk trunk-x ... how does git "branch" a directory? fail.

rcaputo commented 14 years ago

I am investigating a structure visualizer/editor that will let humans decide whether these things are branch renames or directory renames. It'll be a bit more work for the user, but it'll give the user the final say in questionable cases like this.