Plucker 1.1.13 up (was Re: CVS question)
> What, so you can hear it catch fire when everyone follows this advice? Whot! My box? Catch fire? Nah... my laptop on the other hand... Incidentally, 1.1.13 is up, just slapped it up there, I'm tinkering with a slightly new format for the back-end, so you may see slight differnces over the next couple of days. In 10 minutes, we've gotten 46 downloads. Not bad for a 3:10am launch. Much more to come... I may be incommunicado for a few days though, some random things are brewing on the work front. I'm cranking through the tutorials for Plucker now, they're coming out really well. /d
Re: CVS question
"David A. Desrosiers" <[EMAIL PROTECTED]> writes: > cvs -z9 up -dP > Which will add maxumum compression (probably overkill, but I'm in > close proximity to the box anyway =) [...] What, so you can hear it catch fire when everyone follows this advice? ;-) -- MJR Thesis watch: 30% This is my personal web site =-> http://mjr.towers.org.uk/ http://www.alug.org.uk/ <-- This is the LUG I go to I work for this clever internet developer ==> http://www.luminas.co.uk/
Re: CVS question
> "cvs update -d ." will do subdirectories also. > "cvs -z3 update -d ." will put medium compression on as well. Optimum commands for this are: cvs -z9 up -dP Which will add maxumum compression (probably overkill, but I'm in close proximity to the box anyway =) and deleted any purged or removed directories from the local copy. Always useful when dealing with projects with branches, such as this one. You can put these in your ~/.cvsrc file as such: checkout -A diff -u log -N update -dP /d
Re: CVS question
"cvs update -d ." will do subdirectories also. "cvs -z3 update -d ." will put medium compression on as well. Cheers, Andy! On Mon, 24 Sep 2001, Bill Janssen wrote: > When I do a "cvs update" at the root of my Plucker working copy, it > doesn't seem to actually update all of the subdirectories. > > Is there some magic switch that has to be thrown to get a full update? >
Re: CVS question
Thanks, that helped. Bill
Re: CVS question
Bill Janssen <[EMAIL PROTECTED]> writes: > [...] Is there some magic switch that has to be thrown > to get a full update? -d I think. -- MJR Thesis watch: 30% This is my personal web site =-> http://mjr.towers.org.uk/ http://www.alug.org.uk/ <-- This is the LUG I go to I work for this clever internet developer ==> http://www.luminas.co.uk/
CVS question
I've never been a big CVS fan -- perhaps someone can answer this question. When I do a "cvs update" at the root of my Plucker working copy, it doesn't seem to actually update all of the subdirectories. In particular, tools/plucker-comics/Makefile.in never gets checked out from the repository. Is there some magic switch that has to be thrown to get a full update? Bill