Configure (or mimic) svn:externals to include code from Github in a svn-hosted project
Posted
by Dylan Beattie
on Stack Overflow
See other posts from Stack Overflow
or by Dylan Beattie
Published on 2010-02-05T11:19:30Z
Indexed on
2010/04/04
22:43 UTC
Read the original article
Hit count: 457
We use Subversion locally, and we're working on a project that uses a fork of Fluent NHibernate, which is hosted on Github.
I'd like it set up so that a single svn checkout will retrieve everything necessary to build the project, but maintain the ability to fetch HEAD updates from github.
Is there any way I can pull code from the Git repository as though it was an svn:external dependency? Can I just check the .git folder into our Subversion repository and just run git fetch when I need to, then svn commit the results?
© Stack Overflow or respective owner