phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] 0.9.14.007 --> 0.9.14.512 Upgrade


From: Brian Johnson
Subject: Re: [Phpgroupware-developers] 0.9.14.007 --> 0.9.14.512 Upgrade
Date: Wed, 04 Feb 2004 19:10:17 +0000

Savanah changed there cvs system

Here is the current way to do a fresh co of .14 (I'll leave it to you to
extract the info you need).

FAQs - [cvs-stable]: Get the latest release from CVS including patches with
the following commands: 1) export CVS_RSH=ssh 2) cvs
-d:ext:address@hidden:/cvsroot/phpgroupware co -r
Version-0_9_14-branch phpgroupware 3) cd phpgroupware 4) cvs
-d:ext:address@hidden:/cvsroot/phpgwapi co -r Version-0_9_14-branch
phpgwapi 5) cvs co -r Version-0_9_14-branch admin setup preferences notes todo
addressbook calendar email




Bob Crandell (address@hidden) wrote:
>
> One other thing,  I'm having the worse time getting a CVS update.  Here is my 
> script:
> #!/bin/sh
>
> SERVER="-d:ext:address@hidden:/cvsroot"
> VERSION="-r Version-0_9_16-branch"
> DIR="phpgr16"
>
> if [ ! -e $DIR ]; then
>    mkdir $DIR
>    chown nobody:nogroup $DIR
> fi
>
> echo "Get $VERSION."
> echo "Change to $DIR directory.."
> cd $DIR
> echo "Get entire phpGroupware project..."
> cvs -z3 $VERSION/phpgroupware co phpgroupware
>
> echo "Get API module."
> cd phpgwapi
> cvs -z3 $VERSION/phpgwapi co phpgwapi
>
> # I tried this but, "-bash: cvschroot: command not found".
> #cvschroot :ext:address@hidden:/cvsroot/phpgroupware
> #cvschroot :ext:address@hidden:/cvsroot/phpgwapi
>
> echo "Repair permissions......."
> chown nobody:nogroup * -R
>
> cd ..
> echo "We're all through now."
> ========================================
> It just stalls with no files copied.
>
> Thanks
>
> Brian Johnson (address@hidden) wrote:
> >
> >not that I know of
> >
> >
> >
> >Chris Weiss (address@hidden) wrote:
> >>
> >> uh, did the format of the prefs table change for .16?
> >>
> > Snip
> >_______________________________________________
> >Phpgroupware-developers mailing list
> >address@hidden
> >http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
> >
> >
>
> FAX - 541-463-1627
> Eugene, Oregon
>
>
>
>
> _______________________________________________
> Phpgroupware-developers mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]