Results 1 to 5 of 5
hey i am looking for advices and ideeas on setting up a Live CVS
what i mean by a live cvs , well , have all the latest versions of ...
- 01-04-2005 #1Just Joined!
- Join Date
- Jan 2005
- Posts
- 4
setting up a Live CVS (not a web view of cvs)
hey i am looking for advices and ideeas on setting up a Live CVS
what i mean by a live cvs , well , have all the latest versions of the files under the cvs automatically updated on another dir of the harddrive , namely /var/www/htdocs/ every time a cvs user makes a addition to a file under the cvs
so for starters , is this even posible ?
- 01-04-2005 #2Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
should be.. try using webcvs... i'm not sure if that's the name of the app, but there are web interfaces for cvs written.. search http://freshmeat.org or http://sourceforge.net
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
- 01-04-2005 #3Just Joined!
- Join Date
- Jan 2005
- Posts
- 4
you do not understand , i don't want a web gui for the cvs , i allready have ViewCVS set up for that , i want the scripts from the cvs to be parsed under the server
- 01-05-2005 #4Just Joined!
- Join Date
- Jan 2005
- Posts
- 4
well does anyone has any clue ?
- 01-06-2005 #5Just Joined!
- Join Date
- Jan 2005
- Posts
- 4
guess not well here is the answer http://www.cvshome.org/docs/manual/c...18.html#SEC173
^cyclic-pages (date; cat; (sleep 2; cd /u/www/local-docs;
cvs -q update -d) &) >> $CVSROOT/CVSROOT/updatelog 2>&1


Reply With Quote
