You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by michael <cs...@networkingnewsletter.org.uk> on 2008/01/15 21:49:19 UTC

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?

Thanks, M

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by "Reedick, Andrew" <jr...@ATT.COM>.
> -----Original Message-----
> From: michael [mailto:cs@networkingnewsletter.org.uk]
> Sent: Tuesday, January 15, 2008 4:49 PM
> To: users@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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


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

Posted by "Reedick, Andrew" <jr...@ATT.COM>.
> -----Original Message-----
> From: michael [mailto:cs@networkingnewsletter.org.uk]
> Sent: Tuesday, January 15, 2008 4:49 PM
> To: users@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?
> 

Plan B:  http://www.ryandesign.com/svnhookdispatcher/


*****

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


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org