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

Re: SVN and web development

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Mon, 14 Jan 2008 13:43:55 -0600

Shawn Talbert wrote:
> I kinda like a hybrid version of the ones you mention:
>
> 1. use svn update (to efficiently update) to some staging area on the web server
> 2. svn export that to the real web folder (this avoids polluting with svn metadata).

You can also use rsync with the -C (or --cvs-exclude) option to copy
from a staging workspace to the production destination(s). This
originally was intended for cvs metadata but also skips .svn/ contents.
  Rsync has the advantages of using less bandwidth for remote copies and
copying in under a temporary name and renaming to the original when the
transfer is complete so the running application does not see partial files.

-- 
   Les Mikesell
     lesmikesell_at_gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-14 20:42:27 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.