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

[git-users] Behavior of 'git clone --depth d --no-single-branch' ? It's not doing at all what I expect.

2014-12-05 Thread Stephen Morton
I'm trying to make a slice of a very large repo, discarding old history. I'm doing this which I figure should take me back enough time. git clone --depth 9320 --no-single-branch ssh://URL But then the resulting repo has the entire history. Neither the whole history, nor the master branch