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

Should 'svn info URL' show the owner of the lock?

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2005-04-27 07:17:12 CEST

Hi,

Should 'svn lock URL' show the owner of the lock?

Regarding 'notes/locking/locking-ui.txt' it should, but it doesn't at
the moment (server / client head @ 1.2.x):

Info with URL:
    svn info http://.../header.txt
    ...
    Last Changed Date: 2005-04-22 07:57:30 -0600 (Fri, 22 Apr 2005)
    Lock Token: opaquelocktoken:e5ebec93-b3f5-0310-b18d-b95b0fe828d2
    Lock Created: 2005-04-26 22:35:59 -0600 (Tue, 26 Apr 2005)
    Lock Comment (1 line):
    hello lock

Info with working copy:
   svn info header.txt
   ...
   Checksum: 68af9cf8f60e154cb5a6a46ad4448db3
   Lock Token: opaquelocktoken:e5ebec93-b3f5-0310-b18d-b95b0fe828d2
   Lock Owner: jaa
   Lock Created: 2005-04-26 22:35:59 -0600 (Tue, 26 Apr 2005)
   Lock Comment (1 line):
   hello lock

Directly from repository:
   svnlook lock repo path_to_header.txt
   UUID Token: opaquelocktoken:e5ebec93-b3f5-0310-b18d-b95b0fe828d2
   Owner: jaa
   Created: 2005-04-26 22:35:59 -0600 (Tue, 26 Apr 2005)
   Expires:
   Comment (1 line):
   hello lock

So the owner info is in the repository. I tried to find any
information about that from archives, but didn't find anything, so if
there is a thread regarding the issue, a pointer would be nice.

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 27 07:19:17 2005

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

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