Here's a useful thing on subclipse on 12.04
- updated eclipse to latest everythings, now on 3.7.2
- sudo apt-get install libsvn-java
- check subclipse not installed already - OK
- Used info at link above to install subclipse 3.6
- restart eclipse and add required project to the repository (svn+ssh://servername......)
Now for the server
- sudo apt-get install subversion
- create a new repository with
svnadmin create ~/pootlesrepo - setup basic security: - add this to ~/pootlesrepo/conf/svnserve.conf
anon-access = none
auth-access = write
password-db = passwd - setup a user in ~/pootlesrepo/