You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2002/12/03 04:49:25 UTC

ra_svn, woo!

[sussman@kepler:~/projects/test]$ svnserve
[sussman@kepler:~/projects/test]$ ps aux | grep svn
sussman 37600  0.0  0.3  2380 1272  ??  Ss   10:42PM   0:00.00 svnserve
[sussman@kepler:~/projects/test]$ 
[sussman@kepler:~/projects/test]$ svn co svn://localhost/usr/local/svn/repo2 wc
A  wc/dir1
A  wc/dir1/nested-clauses
A  wc/dir1/foodir
A  wc/dir1/computer_resume.txt
...

[sussman@kepler:~/projects/test/wc]$ svn st -u
Head revision:      8
[sussman@kepler:~/projects/test/wc]$ svn up
At revision 8.
[sussman@kepler:~/projects/test/wc]$ svn info | grep Url
Url: svn://localhost/usr/local/svn/repo2
[sussman@kepler:~/projects/test/wc]$ svn log -rHEAD
------------------------------------------------------------------------
rev 8:  sussman | 2002-11-26 15:25:21 -0600 (Tue, 26 Nov 2002) | 4 lines

supa dupa!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org