svn-all-fast-export / svn2git

:octopus: A fast-import based converter for an svn repo to git repos
GNU General Public License v3.0
262 stars 100 forks source link

Notes on end slash requirement #132

Closed gabyx closed 3 years ago

gabyx commented 3 years ago

So far only a note in the Readme:

I was searching for the code to fix this "end slash" issue. But could not find the correct place yet. Could that be fixed by removing all front slashes /myfile.txt just before sending it to git fast-import, shouldn't that work?

Thansk for merging.