Jonathan Ellis wrote:
On 4/24/06, Gambit <[EMAIL PROTECTED]> wrote:
As a side note, I always put the revision number (1333, etc) in the
version
string.  This helps me keep track of what version I'm using at any given
time,
and also makes it easy to roll between discrete versions (instead of
trying to
remember wtf it was you were using last Thursday).  I don't know if SVN
can be
taught to automatically do that, but it might be nice...


There are various utilities that will interpolate svn info into RCS-style
tags ($Id$, etc) just as with cvs.  I don't think there's anything
officially built-in, though, in the standard svn codebase.  (Although the
Tortoise client for Windows does.)

Svn does this on files automatically if they have a property set:
  svn propset svn:keywords Id setup.py
will automatically expand $Id$ on checkout and updates.
Same for other standard RCS keywords.

Florent

--
Florent Guillaume, Nuxeo (Paris, France)   Director of R&D
+33 1 40 33 71 59   http://nuxeo.com   [EMAIL PROTECTED]


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to