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

Re: Automatic updating file in a repository

From: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2005-10-13 20:43:42 CEST

On 13-Oct-05, at 2:32 PM, Jeff Lanzarotta wrote:

> Hello,
>
> Is there a way that svn can automatically scan a working directory for
> changed file and automatically update the repository with these new
> files with any human intervention, like through a cron job?

Can't you just schedule a cron job to do:

svn ci -m "automatic update"

?

The only problem would be if the working copy was out of date and
needed to be updated first. Of course you could schedule an update
too - but it will be harder to automatically deal with conflicts if
they are possible in your scenario.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 13 20:45:35 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.