From: Bryan P. <br...@ib...> - 2012-07-02 07:28:22
|
On Sun, Jul 1, 2012 at 10:59 PM, John Labenski <jla...@gm...> wrote: > There is a "live" SVN -> Git translator and wxWidgets uses it. Perhaps > this could work here as well? > > https://github.com/wxWidgets/wxWidgets This is only really useful for advanced Git developers, who still are required to make commits using SVN with the original repository, not the one on GitHub. See the git-svn manpage for details on how to set this up if you're interested though, anyone with SVN read access can do it. But it might also be interesting to note that GitHub actually has also provided SVN support directly into repositories hosted on GitHub. This works not only for checkout, but also for commits: https://github.com/blog/1178-collaborating-on-github-with-subversion Regards, Bryan Petty |