Info on Subversion repository access.
1.1 --- a/README.CVS Wed Apr 26 20:30:11 2006 +0000
1.2 +++ b/README.CVS Wed Apr 26 23:17:39 2006 +0000
1.3 @@ -1,13 +1,4 @@
1.4 -
1.5 -The latest development version of SDL is available via CVS:
1.6 -
1.7 -cvs -d :pserver:guest@libsdl.org:/home/sdlweb/libsdl.org/cvs login
1.8 -# No password, so just hit enter when prompted for a password
1.9 -cvs -d :pserver:guest@libsdl.org:/home/sdlweb/libsdl.org/cvs checkout SDL
1.10
1.11 -When you check a fresh copy of SDL out of CVS, you need to generate
1.12 -the files used by make by running the "autogen.sh" script, which will
1.13 -run aclocal, automake, autoconf and then run configure.
1.14 +SDL is no longer hosted in a CVS repository. Please see README.SVN for
1.15 +information on accessing our Subversion repository.
1.16
1.17 -There is a web interface to cvs at http://www.libsdl.org/cgi/cvsweb.cgi
1.18 -
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
2.2 +++ b/README.SVN Wed Apr 26 23:17:39 2006 +0000
2.3 @@ -0,0 +1,18 @@
2.4 +
2.5 +The latest development version of SDL is available via Subversion.
2.6 +Subversion allows you to get up-to-the-minute fixes and enhancements;
2.7 +as a developer works on a source tree, you can use svn to mirror that
2.8 +source tree instead of waiting for an official release. Please look
2.9 +at the Subversion website ( http://subversion.tigris.org/ ) for more
2.10 +information on using svn, where you can also download software for
2.11 +MacOS, Windows, and Unix systems.
2.12 +
2.13 + svn checkout svn://libsdl.org/trunk/SDL
2.14 +
2.15 +When you check out a fresh copy of SDL out via svn, you need to
2.16 +generate the files used by make by running the "autogen.sh"
2.17 +script, which will run aclocal, automake, autoconf and then
2.18 +run configure.
2.19 +
2.20 +There is a web interface to svn at http://www.libsdl.org/wsvn
2.21 +