[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: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2005-05-18 16:19:40 CEST

On May 18, 2005, at 9:15 AM, Ben Collins-Sussman wrote:

>
> 3. Write some complicated script to parse 'svn log -v', figure
> out what needs updating yourself, and do it
> manually? This is really hard to do.

I think that is the closest thing. Would it be possible to give a
revision range to 'svn export' so that only items that were modified
would be exported?

e.g.

export -r123:145 --force URL

could overwrite only the files that changed between r123 and r145.
And since I used force anyway, perhaps it could delete files that
were deleted in the repo between those versions?

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 18 16:30:05 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.