Re: have finished reading http://cvsbook.red-bean.com/cvsbook.html however, ..

2005-05-30 Thread Stuart Cooper
Hi Alex, > My reading comprehension of it must be < 100%, because > when I tried the following, > 1. edit hello.c, add some experimental stuff > 2. do a cvs commit of above, it tells me version is now 1.2 from 1.1 > 3. I revert back to non-experimental version of hello.c like so, > cvs updat

Re: cvs update $Name: $ expansion

2005-06-22 Thread Stuart Cooper
> I can't get $Name: $ to expand on an update in my script below. > It works when checking out. But, do I really have to do a checkout? > Because a clean checkout every night would be expensive over a crappy > connection. > debian$ cat test.sh > DATE=`date +%s` > TAG=test_$DATE > MODULE='t' > e

Re: cvs update $Name: $ expansion

2005-06-22 Thread Stuart Cooper
> I want some sort of build identifier attached to the source I am > building every night. Then tag your sources every night in eg astronomical time rev20050623 for July 23rd. > $Name:$ seems logical and it does seem like the way other people do it, > albeit with a checkout. Yes, it only gets e