Search code examples
svndeploymentbuild-processversioning

How to get the last changed Revision per file


for our build process i need to know the "last changed" Revision of each file in a certain repository.


Solution

  • svn info will output one line containing Last Changed Rev: which you could parse.