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

Re: Getting a list of changed files between tags

From: Wade Williams <wadesworld_at_mac.com>
Date: 2005-02-08 07:36:06 CET

On Feb 7, 2005, at 4:36 PM, Ben Collins-Sussman wrote:

>
> On Feb 7, 2005, at 4:24 PM, Wade Williams wrote:
>>
>> Currently, the best thought I can come up with if a method does not
>> exist in svn is to export both the enitre trunk and the entire tag,
>> and the parse the output of diff to find the changed files,
>
> Yikes? Why!! Just run 'svn diff URL1 URL2' !
>
>

Good point. That does make much more sense. :)

However, it does not handle the case of file deletion (that I can
tell). Diff shows a deleted file as having been changed (all lines
deleted). Obviously, that would make an automated script that's trying
to pack up all changed files fail.

If anyone has any thoughts on handling that, I'd love to hear them.

Wade

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 8 07:38:25 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.