[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Syntax error parsing revision - svn+ssh URL , root directory option

From: Matt Zagrabelny <mzagrabe_at_d.umn.edu>
Date: 2006-02-22 20:46:18 CET

the server and client are using subversion from debian: 1.2.3.dfsg1-3

on subversion server:

svn@server$ cat .ssh/authorized_keys2
command="svnserve --tunnel --root=/home/svn/svn --tunnel-user=mzagrabe"
ssh-rsa <KEY OMITTED>

on client:

mzagrabe_at_client$ svn list svn+ssh://svn@server
svn: Syntax error parsing revision 'server'

if i omitt the '--root=/home/svn/svn' statement in the authorized_keys2
file, then things seem to work:

svn@server$ cat .ssh/authorized_keys2
command="svnserve --tunnel --tunnel-user=mzagrabe" ssh-rsa <KEY OMITTED>

mzagrabe_at_client$ svn list svn+ssh://svn@server/home/svn/svn
project/

this seems to be the same problem as referenced below:

http://svn.haxx.se/users/archive-2005-06/1743.shtml

does anyone have any suggestions for getting the '--root' option to go
in this scenario. everything is pretty vanilla here, i havent made any
changes.

thanks for the help.

-matt zagrabelny

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 22 20:47:56 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.