Tags

Archives


Blog

Tag = ‘subversion’


Apr 2008
13

Using svn:externals

After learning most of the basics of subversion, I discovered I had missed one of its most useful features: svn:externals. This allows you to checkout multiple repositories into one location. For a mo..

Aug 2007
27

Eclipse and Subversion over SSH

I use subversion for my version control - and I have recently had to set up Eclipse to access the subversion repository on my new server. This proved trickier than expected, largely because of bad ins..