[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Phpgroupware-users] User-by-user application selections
From: |
Chris Weiss |
Subject: |
RE: [Phpgroupware-users] User-by-user application selections |
Date: |
Fri, 06 Dec 2002 21:56:15 +0000 |
all i ever do is just `cvs -z6 update -dP`. the files inherit world read, and
the
files dir, which is the only thing chowned, and the header.inc.php remain
untouched. the branch and -d* info get stored in the CVS dirs so you don't
need it
on an update.
Bob Crandell (address@hidden) wrote*:
>
>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
>>
>
>address@hidden
>www.assuredcomp.com
>Eugene, Or. 97402
>
>
>
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>
- Re: [Phpgroupware-users] User-by-user application selections, (continued)
- Re: [Phpgroupware-users] User-by-user application selections, Dave Hall, 2002/12/05
- RE: [Phpgroupware-users] User-by-user application selections, Chris Weiss, 2002/12/06
- RE: [Phpgroupware-users] User-by-user application selections, Bob Crandell, 2002/12/06
- RE: [Phpgroupware-users] User-by-user application selections, Chris Weiss, 2002/12/06
- RE: [Phpgroupware-users] User-by-user application selections, Bob Crandell, 2002/12/06
- RE: [Phpgroupware-users] User-by-user application selections, Chris Weiss, 2002/12/06
- RE: [Phpgroupware-users] User-by-user application selections, Bob Crandell, 2002/12/06
- RE: [Phpgroupware-users] User-by-user application selections,
Chris Weiss <=
- RE: [Phpgroupware-users] User-by-user application selections, Bob Crandell, 2002/12/06
- RE: [Phpgroupware-users] User-by-user application selections, Bob Crandell, 2002/12/06
- RE: [Phpgroupware-users] User-by-user application selections, Chris Weiss, 2002/12/06
- RE: [Phpgroupware-users] User-by-user application selections, Chris Weiss, 2002/12/07
- RE: [Phpgroupware-users] User-by-user application selections, Chris Weiss, 2002/12/07