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

Re: Are there any type of Report that can list uncommitted checkouts?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-11-09 15:36:49 CET

On 11/9/06, Leon van Heerden <leonvanheerden@gmail.com> wrote:
> Hi
>
> We would like to know if there is a native facility to see which users has
> checkout a project and has not committed the project yet.

Nope, Subversion doesn't keep track of client side information (like
checked out working copies) on the server, it's part of why it can
scale up to many users.

> Would i have to write some pre-checkout hook facility to log a check out and
> a post-Commit hook to update the checkouts?
>
> I hope that someone out there has done this before.

Unfortunately, it's not really a trivial thing to do. First, there is
no pre-checkout hook. Second, checkouts look an awful lot like
exports, updates, etc, so it's not really easy to say with any degree
of certainty from the server side that any given operation was or
wasn't a checkout.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 9 15:37:45 2006

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.