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

Re: Detecting whether a particular subversion URL's content has changed

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-10-07 15:55:38 CEST

On Oct 7, 2005, at 15:36, Graham Leggett wrote:

> I have a number of projects within an svn repo, the documentation
> for which is built with maven plugins. Every night, the docs get
> rebuilt, so that up to date manuals are always available for trunk
> and all branches of our projects via http. The trouble is that all
> documentation is regenerated every night, which with a rapidly
> expanding list of branches, is a lot of unnecessary processing.
>
> What I would like to do, is given an URL into a repository, I would
> like to get a list of all files that have changed recursively below
> that URL since the date/time specified. If the list is empty, there
> has been no change, and a script can decide not to regenerate
> documentation unnecessarily.

How about this:

$ svn log -r'{2005-10-07 00:00:00}':HEAD -v

(to answer the question "has anything changed since midnight?")

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 7 15:58:07 2005

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.