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

command="svnserve -t --tunnel-user user --root /root" on HP-UX

From: Hitzinger, Jozef <jhitzinger_at_soitron.com>
Date: Thu, 28 Feb 2008 15:50:12 +0100

Hello,

we're using subversion 1.4.6 from HP-UX porting archive
http://hpux.connect.org.uk/hppd/hpux/Development/Tools/subversion-1.4.6/
on HP-UX pa-risc 11.23 machine. We've configured svnserve for svn+ssh://

access, with repository under account "svn" and authorized_keys:

command="svnserve --tunnel-user user1 -t" \
no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty \
ssh-dss <key1.........>
command="svnserve --tunnel-user user2 -t" \
no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty \
ssh-dss <key2.........>

svn commands via svn+ssh://svn@localhost/home/svn/repos are working.

Expected behavior is that the changes are logged as done by user1 or
user2,
as instructed by the --tunnel-user options.

Observed behavior: all changes are logged as done by account "svn".
Same results with "--tunnel-user=user1", "--tunnel-user=user2".

Similarly, adding "--root=/home/svn" to the command seems to be broken,
i.e. svn+ssh://svn@localhost/repos does NOT work, while full path does.

Thanks for any hint that gets --tunnel-user working.

--
jozef  :-)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-28 16:48:03 CET

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.