[CLUE-Tech] CVS and web servers

grant grant at amadensor.com
Mon Jul 16 15:49:30 MDT 2001


Some one a while ago had suggested making a directory on a web server
CVS's document root.  This is a bad idea.  CVS stores the versions and suc
of a file.  The better option is to make the whole thing a project by
importing it, then when you need it, export the newest stuff back to the
web server.

Like so:
cd ~/cvssource/htdocs
cvs update
cvs tag -F "current"

cd /home/httpd
rm -Rf htdocs
cvs export -r current htdocs


I'll figure out this CVS stuff yet.


______________________________________________________________________________

                          Your mouse has moved. 
       You must restart Windows for your changes to take effect.

#!/usr/bin/perl
print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);




More information about the clue-tech mailing list