aclug split
Tom Hull <[email protected]> Tue, 11 Jun 2002 12:09:58 -0500
| Newsgroups | gmane.org.user-groups.aclug.webdev |
|---|---|
| Message-ID | <[email protected]> |
I've split the aclug content directory from openacs in the webserver cvs directory. The advantage of this is that it keeps generic and aclug-specific files somewhat separate. (There are aclug-specific changes to openacs files, like /parameters/aclug.tcl and /tcl/ad-defs.tcl.preload.) The effect of this change on developers is to make life a bit more complicated. In particular, you will have to do two cvs checkouts and set up a symlink to set up a test site. Assuming you have CVSROOT in your environment: cvs checkout openacs cvs checkout aclug ln -s ../../aclug openacs/www It further means that you have to keep track of which space you are working in. -- /* * Tom Hull * thull at kscable.com * http://www.tomhull.com/ */