A note on Subversion URLs

Nathan Fiedler <[email protected]> Sat, 20 Nov 2004 14:24:46 -0800
Newsgroups gmane.comp.java.jswat.devel
Organization Blue Marsh Softworks
Message-ID <1100989486.17013.4.camel@chip>
This message is for those of you who have checked out the JSwat source
code using a Subversion client. Prior to yesterday, you would have used
a URL like the one below:

   http://www.bluemarsh.com/repos/jswat/trunk/

As of yesterday, the Subversion server is no longer running as an Apache
module (because Fedora Core 3 does not seem to supply one, yet they
supply both Apache and Subversion). Instead, it is served via the
svnserve process which is listening on port 3690 (the 'svn' port). From
this point onward, the URL for retrieving the JSwat source code will be:

   svn://bluemarsh.com/repos/jswat/trunk/

If you have already checked out the source code, you will need to check
out the source again using the new URL.

Sorry for the inconvenience.

n