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!
#!/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!