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

RE: RE: svn whoami?

From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-08-04 16:12:33 CEST

> -----Original Message-----
> From: Stuart Celarier [mailto:SCelarier@corillian.com]
>
> If you just want to know whose credentials are cached, you
> can construct
> a small utility to parse the cache, it is text and that wouldn't be
> difficult.

That was my first thought, however, there are several credential files
and it wasn't obvious as to which one was the active one for the user.

I think plan B is to lock a dummy file using --force and scan the output
for the username:
        svn lock --force svn://.../bar.txt
        'bar.txt' locked by user 'jdoe'.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. 162

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 4 16:14: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.