I am working a project that does not have a trunk / branches / tags directory structure - ie. everything is in the root of the svn repo.
I would like to create a tru
Old post but I too had the same issue with all my repos were in the root and not in trunks. This presented a problem when trying a simple git svn clone command. After hours of trial and error, it was a simple:
git svn clone --username byname http://www.MySVNserver.com:81/repos/project1 --no-metadata --trunk=.