NEWTIES Subversion Access (Read only access: (User: readonly, Password: readonly)
Anyone can check code out of Subversion. You only need to specify a username and password in order to update the Subversion repository, and only NEWTIES committers have the permissions to do that. We run Subversion over standard HTTPS, so hopefully you won't have problems with intervening firewalls.
Check out from Subversion
Again, anyone can do this. Use a command like:
svn checkout https://www.new-ties.org/svn/newties/trunk
Alternatively if someone needs the last stable release (for example version 2.4) he can use the following url instead:
svn checkout https://www.new-ties.org/svn/newties/branches/Release-2.4
Commit Changes to Subversion
Any NEWTIES committer should have an account on www.new-ties.org and a Subversion password
Once your password is set, you can use a command like this to commit:
svn commit
If Subversion can't figure out your username, you can tell it explicitly:
svn --username you commit
Subversion will prompt you for a password, and once you enter it once, it will remember it for you. Note this is the password you configured with svnpasswd, not your shell or other password.