We're Moving!

To keep up with our project growth, we're relocating our main web server to a more powerful system. As such, expect the IP address for http://www.honeyclient.org to change. If you have problems reaching the new site, you can also reach the new web site at http://nanuk.honeyclient.org.

Also, we've rolled out a new SVN server and have updated the DeveloperGuide with the new URLs, accordingly. If you have checked out an existing SVN copy, you can use the following example commands to migrate to the new repository location.

For example, if you have an anonymous checkout of trunk, use this command:

cd /path/to/working/copy/of/trunk
svn switch --relocate svn://www.honeyclient.org/honeyclient/honeyclient/trunk svn://svn.honeyclient.org/honeyclient/trunk

For example, if you have an authenticated checkout of trunk, use this command:

cd /path/to/working/copy/of/trunk
svn switch --relocate svn+ssh://username@www.honeyclient.org/home/svn/honeyclient/honeyclient/trunk svn+ssh://username@svn.honeyclient.org/svn/honeyclient/trunk