I have read ch 6 that you referenced but find that it assumes a lot of
specific knowledge. I have been using "svnserve", it was a typo in my
previous post.
I'll focus on getting the svn protocol right. Here's what I tried:
[phil@hardwoodthunder subversion]$ svnserve -i
( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )
1.
[phil@hardwoodthunder subversion]$ svn checkout
svn://localhost/usr/local/subversion/repos
svn: URL 'svn://localhost/usr/local/subversion/repos' doesn't exist
2.
[phil@hardwoodthunder subversion]$ svn checkout
svn://localhost/usr/local/subversion/repos/trunk ReportingSystem
svn: URL 'svn://localhost/usr/local/subversion/repos/trunk' doesn't exist
3.
[phil@hardwoodthunder subversion]$ svn checkout
svn://localhost:3690/usr/local/subversion/repos
svn: URL 'svn://localhost:3690/uxr/local/subversion/repos' doesn't exist
[phil@hardwoodthunder subversion]$
4.
[phil@hardwoodthunder subversion]$ svn checkout
svn://localhost:3690/usr/local/subversion/repos/trunk ReportingSystem
svn: URL 'svn://localhost:3690/usr/local/subversion/repos/trunk' doesn't
exist
no luck
I can checkout using the file:/// protocol from the command line so I
have installed correctly.
I'm stuck. Please nudge me.
thanks,
Phil
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 20 20:20:49 2005