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

Re: script for QA

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Thu, 25 Dec 2008 16:44:38 -0600

On Dec 25, 2008, at 04:53, Ilan Yaniv wrote:

> I need to write a script that compare to versions. Last build and
> current build. The output should be all the files changed between
> builds.
>
> I want that QA will note what modules have changed between builds.
>
> Now,
>
> 1) This is quite usual script. Maybe there is something out there
> that I can use?
>
> 2) Should I use the SVN diff for check diff between versions and
> get this list of files changed between releases and get danger
> assessment.
>

You can use "svn diff --summarize url1 url2" to get a list of files
changed between two URLs (e.g. between two branches or tags) or you
can use "svn diff url1 url2" to see all the code changes as well.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=992615

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-25 23:45:35 CET

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.