RSS
 

SVN

16 Feb

First off – I’d just like to point out that now Planet Ubuntu should be getting all blog posts from here :)

Secondly, I’ve set up a local SVN repository (without apache access). This is mainly just for my coding, which I seem to be doing a lot of at the minute, so I figured in my downtime from that, I’d set up SVN.

It was pretty easy, and I have Netbeans (we have to use it at Uni, I’ve grown to like it though, it’s pretty good) set up to commit to the svn repo’s for the various projects etc. Which was also incredibly easy to set up. I’m pleased I did it, whether it will be used remains to be seen. Either way, I think I better get back to coding this interface! So far I’m doing ok (though I’ve not got more than 1 class so far either…)

Share with others:
  • Digg
  • Identi.ca
  • Slashdot
  • Facebook
  • Twitter
  • StumbleUpon
  • LinkedIn
  • email
 
 

Tags: , , , , ,

Leave a Reply

 
 
  1. Jacob Peddicord

    February 16, 2009 at 13:12

    I’m curious, have you tried using Bazaar? I’ve been using it with a group internally for managing websites and it is excellent. If I can’t connect to the server for whatever reason, I just commit locally and then update my branch later. I don’t think there’s NetBeans integration, but it’s definitely worth a try.

     
  2. mathew

    February 20, 2009 at 21:09

    Yeah, if you think SVN is easy to set up, you should try bzr.

    http://lpar.ath0.com/2008/09/18/thoughts-on-version-control/