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

Re: How to push updates to a development server?

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Sun, 17 May 2009 22:34:59 -0500

Allen Fowler wrote:
>>> Am i the only one using SVN for web site / web app development?
>> Most assuredly not. :)
>>
>
> That's good to hear. :)
>
>
>> What problems have you encountered with your rsynced export strategy?
>>
>
> The problems are:
>
> 1) It requires rsync. More specifically, it precludes the use of FTP / SFTP.
>
> 2) Windows. While it may be possible to use rsync under Cygwin, etc, I'd rather a more native solution.

But rsync solves many problems that are probably harder to solve other
ways than it is to drop in the cygwin dll. For example, it already
knows how to exclude the svn metadata when your source is a working
copy, and it always transfers to a temporary filename, renaming only
when complete so the application never sees an incomplete file. And
there is the obvious efficiency of only transferring the changes on each
run.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2296221
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-18 05:35:58 CEST

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.