show/hide this revision's text 2 deleted 1 characters in body

I'm not completly sure if this is possible but you can also do something like this:

svn checkout --revision <revisionNumber>

to get a certain revision and

svn list log --revision <revisionNumber>

to list all files chaned in a revision

show/hide this revision's text 1

I'm not completly sure if this is possible but you can also do something like this:

svn checkout --revision <revisionNumber>

to get a certain revision and

svn list --revision <revisionNumber>

to list all files chaned in a revision