Svn can replace certain keywords with expanded info, like $Rev$
to $Rev: 123$
.
But the next time the document is changed and submitted, this replacement will get replaced once more, to the rev of the second submit.
Is it possible to have "write-once" expansion without having to write custom submit hook scripts?
This is for a list of info attached to revisions, think "like a changelog"
$Rev$: Created Info file
would become
$Rev: 1$ Created Info file
then
$Rev: 1$ Created Info file
$Rev$ Info for this revision
would become
$Rev: 1$ Created Info file
$Rev: 2$ Info for this revision
... etc.
If I understand the docs correctly, it would become
$Rev: 2$ Created Info file
$Rev: 2$ Info for this revision
instead, which of course isn't what I want.