PDA

View Full Version : CVS question moved from: CVS commit and tarball of ShowEQ 5 Beta 1



Amadeus
12-11-2003, 01:44 PM
well...I'll admit to having a hard time understanding all the cvs jargon first. However, I have been using this script in my showeq root directory for the longest time to update Showeq:



#!/bin/bash
cvs -d:pserver:[email protected]:/cvsroot/seq login
cvs -z3 update
cvs -d :pserver:[email protected]:/cvsroot/seq logout


Could someone please show me how to alter this to update Showeq5.0 beta from IT'S home directory? I tried altering it myself but always got problems with anonymous login *sigh*

Thanks!

Zaphod
12-11-2003, 06:43 PM
Originally posted by Amadeus
well...I'll admit to having a hard time understanding all the cvs jargon first. However, I have been using this script in my showeq root directory for the longest time to update Showeq:



#!/bin/bash
cvs -d:pserver:[email protected]:/cvsroot/seq login
cvs -z3 update
cvs -d :pserver:[email protected]:/cvsroot/seq logout


Could someone please show me how to alter this to update Showeq5.0 beta from IT'S home directory? I tried altering it myself but always got problems with anonymous login *sigh*

Thanks!

First, Help request should go into the ShowEQ Help Desk (http://seq.sourceforge.net/forums/forumdisplay.php?s=&forumid=5).

Second, use the command sequence I gave here (http://seq.sourceforge.net/forums/showthread.php?s=&threadid=4385):

$ export CVSROOT=:pserver:[email protected] :/cvsroot/seq
$ cvs login
$ cvs co -r pre_5_0_beta showeq


I found if I just ignored the error for login the co still worked.

Enjoy,
Zaphod (dohpaZ)