Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN changes between 2 tags in Jenkins

Tags:

svn

jenkins

I am using Jenkins to create a release package. Once job complete I am tagging new build with specific version in SVN. Now, at this moment I need to generate an email to project's lead developer with a report, which will show changes between 2 SVN tags, so Lead Dev can have a quick look on what is going to production. Anybody had experience like that?

Thanks

like image 707
Алик Нематов Avatar asked Jan 28 '26 12:01

Алик Нематов


1 Answers

I did something like this in mercurial. I took the hg log between 2 tags and saved that to a file. So something like svn log -r[tag] i think that will get from the tag to the tip. http://www.bernzilla.com/item.php?id=613

like image 103
Tyler Smith Avatar answered Jan 31 '26 04:01

Tyler Smith



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!