Tuesday 12 March 2013

time for version control - setup subclipse

Notes on setting up subclipse for my ickle projects

Here's a useful thing on subclipse on 12.04

  1. updated eclipse to latest everythings, now on 3.7.2
  2. sudo apt-get install libsvn-java
  3. check subclipse not installed already - OK
  4. Used info at link above to install subclipse 3.6
  5.  restart eclipse and add required project to the repository (svn+ssh://servername......)

Now for the server

  1. sudo apt-get install subversion
  2. create a new repository with
    svnadmin create ~/pootlesrepo
  3. setup basic security: - add this to ~/pootlesrepo/conf/svnserve.conf
    anon-access = none
    auth-access = write
    password-db = passwd 
  4. setup a user in ~/pootlesrepo/
 That's it ready to go