Re: [git-users] Git svn error on svn repository created with svn 1.8

2014-12-05 Thread Steve Schwarz
On Thursday, December 4, 2014 1:09:27 PM UTC-6, Magnus Therning wrote: On Wed, Dec 03, 2014 at 05:10:05AM -0800, Steve Schwarz wrote: When I clone the repository I get an error reading the local file system format: $ git svn clone file:///tmp/test-svn -s Initialized empty Git

Re: [git-users] Git svn error on svn repository created with svn 1.8

2014-12-04 Thread Magnus Therning
On Wed, Dec 03, 2014 at 05:10:05AM -0800, Steve Schwarz wrote: I'm following the steps in: http://git-scm.com/book/en/v2/Git-and-Other-Systems-Git-as-a-Client to move an svn repository to git. My local svn version is: $ svn --version svn, version 1.8.10 (r1615264) compiled Aug 25 2014,

[git-users] Git svn error on svn repository created with svn 1.8

2014-12-03 Thread Steve Schwarz
I'm following the steps in: http://git-scm.com/book/en/v2/Git-and-Other-Systems-Git-as-a-Client to move an svn repository to git. My local svn version is: $ svn --version svn, version 1.8.10 (r1615264) compiled Aug 25 2014, 10:52:18 on x86_64-apple-darwin12.5.0 When I clone the repository I