Now there's a work-around, but it seems relatively unknown. Yes you read well: use absolute paths instead of relative paths. That's it. Basically do:
$ svn co http://server/project/trunk c:\Projects\project.git
For git svn, from the git batch command line:
$ git svn clone [options] http://server/project/trunk /c/Projects/project.git
It also appears that svn client 1.7, out Q1 2011, will also fix that. But I couldn't confirm it from the roadmap.
No comments:
Post a Comment