svn setup and migration
April 23rd, 2009
1 comment
Install subversion straight from apt.
apt-get install subversion
Migrating svn repository from old server to new server:
Install subversion straight from apt.
apt-get install subversion
Migrating svn repository from old server to new server:
As I’m always using ssh, copying or rsyncing files between all my servers I find it very annoying to always have to type in my login password. To avoid that, I exchanged my ssh keys so that all the authentication is done through those keys. To achieve that simply: