Complete.Org: Mailing Lists: Archives: webdev: June 2002:
[webdev] aclug split
Home

[webdev] aclug split

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: webdev@xxxxxxxxx
Subject: [webdev] aclug split
From: Tom Hull <thull@xxxxxxxxxxx>
Date: Tue, 11 Jun 2002 12:09:58 -0500
Reply-to: webdev@xxxxxxxxx

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/
 */


[Prev in Thread] Current Thread [Next in Thread]
  • [webdev] aclug split, Tom Hull <=