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

A Good SVN Tutorial/Documentation

  • 06-03-2011 2:52pm
    #1
    Registered Users, Registered Users 2 Posts: 1,019 ✭✭✭


    Hi Folks,

    Im hoping there are some developers riffling through this forum that have perhaps used SVN and hopefully even set it up. I have used SCM in a few jobs and its generally straight forward with an IDE like Eclipse cutting down on alot of friction. Unfortunately though I've never set an SCM repo and alot of the tutorials Im finding online are a bit confusing as they dont explain alot of stuff its just use this command.

    Can anyone recommend a good tutorial that will walk me through setting up an SVN repo on Ubuntu for just basic usage. I want to use it for my college projects for code and documents. Any and all suggestions welcome.

    Dave


Comments

  • Registered Users, Registered Users 2 Posts: 7,518 ✭✭✭matrim


    https://help.ubuntu.com/community/Subversion

    and if you want http access

    https://help.ubuntu.com/community/ApacheHTTPserver for apache.

    This gives simple instructions for setup and is fine if it's for local lan access. If you need remote access there are other security configurations you'll need to consider.

    If you need access to it anywhere you might be better off going for one of the code services that offer private repositories. This thread offers some advice


  • Registered Users, Registered Users 2 Posts: 5,246 ✭✭✭conor.hogan.2


    I am curious why you want to use SVN, especially considering Linus's extreme distaste for it and CVS.


  • Moderators, Technology & Internet Moderators Posts: 1,336 Mod ✭✭✭✭croo




  • Registered Users, Registered Users 2 Posts: 1,922 ✭✭✭fergalr


    I am curious why you want to use SVN, especially considering Linus's extreme distaste for it and CVS.

    Because its a solid, proven, version control system, with good and common tool support.
    If a decentralised version control system isn't specifically required, why not use SVN?

    Who cares what Linus Torvalds finds distasteful?

    The linux kernel has a specific need for a distributed system; many projects don't; for many projects SVN does the job very well.


  • Registered Users, Registered Users 2 Posts: 5,246 ✭✭✭conor.hogan.2


    I dont particularly care what he thinks either (although it does hold weight) I just bring it up because the OP uses Ubuntu.

    Nor do I have anything against SVN, in fact so far its the only version control Ive used :D.

    Just curious.


  • Advertisement
Advertisement