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

Re: file/user - access

From: Andrew Thompson <subversionuser_at_aktzero.com>
Date: 2005-04-15 19:25:26 CEST

bruce wrote:
> is there a way to determine who has checked in/out a given file. in other
> words, if i wanted a current status of the files, how can i determine
> whether a file is checked out/in, etc...

In 1.0/1.1, there is no "checked out" state. Any authorized user can
pull a copy of any file and possibly make local changes to it. There is
no state information in it.

In 1.2, you can lock a file so that you have the exclusive token to make
changes to it. I believe you can determine if a file is checked out with
   svn stat.

-- 
Andrew Thompson
http://aktzero.com/
Interested in a hosted SVN repository? Email me, let's talk...
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 15 19:27:50 2005

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.