Re: [git-users] Trying to convert svn repos to Git repos

2013-01-21 Thread John McKown
If the problem is that you type in something like: git svn clone svn.repo have you tried: git svn clone 'svn.repo ' put the repo name inside ' marks and put in the trailing blank. If you want a equivalent, but more esoteric command: git svc clone svn.repo\ with a space after the \ (aka back s

Re: [git-users] Trying to convert svn repos to Git repos

2013-01-21 Thread Philip Oakley
is it that svn2git won't accept / parse the trailing space? [It's not my area of expertise...] Philip - Original Message - From: waas.nett To: git-users@googlegroups.com Sent: Monday, January 21, 2013 8:10 PM Subject: [git-users] Trying to convert svn repos to Git re

[git-users] Trying to convert svn repos to Git repos

2013-01-21 Thread waas.nett
Hi there I have started recently to use Git. Since I have been using svn for a couple of year I would like to convert those svn repos including their history to Git repos. I have converted already some repos, which is certainly time-consuming, but it seems to work. Unfortunately, I have now one