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: Bob Crandell
Subject: Re: [Phpgroupware-developers] 0.9.14.007 --> 0.9.14.512 Upgrade
Date: Wed, 04 Feb 2004 17:49:47 +0000

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
>
>

--
Assured Computing
When you need to be sure.
address@hidden
www.assuredcomp.com
Voice - 541-868-0331
FAX - 541-463-1627
Eugene, Oregon






reply via email to

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