i want to have on file, that contains the HEAD revision of the whole project.
i know, that i can do that with svn propset
.
but the problem of this is, if the file is not changed, the value of the revision will, indeed, stay the same.
how can i achieve that this file is always updated with the HEAD revision. no matter which file was modified.
is that even possible to achieve?