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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

SVN equivilent of Github?

  • 24-01-2012 11:35am
    #1
    Registered Users, Registered Users 2 Posts: 2,040 ✭✭✭


    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