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

Re: time since last checkin

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 10 Aug 2010 17:02:29 -0400

On Tue, Aug 10, 2010 at 16:54, Jeremy Mordkoff <jlm_at_zeevee.com> wrote:
> Anyone got a quick and dirty way to determine how long ago was the last
> commit? I want to change my build system to not start a build if there
> was a very recent checkin. That way if someone is checking in a group of
> changes, I don't end up kicking off a build in the middle and then
> having to wait for a second build to get the full set of changes.
>
> I know most things should be checked in all at once so that they become
> one change set, but sometimes people have layers of changes and they
> like to check in the independent part first.

svn info <URL>

Check the Last Changed Date.
Received on 2010-08-10 23:03:26 CEST

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.