svn:externals a sub-folder of a git project

Posted by dgaspar on Stack Overflow See other posts from Stack Overflow or by dgaspar
Published on 2010-06-10T19:39:45Z Indexed on 2010/06/11 0:33 UTC
Read the original article Hit count: 318

Filed under:
|
|
|

Hi, 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

© Stack Overflow or respective owner

Related posts about svn

Related posts about git