phpgroupware-developers
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-developers] Notes


From: Bob Crandell
Subject: Re: [Phpgroupware-developers] Notes
Date: Mon, 26 Aug 2002 20:25:05 +0000

Alex Borges (address@hidden) wrote*:
>
>Bob Crandell wrote:
>
>>Hi,
>>I did a CVS update last night and now Notes isn't displaying the body of any 
>>note
>>I've entered.  A sense of panic wants to overwhelm me because everything I 
>>know
>>about all my clients is in there.
>>
>>I used Webmin to check MySQL to see if the data was still there.  It is.  I'm 
>>able
>>to breath now.  It seems to be a display issue.  Is it a bug?  Is there 
>>something
I
>>can do?
>>
>>I entered a test note and it doesn't display either.
>>
>>Thanks
>>--
>>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
>>
>>
>>
>>
>>_______________________________________________
>>Phpgroupware-developers mailing list
>>address@hidden
>>http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>>
>>
>>
>>
>You did not upgrade for HEAD did you???? you did append -r
>Version-0_9_14-branch didnt you??? or, you are upgrading from a 0.9.14
>tarball arent you?? ...You didnt backup???? um...
>
>I hope everyhting works out...
>
>Alex
>
>

I didn't upgrade from HEAD.  Here is my CVS script:
#!/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."

... didn't backup?  (Hanging head in shame)  Sorry.  I guess I haven't been
practicing what I preach.

Thanks





reply via email to

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