Project hosting on Github?

20 views
Skip to first unread message

Daniel Hahler

unread,
Nov 25, 2012, 5:41:35 PM11/25/12
to back...@googlegroups.com
I am looking into backshift and wondered if you have considered hosting the project on Github?

This would make it easier to track issues and provide patches.


Regards,
Daniel.

Dan Stromberg

unread,
Nov 25, 2012, 7:24:15 PM11/25/12
to back...@googlegroups.com

I've considered both git and mercurial.

The main thing preventing going with one of them, is neither seems to do external references very well (I hope I'm wrong about that!), and I use external references pretty extensively in my svn.

Thanks for your interest.

BTW, at this time, trunk is quite a bit faster than any of the tags or branches.
--
Dan Stromberg

Dan Stromberg

unread,
Nov 25, 2012, 8:51:59 PM11/25/12
to back...@googlegroups.com

FWIW, it's possible to get some of the advantages of git by using git as a client for an SVN server.
--
Dan Stromberg
Message has been deleted

Daniel Hahler

unread,
Dec 12, 2012, 9:54:57 AM12/12/12
to back...@googlegroups.com
(My first answer to this appears to have been (accidentally) deleted).

You might be able to replace your use of SVN externals with Git submodules, which would reference whole repositories though (and not just specific files/subpaths).
You could have a separate directory for the submodules and then only symlink to specific files from where you need them, for example.

There is SubGit, which would allow you to seamlessly migrate from SVN to Git (by using both in parallel).
But that would make sense only, if you could use a remote Git repository for synchronization (Github) and is probably not worth the effort, if you intend to switch completely anyway.
See also https://help.github.com/articles/importing-from-subversion .


Cheers,
Daniel.
Reply all
Reply to author
Forward
0 new messages