How to show the changes made in a SVN review?

Asked

Viewed 181 times

7

I have a review number on . How do I (command line) show the changes that have been made in this revision?

As far as I could:

svn log -r XXXXXX

But that way it only shows the text of Commit.

2 answers

3


2

svn log --verbose -r <numeroDaRevisao>

List with complete directory paths:

svn diff --summarize -r<revisaoFinal>:<revisaoInicial>

Browser other questions tagged

You are not signed in. Login or sign up in order to post.