Archive

Archive for the ‘SVN’ Category

Upgrading your SVN repository to SSL

July 1st, 2007 Comments off

Ever updated your SVN repository to a new host or upgraded it to use SSL and had to checkout a new working copy because the repository at http:// no longer exists? You can move your working copy to a new repository like so:

svn switch —relocate http://svn.photo-king.org/trunk https://svn.photo-king.org/trunk

Have a look at the SVN manual for more details.

Categories: Development, Geeky, SVN Tags: