Search code examples
gitsvngit-svngit-checkoutsvn-checkout

How to download the project using the git-svn-id?


The question might seem too simple or might be irrelevant here. But i need some help immediately.

I got the git-sv-id of the library required in this link http://code.google.com/p/vncj/updates/list

I do not know how to download such files. When i tried the svn checkout option in an empty folder it did not work

I need the files of that project. Anyone with some basic info kindly help.


Solution

  • That is actually a git clone so you should follow the instructions as given on http://code.google.com/p/vncj/source/checkout. The git-svn-id references that you see in the commit messages suggest that the git repo itself is initialized from a svn repo, and correspond to each of the commits in that svn repo.

    enter image description here