In terms of 'sharing': I keep a common library of items / frameworks as a unique namespace, managed in it's own subversion repository; and I tag releases of each app to their corresponding third party.
I use svn:externals to place the third party stuff into myapp/lib/ externals folders most of the time, I can use this stuff as is, or just create new classes in myapp/lib that inherit form the externals sometimes I need my external stuff to subclass myapp. it's too hard to explain how I do that without showing code, and that would bore , frighten, or enrage you ( and make me look like an crazy man for certain things in there ). but if you need to know how to do that, let me know. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
