phpgroupware-users
[Top][All Lists]
Advanced

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

RE: [Phpgroupware-users] User-by-user application selections


From: Bob Crandell
Subject: RE: [Phpgroupware-users] User-by-user application selections
Date: Fri, 06 Dec 2002 20:58:06 +0000

Here is a script I wrote to do this for me.  It is run from htdocs:
#!/bin/sh

SERVER="-d:pserver:address@hidden:/cvsroot/phpgroupware"
VERSION="-r Version-0_9_14-branch"

cvs $SERVER login
cvs $SERVER co $VERSION phpgroupware
cd phpgroupware

echo "Get updates to installed modules."
cvs -z9 update -dP

echo "Repair permissions."
chown nobody:nogroup * -R

cd ..
echo "We're all through now."


Philip Glaser (address@hidden) wrote*:
>
>
>
>>Try:
>>cvs -z3
>>-d:pserver:address@hidden:/cvsroot/phpgroupware
>>co -r Version-0_9_14-branch phpgroupware
>
>
>I tried this and I still get "no such tag Version-0_9_14-branch"
>
>--Phil
>
>
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>

--
Bob Crandell
Assured Computing
When you need to be sure.
Voice 541-689-9159
FAX   240-371-7237
address@hidden
www.assuredcomp.com
Eugene, Or. 97402






reply via email to

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