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

How do I find out who svn thinks I am?

From: Ted Stern <dodecatheon_at_gmail.com>
Date: Fri, 19 Jun 2009 12:06:57 -0700

I use the svn+ssh access method multiplexed via a single user account,
say 'projectmgr', using ~projectmgr/.ssh/authorized_keys to start up
svnserve with the --tunnel-user option. This enables me to convert
our standard usernames from company-mandated ids to real names.

Does svn have a command that would tell me what my --tunnel-user
userid is? I'm setting up a build process that installs into a
<prefix>/<builder_name>/ directory, and I'd like to use the same
builder-id as the tunnel-user.

Here's a hack I've tried in bash

     builder_name=`svn lock somefile | cut -f4 -d"'"`
     svn unlock somefile

but I'd like something that doesn't require locking a file, even
temporarily.

Ted

-- 
 Frango ut patefaciam -- I break so that I may reveal
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2363642
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-19 21:08:03 CEST

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.