OK, apparently you are using the WebDAV interface. For a scenario as you are describing, you probably do not need to wait for DeltaV. Slide already supports some kind "auto-versioning".
You will need versioning-aware store implementations for content and meta data to refer to in your domain configuration (domain.xml). It also depends on *where* you are going to store each kind of data (e.g. content data on the file system, meta data in jdbc database). I am currently not aware of which of the existing implementation in the "slidestore" package do support versioning. Maybe someone else can help? Regards, - Peter. > -----Original Message----- > From: Cevat Ikibas [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 22, 2002 13:26 > To: [EMAIL PROTECTED] > Subject: RE: version control > > > > > Thank you very much for your answer but could you please > explain how I can > achive the following situation... > > For example I have a file in my /files/project directory called > project1.html and I want to modify this file and still I have > to keep the > old one as an old version of the same file like version 1 and > version 2 .. > how can I do that? In the slide normaly if you have a file in > a directory > and you put the modified version of the same file in to the > same directory, > slide just updates (cpy the new one on the old one) the old > one and does not > keep them as version one and version 2. I want to keep both.. > > any help would be appreciated.. > regards > cevat > > > > >From: "Nevermann, Dr., Peter" <[EMAIL PROTECTED]> > >Reply-To: "Slide Users List" <[EMAIL PROTECTED]> > >To: "'Slide Users List'" <[EMAIL PROTECTED]> > >Subject: RE: version control > >Date: Fri, 22 Feb 2002 11:18:09 +0100 > > > >Cevat, > > > > > can anybody explain how to version control in slide? > > > thanks > > > >By which means (or interface) do you want to do versioning? > > > >(a) If it is through the Slide API, version control is > primarily given > >through the "content helper" interface > (org.apache.slide.content.Content). > >Other classes/interfaces which are crucial for versioning are: > >- org.apache.slide.content.NodeRevisionDescriptors > >- org.apache.slide.content.NodeRevisionNumber > > > >(b) If you mean through WebDAV, support for DeltaV (see > >http://webdav.org/deltav) is currently under construction in > Slide, and > >will > >be available with the next version of Slide. > > > >Regards, > >- Peter. > >--------------------------------------- > >Dr. Peter Nevermann > >Software AG, Research & Development > >Uhlandstr. 12, 64292 Darmstadt, Germany > >+49-6151-92-1828 (phone), 92-1609 (fax) > >mailto:[EMAIL PROTECTED] > >http://www.softwareag.com > > > > > > > -----Original Message----- > > > From: Cevat Ikibas [mailto:[EMAIL PROTECTED]] > > > Sent: Thursday, February 21, 2002 22:28 > > > To: [EMAIL PROTECTED] > > > Subject: version control > > > > > > > > > > > > > > > can anybody explain how to version control in slide? > > > thanks > > > > > > cevat > > > > > > _________________________________________________________________ > > > MSN Photos is the easiest way to share and print your photos: > > > http://photos.msn.com/support/worldwide.aspx > > > > > > > > > -- > > > 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]> > > > > > > > Cevat Ikibas > Office: 812-8560753 > Home : 812-3320439 > > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > > -- > 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]>
