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

Re: SVN, Wordpress, Disk space

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Tue, 19 Feb 2008 08:00:53 -0500

si wrote:
> So one option I'm considering is keeping a working copy on my home
> box, performing the switch for each tag as per normal, then using the
> svn export command to a temp directory and then ftp up to the web
> server. That also gives you the option of testing the temp directory
> with a local web server before releasing.

Check out SVN::Notify::Mirror[1], specifically the Rsync method, which doesn't
require anything on the web server except the ability to run rsync. It would
automate that entire process in a couple of lines of YAML in a post-commit
script[2]. You would not need a working copy on the web server at all...

John

1. http://search.cpan.org/search?query=SVN::Notify::Mirror
2. http://search.cpan.org/search?query=SVN::Notify::Config

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-19 14:00:59 CET

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.