Re: git svn clone clone php/pear/Net_LDAP2 misses tags and branches

2015-10-25 Thread Edmundo Carmona Antoranz
Using -r single-revision-number (against tha same repo), I was not able to pull much (on that revision only the standard layout was set up so nothing would come out for git) Did you try with -r revision-number:HEAD? . . . r255572 = 73d7692d844ee6baae8b4b2e5fc0f07a4118d09e

Re: git svn clone clone php/pear/Net_LDAP2 misses tags and branches

2015-10-25 Thread Christian Weiske
Hello Edmundo, > Using -r single-revision-number (against tha same repo), I was not > able to pull much (on that revision only the standard layout was set > up so nothing would come out for git) It's actually the standard layout here; I only used the single parameters to rule out problems with

git svn clone clone php/pear/Net_LDAP2 misses tags and branches

2015-10-25 Thread Christian Weiske
Hi, Using git 2.6.2 to clone an SVN repository misses out branches and tags. The clone command: $ git svn clone --trunk=trunk --tags=tags --branches=branches --prefix=origin/ https://svn.php.net/repository/pear/packages/Net_LDAP2 -r 255346 The final repository's tag and branch list is

Re: git svn clone clone php/pear/Net_LDAP2 misses tags and branches

2015-10-25 Thread Christian Weiske
Hello Christian, > > Did you try with -r revision-number:HEAD? > > Good idea. I tried it, and now I have the tags and branches: Unfortunately, the tag branches only have a single commit and have no relation to the trunk branch: $ git log --oneline origin/tags/Net_LDAP2-2.0.12 0bc9db1 Tagging

Re: git svn clone clone php/pear/Net_LDAP2 misses tags and branches

2015-10-25 Thread Edmundo Carmona Antoranz
I think there's something "odd" in the way that branch was created. If I take a look at another branch: $ svn log -v --stop-on-copy https://svn.php.net/repository/pear/packages/Net_LDAP2/tags/RELEASE_2_0_0RC2 r255575 |