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

Re: Updatable svn export

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Thu, 4 Jul 2013 23:32:34 +0300

David Schweikert wrote on Thu, Jul 04, 2013 at 15:04:34 +0200:
> I was thinking that we could use something like a "svn update
> --readonly", where svn doesn't any check anything on the working copy,
> but just applies any changes committed since the last update.

That's a common scenario, for example it applies to:

http://subversion.apache.org/faq.html#website-auto-update
https://svn.apache.org/repos/asf/subversion/trunk/tools/server-side/svnpubsub/svnwcsub.py

so enhnacing the core to support it better is not a bad idea.[1] I'm
not sure whether specifically svn update --do-not-crawl-the-disk is the
best way forward; Johan's suggestion of a broader users@ discussion
might lead to identifying a better solution.

[1] Disclaimer: y $OTHERWORK uses svnwcsub to manage >15GB of live web
sites (with wc's on local disk), so I have an interest here.
Received on 2013-07-04 22:33:13 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.