Emmanuel,

 

Assuming that ‘list.txt’ is the file you want to have SVN Id expanded in, all that is necessary is to issue the command:

 

                $> svn propset svn:keywords “Id” list.txt

 

As long as the # $Id$ directive is in the list.txt file SVN will expand the Id when the file is committed.

 

John Griffin

 

PS

Sorry I haven’t been able to help with any code but I am currently swamped with deadlines at work. I should be able to collaborate soon.