Später mehr... http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.tour.initial
Unsere Repostories liegen unter /var/svn/ das aktuelle repo von drupal ist im Verzeichnis wwwfsk3/trunk .
Es kann svn auch über ssh getunnelt werden um lokal auszuchecken, z.B.: svn+ssh://user@server:/var/svn/wwwfsk3/trunk
Dies sind typische Subversion Aktionen:
* Update your working copy o svn update * Make changes o svn add o svn delete o svn copy o svn move * Examine your changes o svn status o svn diff o svn revert * Merge others' changes into your working copy o svn update o svn resolved * Commit your changes o svn commit