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

Re: Tagging Policy Full & Patch Release

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-02-22 22:24:50 CET

On 2/21/06, Lakshman Srilakshmanan
<lakshman.srilakshmanan@tradingpost.com.au> wrote:
> Hi Steve,
>
> Thanks for your feedback.
>
> svn diff URL_of_Release_1_0_0 URL_of_Release_1_0_1 -- lists all the
> changes. This could serve as a work around to my requirement.
>
> I was actually hoping
> 1) to have just a list of files that changed between the two Releases
> 2) extract all files that have changed.
>
> Is either of the above possible ?

In subversion 1.4.x there is a 'svn diff --summarize' command that'll
just tell you what files changed. You could then use svn cat to
extract their contents.

> Finally, even though I can identify the difference, How do I create
> (patch create command) a Patch file and Apply it to Release-1.0.0.

Uhh, just use the patch created by 'svn diff $OLDTAG $NEWTAG'.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 22 22:43:50 2006

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.