Hi,
I am pretty new using TortoiseSVN.
And I am not sure how or what to look at, in order to achieve the following:
We have some source files, and we want to add a header to them containing: Author, Date (though we could just use the ID) and the Log Message used when committed.
I found you can use the $ID$, which would be fine for that part, but I cannot find how to add the log messages...
The idea is the following:
Header:
$ID$
$Log$
ID for latest change,
But Log being a sequential add of all the logs:
$ID: Date-who-something$
$Log:
08-mar changed cccc
10-feb changed aaaa
01-jan Changed bbbb
$
I am not sure how to achieve this. I do not even know how to acquire the "Log" part of this.
Can anyone help me with this??
Thanks!!