Hi Andreas, Thanks for your help. I had <parameter name="version">false</parameter> in the contenstore. I changed this to true and it works fine.
Regards Jim. ----- Original Message ----- From: "Andreas Probst" <[EMAIL PROTECTED]> To: "Slide Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, December 04, 2002 8:21 AM Subject: Re: History problem > Hi Jim, > > did you enable auto-versioning in Domain.xml? > > <parameter name="auto-version-control">true</parameter> > > Did you configure Slide, so that it creates a new version after > every PUT? > > <parameter name="auto-version">checkout-checkin</parameter> > > These parameters must go just before </slide>. There should be > the following parameters: > > </namespace> > <parameter name="historypath">/history</parameter> > <parameter name="workspacepath">/workspace</parameter> > <parameter > name="workingresourcepath">/workingresource</parameter> > <parameter name="auto-version">checkout-checkin</parameter> > <parameter name="auto-version-control">true</parameter> > <parameter name="checkout-fork">forbidden</parameter> > <parameter name="checkin-fork">forbidden</parameter> > </slide> > > See the DeltaV spec RFC 3253 to get to know the semantics of > checkout-checkin and the other possible values for auto-version. > > Maybe you also have to set > <parameter name="version">true</parameter> > in contentstore. Don't forget to set > <parameter name="resetBeforeStarting">false</parameter>, > otherwise the files get deleted everytime you start Slide. > > Hope this helps. > > Andreas > > > On 3 Dec 2002 at 23:11, Jim Collins wrote: > > > Hi, > > > > I upload a file to slide and then I edit the file and upload the > > file again. The first time I do this it is fine and in > > slide/history I can find the original document with a version > > 1.0, and the updated document I can view in the collection. > > However if I change the document again and upload it there are no > > more revisions in history just the original document. > > > > Does anyone have any idea what I have done wrong? > > > > Thanks > > > > Jim. > > > > PS I am using nightly build 2002-11-27. > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
