Hi,

is there a way to have svn substitute a keyword only once and then leave it at the substituted value?

I would like to create a file which tracks necessary changes to the database for each revision.
For example, it would read like this:

Changes for Rev. 123:
CREATE TABLE FOO;
Changes for Rev. $RevOnce$ :
DROP * FROM FOO;


On commit, the file would change to

Changes for Rev. 123:
CREATE TABLE FOO;
Changes for Rev. 124 :
DROP * FROM FOO;


Thus, the next commiter could use a new $RevOnce$ line.

Is this possible at all?

Sincerely,
Philipp Leusmann

--

Mit freundlichen Grüßen,

Philipp Leusmann
System Developer

Ebcot Business Solutions GmbH
Kreuzherrenstrasse 2
D-52062 Aachen

Telefon: +49 - (0)241 - 90 06 72 05
Fax:     +49 - (0)241 - 4 09 15 81

http://www.ebcot.de

Reg.-Nr. HRB 116 74, Amtsgericht Aachen. Hauptsitz Aachen
Vertretungsberechtigte Geschäftsführer:
Andreas Hauser, Michael Kalinowski, Oliver Wolff
_______________________________________________________________________________

Diese E-Mail könnte vertrauliche und/oder rechtlich geschützte
Informationen enthalten. Wenn Sie nicht der richtige Adressat sind oder
diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie die
unbefugte Weitergabe dieser E-Mail sind nicht gestattet.

Reply via email to