Re: max revision limit?

2005-02-11 Thread Jacob Lund
[EMAIL PROTECTED] To: Slide Users Mailing List slide-user@jakarta.apache.org Sent: Thursday, February 10, 2005 6:20 PM Subject: Re: max revision limit? Hi, I was just wondering if you'd made any progress with this? I've come up against this problem again now we are using a database backed version

Re: max revision limit?

2005-02-11 Thread Luke Noel-Storr
to ntext (max size is around 1 GB) - myssql has an equivalent data type. /jacob - Original Message - From: Luke Noel-Storr [EMAIL PROTECTED] To: Slide Users Mailing List slide-user@jakarta.apache.org Sent: Thursday, February 10, 2005 6:20 PM Subject: Re: max revision limit? Hi, I was just

Re: max revision limit?

2005-02-10 Thread Luke Noel-Storr
PM To: Slide Users Mailing List Subject: Re: max revision limit? Warwick Burrows wrote: Yes, but how much bigger? :-) It seems to be a flaw in the design that there is a version property that constantly grows in length with each new version added. Is this the way the spec defined the value

Re: max revision limit?

2004-09-08 Thread Carlos Villegas
? Warwick -Original Message- From: Carlos Villegas [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 8:40 PM To: Slide Users Mailing List Subject: Re: max revision limit? Warwick Burrows wrote: Yes, but how much bigger? :-) It seems to be a flaw in the design that there is a version

RE: max revision limit?

2004-09-07 Thread Warwick Burrows
PROTECTED] Sent: Monday, September 06, 2004 4:10 AM To: Slide Users Mailing List Subject: Re: max revision limit? Well I don't know anything about oracle, so you have to do some investigation yourself. But in the properties table you have following line: PROPERTY_VALUE VARCHAR2(255) This line should

RE: max revision limit?

2004-09-07 Thread Warwick Burrows
To: 'Slide Users Mailing List' Subject: RE: max revision limit? I just checked that PROPERTY_VALUE field in the DB2Server.sql that comes with 2.1 beta and it has a varchar 255 definition for this field. It looks as if the DB2 server schema hasn't been updated to fix this problem? Warwick

Re: max revision limit?

2004-09-07 Thread Oliver Zeigermann
- From: Warwick Burrows [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 11:03 AM To: 'Slide Users Mailing List' Subject: RE: max revision limit? I just checked that PROPERTY_VALUE field in the DB2Server.sql that comes with 2.1 beta and it has a varchar 255 definition

RE: max revision limit?

2004-09-07 Thread Warwick Burrows
-Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 3:54 PM To: Slide Users Mailing List Subject: Re: max revision limit? Maybe the fields that actually hold the content? Oliver Warwick Burrows wrote: BTW, which fields in the schema need

Re: max revision limit?

2004-09-07 Thread Oliver Zeigermann
:54 PM To: Slide Users Mailing List Subject: Re: max revision limit? Maybe the fields that actually hold the content? Oliver Warwick Burrows wrote: BTW, which fields in the schema need to be greater than the 255 that a varchar provides? Other than property_value are there any others

RE: max revision limit?

2004-09-07 Thread Warwick Burrows
- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 4:40 PM To: Slide Users Mailing List Subject: Re: max revision limit? Did not follow this, but obviously it was not applied to the DB2 schema, just checked that... And yes, the solution is to give it more

Re: max revision limit?

2004-09-07 Thread Carlos Villegas
Warwick Burrows wrote: Yes, but how much bigger? :-) It seems to be a flaw in the design that there is a version property that constantly grows in length with each new version added. Is this the way the spec defined the value of this property, or is this just Slide's implementation? It

RE: max revision limit?

2004-09-07 Thread Warwick Burrows
would need all three of these as the primary key? Warwick -Original Message- From: Carlos Villegas [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 8:40 PM To: Slide Users Mailing List Subject: Re: max revision limit? Warwick Burrows wrote: Yes, but how much bigger

Re: max revision limit?

2004-09-07 Thread Carlos Villegas
revision limit? Warwick Burrows wrote: Yes, but how much bigger? :-) It seems to be a flaw in the design that there is a version property that constantly grows in length with each new version added. Is this the way the spec defined the value of this property, or is this just Slide's

Re: max revision limit?

2004-09-06 Thread Jacob Lund
PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, September 03, 2004 12:41 PM Subject: Re: max revision limit? thanks for your reply, Lund. I use slide2M1, and orcale database. could you help me to solve the problem? thanks very much. jingrui From: Jacob Lund [EMAIL

max revision limit?

2004-09-01 Thread
hi, friends I met a weird problem. so far , I use client API to version control file(checkin/checkout). the similar code is following: webdavResource.checkout() webdavResource.putmethod() webdavResource.checkin() I did it successfully in the first four times(version 1.0-1.4). But if I want to

Re: max revision limit?

2004-09-01 Thread Jacob Lund
, September 01, 2004 9:16 AM Subject: max revision limit? hi, friends I met a weird problem. so far , I use client API to version control file(checkin/checkout). the similar code is following: webdavResource.checkout() webdavResource.putmethod() webdavResource.checkin() I did it successfully

RE: max revision limit?

2004-09-01 Thread Miguel Figueiredo
Hia, The problem should be with max revision limit! I for instance, managed to handle a resource with over 20 revisions... Best regards, Miguel _ This might be a know problem with the datastore and the max length of property values. This should be solved i

RE: max revision limit?

2004-09-01 Thread Miguel Figueiredo
I'm sorry, meant SHOULD NOT, instead of SHOULD. ___ Hia, The problem should be with max revision limit! I for instance, managed to handle a resource with over 20 revisions... Best regards, Miguel _ This might be a know problem with the datastore and the max

Re: max revision limit?

2004-09-01 Thread Jacob Lund
[EMAIL PROTECTED] To: 'Slide Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 11:22 AM Subject: RE: max revision limit? I'm sorry, meant SHOULD NOT, instead of SHOULD. ___ Hia, The problem should be with max revision limit! I for instance, managed to handle a resource with over

Re: max revision limit?

2004-09-01 Thread kranga
: Wednesday, September 01, 2004 3:32 AM Subject: Re: max revision limit? This might be a know problem with the datastore and the max length of property values. This should be solved i the latest database schemas! What version of slide and what store are you using? /jacob - Original Message