Plucker 1.1.13 up (was Re: CVS question)

2001-09-26 Thread David A. Desrosiers


> 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

2001-09-26 Thread MJ Ray

"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

2001-09-25 Thread David A. Desrosiers


> "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

2001-09-25 Thread Andy Rabagliati

"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

2001-09-25 Thread Bill Janssen

Thanks, that helped.

Bill



Re: CVS question

2001-09-25 Thread MJ Ray

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

2001-09-24 Thread Bill Janssen

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