On 12 January 2012 12:08, Marvin Humphrey <mar...@rectangular.com> wrote:
> On Thu, Jan 12, 2012 at 11:37:18AM +0000, sebb wrote:
>> > How is this most easily accomplished? Checkout tag from SVN then
>> > manually diff against the artifact, or some other way is
>> > better/easier?
>>
>> I checkout the SVN tag and explode the archive(s) in the same parent
>> directory, and then use a Gui difference tool (WinDiff) to show the
>> differences.
>> Have to ignore SVN directories and (perhaps) EOL differences.
>
> I use "svn export" to avoid the .svn directories, then "diff -ur" on the Unix
> command line, optionally with "--strip-trailing-cr" when checking .zip
> archives.

I also normally do a check on the SVN tag to verify that that
appropriate SVN properties have been set; that does not work on an
exported copy.
It's easy enough to ignore the SVN directories (especially since the
1.7 change to the working copy format).

> Marvin Humphrey
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to