Not new to python by any means. But this is the first time in 3 years
that I'm creating something entirely from python. Usually I work on
wrapping C++ libraries into Python (and Java). So I haven't had the
need to use any third-party libraries in a while. A lot has changed in
three years. =-)

Anyway, I'm developing an internal nightly build/unittest/benchmark
system across many different architectures. Python is perfect for the
backend with a database to hold all the information. Someone else is
going to build a web frontend to the database.

Portability and ease of installation onto new machines is a chief
concern. This is why I linked my subversion repository directly to
yours. This alleviates the need to install SQLObject and formencode
onto every machine as it's included directly into my package. Is there
something inheritantly evil about this? Should I stick to the 0.9.0
tag? Or can/should I use trunk? This problem wasn't a show stopper as
the work-around was fairly straight forward. Plus I'm still developing
so I can keep a close eye on stability. Once I release I may revert to
the latest SQLObject release.

Thanks for you help,
Brian


On 7/5/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote:
> On Thu, Jul 05, 2007 at 10:38:08AM -0600, Brian Cole wrote:
> > Where is that in subversion? Or are tar balls only available?
>
>    Releases are as usual at Cheeseshop (are you new to Python at all?)
>
> http://www.python.org/pypi/SQLObject
> http://cheeseshop.python.org/pypi/SQLObject
>    (I don't know which one is the canonical address :)
>
>    About the Subversion repository. Branches are for continued development
> between releases. Tags mark particular releases including beta releases:
>
> http://svn.sqlobject.org/SQLObject/tags/0.9.0/
>
> Oleg.
> --
>      Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
>            Programmers don't die, they just GOSUB without RETURN.
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> sqlobject-discuss mailing list
> sqlobject-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to