PDA

View Full Version : How do you perform a CVS update?



wanman
01-01-2002, 06:13 PM
Ok folks ive managed to install Seq and have it running, I need to
know the proper commands to do a CVS update. Thanks in advance for any help. :)

casey
01-01-2002, 06:20 PM
cd showeq
cvs -z3 update

celesteal
01-16-2002, 07:29 PM
Ive also got everything up and running, great job btw, if i do a CVS update is best to make clean before the install ? or just install ask normal.

Zeppo
01-17-2002, 12:36 PM
$ make distclean
$ cvs -z3 update
$ make -f Makefile.dist
$ ./configure && make
$ make install

celesteal
01-17-2002, 04:20 PM
thanks Zeppo worked great

Chuin
02-13-2002, 04:28 PM
bump

Linuxnewb
02-13-2002, 04:58 PM
scratch what i had..poked around and managed to get it..
think the qt wasnt pointing at the right area...


Thanks ahead of time

fgay trader
02-13-2002, 05:00 PM
"cvs -z3 update"

what is the -z3 stand for? I always thought this option was for version 3.x of SEQ, but then again I've never used SEQ, cvs or linux up untill a few weeks ago :o


-FGay Trader er... GFay :D

Cryonic
02-13-2002, 05:12 PM
mmm, the joy of reading the man pages for an app:

man cvs

-z compression-level
When transferring files across the network use gzip
with compression level compression-level to com*
press and de-compress data as it is transferred.
Requires the presence of the GNU gzip program in
the current search path at both ends of the link.