CVS modules file
Bernhard Herzog
bh at intevation.de
Tue Nov 6 17:26:36 EST 2001
More information about the Python-list mailing list
Tue Nov 6 17:26:36 EST 2001
- Previous message (by thread): (no subject)
- Next message (by thread): Python packages - problems, pitfalls.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Prabhu Ramachandran <prabhu at aero.iitm.ernet.in> writes: > hi, > > >>>>> "BH" == Bernhard Herzog <bh at intevation.de> writes: > > BH> Do you mean that pkg_root is the CVS module? Ouch! > > BH> Well, there's a way to achieve it without much renaming in CVS > BH> with CVS' modules file. If you create a new CVS module named > BH> app with app.py and a line like > > BH> app app &pkg_root > > BH> a cvs checkout app should create an app directory with > BH> pkg_root as subdirectory. Caveat: I'm not a CVS expert and I > BH> haven't used this feature myself yet, but it's used quite a > BH> bit in GNOME's CVS. > > Oh thanks for the hint! However, I dont have direct access to the > repository - this is a sourceforge project (http://mayavi.sf.net) > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mayavi/mayavi/ You've got it sitting right there in the CVSROOT module: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mayavi/CVSROOT/modules Just check out the CVSROOT module, edit the modules file and check it back in. :) Bernhard -- Intevation GmbH http://intevation.de/ Sketch http://sketch.sourceforge.net/ MapIt! http://mapit.de/
- Previous message (by thread): (no subject)
- Next message (by thread): Python packages - problems, pitfalls.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list