Re: [Server-devel] question about ds_version in dsbackuplib.php

2010-02-11 Thread Hamilton Chua
Hello Martin, Things got suddenly busy and I was not able to keep track of this. How much work is needed to get XS to support the new DS format that Blueberry uses. Let me know if there's anything I can do to help. Best, Hamilton On Wed, 2010-01-27 at 12:40 -0500, Martin Langhoff wrote: On

[Server-devel] question about ds_version in dsbackuplib.php

2010-01-27 Thread Hamilton Chua
Hi Martin. I just wanted to ask what the significance is of the version file in the datastore. There is a function ds_version in dsbackuplib.php which checks the version number. It seems that if the version is greater than 2 it will always return the message Datastore is corrupt, or has unknown

Re: [Server-devel] question about ds_version in dsbackuplib.php

2010-01-27 Thread Martin Langhoff
On Wed, Jan 27, 2010 at 11:46 AM, Hamilton Chua hamilton.c...@gmail.com wrote: Sorry, I made a mistake at my first observation. Nope - it was spot on. As I said, the code is designed to complain if the version is 3. For v3 we have to review what the format is, and make sure we handle it

Re: [Server-devel] question about ds_version in dsbackuplib.php

2010-01-27 Thread Martin Langhoff
On Wed, Jan 27, 2010 at 12:04 PM, Martin Langhoff martin.langh...@gmail.com wrote: Nope - it was spot on. As I said, the code is designed to complain if the version is 3. Apologies - version 2 errors out too. Blueberry uses a newer sugar -- might need work to support the new DS format. cheers,