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

RE: does the repository track who has checked out what?

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: Tue, 15 Jan 2008 16:05:12 -0600

> -----Original Message-----
> From: michael [mailto:cs_at_networkingnewsletter.org.uk]
> Sent: Tuesday, January 15, 2008 4:49 PM
> To: users_at_subversion.tigris.org
> Subject: does the repository track who has checked out what?
>
> I believe CVS has a 'history' of who's currently checked out a working
> copy of each repository project.
>
> I've not seen how to do this with Subversion despite looking around.
> Could some kind soul please enlighten me?
>

SVN doesn't track checkouts. A SVN 'checkout' is actually a 'get'. Any
number of people can work on a file and any conflicts are resolved
during the commit/check-in as merges. You would use SVN's locking to
limit work on things like binary files to single users.

*****

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. GA623

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-15 23:06:49 CET

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.