Viewing the Repository
To check out the repository without making any changes, check out the browsable svn below. If all you need is the url for the svn, here it is as well.
Working with the Repository
The SVN site is hosted on
Alioth (please do not download the SourceForge SVN tree, it could be out of date).
You can do an "anonymous" checkout in the following way:
svn co svn://svn.debian.org/tux4kids/
This will get you the source code, but you won\'t be able to check in your modifications, because you need to have an account on Alioth.
To get a fully-functional SVN checkout,
apply for an Alioth account and wait for administrator approval. Once you
have approval, do the checkout in the following way:
svn co svn+ssh://fred-guest@svn.debian.org/svn/tux4kids
assuming your user name is "fred-guest". You will have to supply your password (perhaps more than once; note you can upload an SSH key to Alioth and
bypass the requirement to type the password each time you make a commit).
With this checkout, you can use the full functionality of SVN and distribute your improvements to all the developers. If you started developing with an
anonymous checkout, you can manually copy any changes over to the new directory created with your Alioth account and check them in.