is there a way to get only a part (ex: a sub-folder called /library) of a github.com project and use it in svn:externals?
What I’m doing now is
$svn pe svn:externals .
SomeLibrary http://svn.github.com/myuser/myproject.git
But I don’t want everything from the project… I need something like:
$svn pe svn:externals .
SomeLibrary http://svn.github.com/myuser/myproject.git/library
This is now supported on GitHub.
With no subpath specified the entire repo is fetched:
And with a subpath specified, only that part of the repo is fetched: