# the svn repository has has a public directory accessible through plain # http and all content in the /trunk/public/ is open for everybody and they # will have read and write access! http://www.dejongehondenvanheemskerk.nl/svn/jhvh/trunk/public/ http://www.dejongehondenvanheemskerk.nl/svn/jhvh/trunk/public/welcome.txt # public open for everybody checkout command svn co http://www.dejongehondenvanheemskerk.nl/svn/jhvh/trunk/public/ ~/jhvh-plublic/ ------------------------------------------------------------------------ # for full contributers only use the secure parts for committing: https://dejongehondenvanheemskerk.nl/svn/jhvh or https://secure.dejongehondenvanheemskerk.nl/svn/jhvh the subversion repository is linked to the jhvh-commit mailinglist. sent an email to jhvh-devel@lists.dejongehondenvanheemskerk.nl to receive a subversion account for read and write access. # checkout command svn co https://secure.dejongehondenvanheemskerk.nl/svn/jhvh/trunk ~/jhvh-checkout/ ------------------------------------------------------------------------ svn add filename svn del filename svn move filename0 filename1 svn diff filename2 filename3 svn commit --message "describe all your changes" svn update svn status svn diff # online svn book http://svnbook.red-bean.com/ http://www.collab.net/community/subversion/articles/CollabNet_SVNQuickReferenceCard.pdf