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

RE: Re: file/user - access

From: Gal Aviel <gala_at_chipx.co.il>
Date: 2005-04-17 15:49:32 CEST

To my best knowledge, in 1.2 you can lock a file so that you have
exclusive token to *commit* to it. This lock however does not prevent
other people from editing it. They won't be able to commit, but they
will be able to edit as much as they want. Once you release the lock ,
they will be able to commit.

What you probably meant, is that the locking feature is (also) a
communication method, i.e. you can't know who checked out but you can
know who locked.

Hope I got it right,

Gal.

-----Original Message-----
From: Andrew Thompson [mailto:subversionuser@aktzero.com]
Sent: Friday, April 15, 2005 8:25 PM
To: bedouglas@earthlink.net
Cc: users@subversion.tigris.org
Subject: Re: file/user - access

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.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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 17 15:51:57 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.