wiki.webvm.net/ subversion

Physical location

The repository is located in /srv/svn on nox

For WebVM sourcecode

svn co svn+ssh://$USER@nox.vm.bytemark.co.uk/srv/svn/code

For public code

Writing:

svn co svn+ssh://$USER@nox.vm.bytemark.co.uk/srv/svn/public

Reading:

svn co http://svn.webvm.net/public/

Reference

Tips

How do you diff ignoring .svn cruft?

Like this d32:~/google/trunk/gears/third_party% diff -ur -x.svn sqlite_vendor sqlite_google

How do I quickly see the last diff?

svn di -r PREV which is the same as git’s git diff ^

Subversion is terrible slow and tracking the Trac timeline is also slow.