[Guido van Rossum]

>What's the magic to get $Revision$ and $Date$ to be expanded upon
>checkin?

Expansion does not occur on checkin, but on checkout, and even then, 
only in your copy -- that one you see (the internal Subversion copy is 
untouched).  You have to edit a property for the file where you want 
substitutions.  That property is named "svn:keywords" and its value 
decides which kind of substitution you want to allow.

This is all theory for me, I never used them.

-- 
François Pinard   http://pinard.progiciels-bpi.ca
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to