You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ilan Yaniv <Il...@timetoknow.org> on 2008/12/25 10:53:35 UTC

script for QA

Hi all,

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.

Thanks

Ilan Yaniv
Configuration Management
Phone: 03-7534333 ext. 5873
Ilan.Yaniv@timetoknow.org

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: script for QA

Posted by Ryan Schmidt <su...@ryandesign.com>.
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@subversion.tigris.org].