I work with a team, and we use Subversion.
In the morning I want to see exactly what was changed since the last build, is there a way to get a list of files that were modified between changesets?
Update Using tortoiseSVN please
|
I work with a team, and we use Subversion. In the morning I want to see exactly what was changed since the last build, is there a way to get a list of files that were modified between changesets? Update Using tortoiseSVN please |
||||
|
|
|
In TortoiseSVN, rightclick, pick TortoiseSVN->Show log. You'll get a list of revisions and can pick any two to compare. |
||||
|
|
|
Usually
You'll get the idea :-) |
||||
|
|
|
This has been long ago, but to precisely answer the original question, i.e. "is there a way to get a list of files that were modified between changesets in TortoiseSVN", here is a way to achieve that:
Original article: http://www.andornot.com/blog/post/How-to-export-only-files-modified-since-revision-x-with-TortoiseSVN.aspx |
|||||
|
|
The |
|||
|
|
|
||||
|
|
|
|
|||
|
|
As you're using TortoiseSVN you can make it show the Check For Modifications dialog, from a batch file, like this:
I assume you're only interested in what's changed since your last update. If you're interested in what's changed between two specific revisions then you can make it show the Log Messages window, like this:
For more info about the tortoiseproc commands, see here. |
||||
|
|
|
May I recommend CommitMonitor - also from the dev(s) who brought you TortoiseSVN. |
|||
|
|
will give you everything that happened in the last commit. |
|||
|
|