SVN working copy has mixed revisions in the general case. Is there a way to list all its revision numbers?
For example, for the following working copy:
file01 (revision 1)
file02 (revision 2)
file02.2 (revision 2)
file03 (revision 3)
The list of the revisions would be 1, 2, 3
.
svnversion
comes close, but not close enough:
$ svnversion
1:3