[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] CVS
From: |
Mark A Peters (Skeeter) |
Subject: |
Re: [Phpgroupware-developers] CVS |
Date: |
Sun, 14 Apr 2002 13:21:55 -0500 (CDT) |
On Sun, 14 Apr 2002, Bob Crandell wrote:
> Hi,
>
> I've been wanting to look at what's happening with some of the new stuff but
> I can't
> figure how to get to it. Here is a script I wrote to check out 14-branch.
> What do
> I change so it will check out head.
>
> SERVER="-d:pserver:address@hidden:/cvsroot/phpgroupware"
> VERSION="-r Version-0_9_14-branch" # What do I change this line to?
VERSION="" # no value is the tip or HEAD branch
>
> cvs $SERVER login
> cvs $SERVER co $VERSION phpgroupware
> cd phpgroupware
> cvs -z3 $SERVER co $VERSION setup phpgwapi admin preferences addressbook hr
> email felamimail calendar notes cdb
>
> cd ..
>
And remember, once you have the initial checkout (co), you only need
cd <your phpgroupware dir>; cvs -z9 update -dP
to grab the latest.
Thanks,
Mark A Peters (Skeeter)