[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: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-10-19 15:35:33 CEST

On 10/19/05, Timo Erbach <timo.erbach@muenchen-mail.de> wrote:
> hello,
>
> is it possible only to export modified
> files between to revisions?
>
No

> and how?
>
You can get an svn diff from two urls, parse out the
changed files then svn cat them to the proper locations.
If you want to do this you probably want a working copy.
Work on a text-base less checkout is planned, that may
satisfy your needs once it's out, but until then you'll need
another workaround.

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 19 15:40:42 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.