I'm using msysgit on windows
on old repo i had no problems with this command
git svn clone -s --username=XXX https://URL
but repo has moved and now the url is like that: svn://URL:port how can i set this port number ? using
git svn clone svn://URL:port
results with 'mkdir ... not a directory' error, and without port it can't find the repository