theres a flag for that you can use, which I personally dont like but it seems to be popular...

well I dont know the flag, but if you make a file setup.cfg with this in it:

        [egg_info]
        tag_build = dev
        tag_svn_revision = true

itll install it with the revision number.

On Apr 24, 2006, at 5:15 PM, Gambit wrote:

Hey All -

I'm sure most of you know this already, but in case anyones wondering why the pdb debugging wasn't working -- if you edit the 'setup.py' file pulled from subversion and add: "zip_safe = False," to the setup function call, it'll keep things nice and separated in directory form, which makes pdb a lot happier!

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...

Cheers!
-G



-------------------------------------------------------
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
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users



-------------------------------------------------------
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
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to