Having a sqlalchemy.__version__ and revision (or whatever named vars) is 
definitly usefull, even more when there are frequent project releases such as 
with SA.
+1 for this feature...

> Maybe just add one simple .revision as of svn's $Revision$, that
> should be okay for flying on devel.
But the file where you put this $Revision$ property has to be changed on every 
commit so the property is updated, no ? If so, this would give wrong revision 
number...

>
> but u'll need to setup a svn autoprop for that, add . ~/.subversion
> [miscellany]
> enable-auto-props = yes
> [auto-props]
> *.py = svn:keywords=Id Revision
You can also: 

svn propset svn:keywords Revision the_file_you_want_to_tag

avoiding the autoprop for all files.


Cheers,

Seb
-- 
Sébastien LELONG
[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to