svn mini-intro by Knut Yrvin Nov 21th 2005 I made a svn-skolelinux direcotry. (USERNAME=knuty) In .bashrc i wrote this in the bootom: SVN_SSH="ssh -l knuty@developer.skolelinux.no" LANG=nb_NO.ISO-8859-1 # export LC_ALL=no_NO.UTF-8 # This string was recomended by # # Axel Bojer # LANG was initialy don't set. I had to set it # I had to set it to get svn to check everything out export SVN_SSH LANG # eof Then I Check out everything from the main branch: svn co svn+ssh://knuty@developer.skolelinux.no/var/lib/svn/repos/skolelinux/trunk Change direktory to skolelinux www-direktory for developers: 'cd $HOME/svn-skolelinux/trunk/www/developer.skolelinux.no/' To check in a new article in the www directory: emacs artikler.html # do the changes in an appropriate editor svn up artikler.html # do the update first to prevent collision svn ci -m "my comment" artikler.html # check in the changes After 1-15 minuters the www-page http://d.skolelinux.no/artikler.html get updated