|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] putting the plug site in cvs
|
On Sun, Sep 24, 2000 at 06:53:46PM -0400, Darxus@ChaosReigns.com wrote:
> I think this should be simple, and I've got nothinbut.net's support (the
> people hosting it). Only problem is I've never done CVS. Well, the other
> problem is that the howto doesn't tell you how to do CVS, it tells you how
> to use the scripts that the howto author wrote.
Yes, it's pretty simple once you know how. There's some really good
documentation at <http://www.loria.fr/~molli/cvs/doc/cvs_toc.html>.
Feel free to ask me if you have questions. It's a bit odd the first
time you deal with it. Creating an initial repository is particularly
annoying, more so because one does it so seldom that one forgets.
> Basically, I wanna put everything in ~/public_html/ in CVS, and give write
> access to anybody who wants it, and have it update the website any time
> somebody uploads an update... or something like that.
crontab -e:
0,15,30,45 * * * * cd $HOME/public_html && cvs -q update > /dev/null
should work.
Your call on whether you care what happens if someone asks for
<http://www.phillylinux.org/CVS/>. I deal with it by cvs updating to
somewhere else, then tarring over to public_html and deleting all the
CVS directories. Maybe there's a better way. Maybe it doesn't matter.
--
Jeff Abrahamson
610/270-4845
abrahj01@molbio.sbphrd.com
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|