I made a svn-skolelinux direcotry. (USERNAME=knuty)
In .bashrc i wrote this in the bootom:

SVN_SSH="ssh -l [EMAIL PROTECTED]"
LANG=nb_NO.ISO-8859-1 
  # 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://[EMAIL PROTECTED]/var/lib/svn/repos/skolelinux/trunk

To check in a new article in the www directory:

cd svn-skolelinux/trunk/www
emacs artikler.html
svn up artikler.html
svn ci -m "my comment" artikler.html

I don't know if http://d.skolelinux.no/artikler.html points to the appropriate 
svn-directroy? But my changes in the repository :-)

- Knut


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to