[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

My svn-transition



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 
  # 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

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



Reply to: