hi all,
I just did a ground-up sync from my core repository to sourceforge.. please
do an update of your local cvs, and have a look around:
Jason:
I have added two directories to user/ for your benefit:
user/bcdev/ (this is an _exact_ copy of the former user/ tree, now
as a 'site'
user/default/ (a subset of the files in user/ before, that I think
are necessary for each 'site make') we'll refine that list later.
I suggest you use user/bcdev/ to get 'site' make working.
To make things simple, when you check out, cd into user, and do this
rm -rf cache/
rm -rf conf/
rm -rf db/
rm -rf htdocs/
rm -rf lang/
rm -rf lib/
rm -rf mod/
rm -rf roles/
rm -rf tmpl/
that should leave you with:
Makefile
bcdev
default
... so that way you can do something like
find ./ -type d -maxdepth 1 | grep -ve 'default' | grep -ve 'CVS'
to get a list of the sites you should make.
one request:
please, please, _please_ do not check in until you are absolutely certain
your make system works well.
once you get to that point, I'll check in, sync, and remove all the old
contents of user/
best,
-alex
|