Gentlebeings,
As we enter the end of my SoC internship, I still have a long road to hoe to get to a complete UI for Mailman.
That being said, I'm definitely going to continue working with this at least until it makes it into a mainline release, and hopefully longer.
Here's my quandary: I need to have several mailman installs 'up and running' - on a "I can talk to the pickles" level, anyway.
How do I get such a beast out of svn? INSTALL points me to an 'admin' directory that isn't in svn. I had thought of just adding svn_dir to my pythonpath, but I need a configuration file, and in general I would like my code to be verbatim what is needed to run it against a production server.
Thanks,
~ethan
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Aug 20, 2006, at 10:17 PM, emf wrote:
How do I get such a beast out of svn? INSTALL points me to an 'admin' directory that isn't in svn. I had thought of just adding svn_dir
to my pythonpath, but I need a configuration file, and in general I would
like my code to be verbatim what is needed to run it against a
production server.
On the trunk, the admin directory is one up from the source
directory. Eventually, the trunk version and branch version of the
admin dir will be merged.
So you can either check out the dir above the source dir or grab it
from SF's viewsvn interface.
It's best to do a ./configure; make; make install, then put $prefix/
on your pythonpath. I'd like for Mailman to be runnable out of the
source dir eventually, but that doesn't really work well right now.
- -Barry
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin)
iQCVAwUBROkiL3EjvBPtnXfVAQL0FAQAl+upw044DCIVGhQLCGMaiWZrhVRmvimL koSoEZ+o23NWbDBaP685eVswU9zJTXvDRXgzNH2F/CaMYj2rHZ5XFV3V6adLrncl WTFat7q5bBSBDeEGITODyiYL+g9nBZrVd4cFhjo2tSCgWwNxZS3b8xGVxBH7/vMN TR16pM7l+YU= =v2M1 -----END PGP SIGNATURE-----
participants (2)
-
Barry Warsaw
-
emf