(+1 to what Ryan and Stefan said already)

Paul Breen wrote on Tue, 27 Apr 2010 at 01:57 -0700:
> My client is aware of rsync utility, but would prefer to use svn.  I'll
> have to correspond with her to find out why she doesn't want to use
> rsync.  As far as making the remote deployment a working folder and
> using svn update, she doesn't want to have the clutter of the hidden
> .svn folders on the deployed computers.

$ svn update $local_wc
$ rsync --exclude=.svn $local_wc/ $deployment_site/

Reply via email to