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, 6 Dec 2002 19:19:55 -0800

>> CVSROOT=":pserver:address@hidden:/cvsroot/phpgroupware"
How would you change this to pickup head?

This is pretty slick.  Thanks

On Fri, 6 Dec 2002 20:27:36 -0500 (EST), you wrote: 
>> <snip>
>> #!/bin/sh
>> # Here's a little script that grabs the latest CVS for phpgroupware
>>
>> CVSROOT=":pserver:address@hidden:/cvsroot/phpgroupware"
>> PHPGWROOT="/usr/local/apache/htdocs/phpgw"
>>
>> cd ${PHPGWROOT}
>> cvs login
>
>Actually, looking back on this, I'm pretty sure that cvs login is going to
>stop and ask for a password.  Better to skip it, as you only need that if
>you are going to use a password.
>
>> cvs update
>> CVSSTATUS=$?
>>
>> if [ ${CVSSTATUS} ne 0 ]
>> then
>>      echo "Oops.  Trouble updating phpgroupware."
>> fi
>> </snip>
>>







reply via email to

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