trevorr / vss2git

Migrate Visual SourceSafe repositories to Git
Apache License 2.0
153 stars 116 forks source link

Unable to rebase the files tree #26

Open nowox opened 8 years ago

nowox commented 8 years ago

VSS has a unique project tree. The project bar located in $/project/foo/bar will be saved in Git in the ./foo/bar while it would be better to rebase it to ./

A field Rebase would be appreciated I think.

wcypierre commented 5 years ago

It is a bit late down the road, but if you clone from this repo and branch it does have that functionality https://github.com/marcrocny/vss2git/tree/collapse-path

I've tested on one level instead of three levels down so not sure if it makes a difference (as in $/project is saved into /)