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

Re: Export only modified files

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2005-05-18 15:51:23 CEST

On 2005-05-18 14:21:52 +0100, Duncan Murdoch wrote:
> Is there now an option not to keep the backup copies in a checkout? One
> reason not to use update on a web page is that often they have limited
> disk space, and storing two of everything is excessive.
>
> There are other reasons too, the most likely of which is that the user
> won't be allowed to install and/or run svn on the server, but I think
> the smiley shows you knew that.

Same problem when one wants to upload files to a PDA... in my case,
a Zaurus. I'm using the following commands:

svn list -R | grep -v '/$' | rsync --files-from=- -zuv --progress -e ssh \
  --rsync-path=/home/QtPalmtop/bin/rsync . ${host}:sd/wd/

Note: the "grep -v '/$'" is necessary due to an rsync bug.

-- 
Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 18 15:56:58 2005

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.