Re: What is the true use ?

2001-11-26 Thread Damian Wiest
PTS} dist/lib/rvw.jar ${DEST_DIR} rsync ${OPTS} dist/lib/CommonConfig.jar ${DEST_DIR} rsync ${OPTS} dist/lib/MonkConfig.jar ${DEST_DIR} rsync ${OPTS} doc ${DEST_DIR} rsync ${OPTS} images ${DEST_DIR} -Damian >Message: 2 >From: "Michael L. Hostbaek" <[EMAIL PROTECTED]>

RE: What is the true use ?

2001-11-26 Thread Jerry Nairn
A method for keeping an up to date copy of what you have in your repository can be found at: http://www.cvshome.org/cyclic/cvs/dev-sklar.txt That was written by David Sklar, who has a site with more cvs and web development ideas at: http://www.sklar.com/web-and-cvs/sandbox.html Another alternati

Re: What is the true use ?

2001-11-22 Thread Michael Sims
At 03:54 PM 11/22/2001 -0600, Michael Sims wrote: >If you don't version control the entire docroot tree then there won't BE >any usage dir in the repository for them to commit to. If they switch to >the usage dir and do a "cvs co" they'll get a "no CVS version here, do >'cvs co module' first"

Re: What is the true use ?

2001-11-22 Thread Michael Sims
At 08:17 PM 11/22/2001 +, Michael L. Hostbaek wrote: >Well, let us imagine my docroot looks something like this: > >members/ >usage/ >mrtg/ >phpMyAdmin/ >images/ >@mp3/ >@download/ >stuff/ >index.html >hello.html >foo.txt > >Then, let us say that I have the following modules: > >main_www (that

Re: What is the true use ?

2001-11-22 Thread Michael L. Hostbaek
Michael Sims tried to tell us something, and all I got was: > At 06:33 PM 11/22/2001 +, Michael L. Hostbaek wrote: > > ./htdocs/foo > ./htdocs/bar > > Have a "foo" and a "bar" module in CVS, not just "htdocs". Then after you > have imported the directories, delete the ones out of ht

Re: What is the true use ?

2001-11-22 Thread Michael Sims
At 06:33 PM 11/22/2001 +, Michael L. Hostbaek wrote: >What I find a bit boring with *my* current configuration, is that when I >have been working on my checkout version, and commited. Then I am forced >to do an export and then cp -R the stuff to docroot. - There must be an >easier way ? A sug

Re: What is the true use ?

2001-11-22 Thread Michael L. Hostbaek
Michael Sims tried to tell us something, and all I got was: > At 10:07 AM 11/22/2001 +, Michael L. Hostbaek wrote: > > 1. Setup a seperate devel server and mimic the configuration of your > production server. > 2. Edit/update your code to remove references to absolute paths wherever >

Re: What is the true use ?

2001-11-22 Thread Michael Sims
At 10:07 AM 11/22/2001 +, Michael L. Hostbaek wrote: >Hey, > >A buddy of mine, and I are having a somewhat loud discussion, as to how >we are using cvs on our server. > >We want to put our www docroot in cvs. [...] >How is this done in the real world ? I think, my way of doing is the >correct