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

Re: Export files modified between 2 revisions

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Fri, 05 Jun 2009 13:06:44 -0500

Chris Ward wrote:
> Is it possible to export only files that have been modified between 2
> revisions?
>
>
>
> I’m in a situation where I can’t upload a full copy of a branch to a web
> server (it is too big, and may be out of date), so I only want to upload
> the files that have been modified.

rsync with the -C option does a pretty good job of copying out of a
subversion (or cvs) workspace to somewhere else, ignoring the metadata
and only transferring changes - but it would take all of the changes
between the workspace and the target copy, not just between 2 arbitrary
revisions.

-- 
   Les Mikesell
     lesmikesell_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2359783
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-05 20:08:09 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.