Hi,
for our build process i need to know the "last changed" Revision of each file in a certain repository.
Any Ideas?
Kind regards, Flo
Hi,
for our build process i need to know the "last changed" Revision of each file in a certain repository.
Any Ideas?
Kind regards, Flo
svn info will output one line containing Last Changed Rev: which you could parse.