Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

SVN equivilent of Github?

Options
  • 24-01-2012 12:35pm
    #1
    Registered Users Posts: 2,023 ✭✭✭


    I'm using Mercurial for a large personal project that I have on the go which has quite a few dependencies on external libraries.

    I handle these dependencies by using sub repositories in Mercurial, which is simple enough for other Mercurial or Git repositories. I fork them on my Bitbucket/Github accounts, clone from the forks and frequently merge in changes from the original. DVCS in action.

    But SVN... I can set up a remote SVN sub repository no problem in the eyes of Mercurial, but if I change any of the files, it'll usually try to push to a SVN server I only have read only access to!

    Is there a SVN equivilent to making a new repository and pulling some remote one into it? Is there a SVN equivilent to Github?


Comments

Advertisement