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 21:41:46 +0000

I wrote this a long time ago, when I didn't know what all that stuff meant.  How
would you change it?

Chris Weiss (address@hidden) wrote*:
>
>why on earth would you need to co every time?
>
>Bob Crandell (address@hidden) wrote*:
>>
>>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
>>>
>>
>>address@hidden
>>www.assuredcomp.com
>>Eugene, Or. 97402
>>
>>
>>
>>
>>_______________________________________________
>>Phpgroupware-users mailing list
>>address@hidden
>>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>>
>
>
>
>_______________________________________________
>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]