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

Re: Checkout files by name!

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-07-10 09:39:39 CEST

On Jul 10, 2007, at 00:56, <prasad.tengali@wipro.com>
<prasad.tengali@wipro.com> wrote:

> In Subversion is it possible to find out at any point of time the
> files that are checked out with the individual names?
> Kindly let me know if there is any script or way out here?

You want to track who checks out from your repository? Yes, you can
do that. You must serve the repository with apache2. Then you can get
a high-level access log which includes checkouts.

http://subversion.tigris.org/svn_1.3_releasenotes.html#dav-logging

If you'd like Subversion to call a script when someone checks out,
rather than just logging it, check out my script:

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 10 09:39:50 2007

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.