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
[Knut Yrvin]
I made a svn-skolelinux direcotry. (USERNAME=knuty) In .bashrc i wrote this in the bootom:
SVN_SSH="ssh -l knuty@developer.skolelinux.no"
Good to see that the svn transition was successfull. :)
Hm, should we use cvs.skolelinux.no (or perhaps get svn.skolelinux.no created) instead of developer.skolelinux.no? I believe so. All of them point to the same machine at the moment, but there might come a time where we want to move the svn repository away from developer.s.n.
torsdag 13. oktober 2005, 16:50, skrev Knut Yrvin:
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
I had to use «export LC_ALL=no_NO.UTF-8» Because if I did not, I got the message: svn: Can't recode string This is because there are files in the repository with non-ascii signs :-)
Axel Bojer
På Thu, 13 Oct 2005 16:50:46 +0200, skrev Knut Yrvin knuty@skolelinux.no:
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 :-)
jorgenhg updated a file a few hours ago, but the webpage is still not updated:
http://developer.skulelinux.no/info/prosjektet/delprosjekt/opplegg_utviklert...
Is there a synchronization script that needs to be adapted to SVN?
Regards, Gaute Hvoslef Kvalnes
Knut Yrvin wrote:
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
I'd thought I'd do some translation from my computer at the University of Oslo, but something fails. Hopefully, some of you can tell me where I get lost.
I did: lrisan@lovelace /opt $ svn co svn+ssh://larsr@developer.skolelinux.no/repos/skolelinux/trunk/i18n skolelinux_svn/i18n/
I got the following reply, and tried (not knowing what i did) "yes":
The authenticity of host 'developer.skolelinux.no (158.36.191.136)' can't be established. RSA key fingerprint is e1:de:b4:de:8f:f9:d2:bf:16:50:61:dd:6d:2c:22:fc. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'developer.skolelinux.no' (RSA) to the list of known hosts.
On typing my pasword I just get a second try:
larsr@developer.skolelinux.no's password: [my_passord] larsr@developer.skolelinux.no's password:
Strangely, if I give WRONG passoword I get this relpy:
larsr@developer.skolelinux.no's password: Permission denied, please try again. larsr@developer.skolelinux.no's password:
_After_ this, I did what Knut suggested above, but it made no difference.
Any clue anyone?
thanks, Lars
tirsdag 22 november 2005, 13:42, skrev Lars Risan:
_After_ this, I did what Knut suggested above, but it made no difference.
Any clue anyone?
I type my password fast, and get the samme response ~/svn-skolelinux/trunk$ svn up knuty@developer.skolelinux.no's password: Permission denied, please try again. knuty@developer.skolelinux.no's password:
When typing my password slow, then everythings work.
- k