Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git-svn-clone-externals doesn't work with a revision specified? #11

Open
relaxnow opened this issue Oct 10, 2011 · 1 comment
Open

git-svn-clone-externals doesn't work with a revision specified? #11

relaxnow opened this issue Oct 10, 2011 · 1 comment

Comments

@relaxnow
Copy link

It appears as if git-svn-clone-externals doesn't work when the external specifies the revision to use:

  $ git-svn-clone-externals
  library/shindig/php/src -> 1094333
  git svn clone -r 1094333 library/shindig/php/src
  Using existing [svn-remote "svn"]
  svn-remote.svn.fetch already set to track :refs/remotes/git-svn

  $ git svn show-externals

  # /

  # /library/shindig/php/
  /library/shindig/php/src    -r 1094333    http://svn.apache.org/repos/asf/shindig/trunk/php/src
@danyowdee
Copy link

I've had a similar problem, in that git svn show-externals did not print any whitespace between the path and revision.

I've just fixed this in my fork and added support for custom destination names (e.g. /frameworks/-r12345 svn://example.com/foo/bar/trunk foo_bar).
Issued a pull-request just now: #16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants