> I am using Slide from CVS. > > I have a problem with deleteting versioncontrolled resources: > > after I have successfully deleted the versionned resource, I > still see a > version file in the /history directory.
That's right, deleting the VCR does neither delete the associated VHR (history) nor the VRs (versions). These can be deleted by a separate "DELETE /history/1" request. > And when I try to PUT again the deleted resource, I get that > error on the > server-side: > > 17:11:24,821 ERROR [STDERR] > org.apache.slide.content.RevisionAlreadyExistExcepti > on: Revision 1.0 already exists on object /history/1 > > any idea? Can you describe the exact scenario, please? (The exact sequence of requests). What store implementations are you using (FileContentStore, MySQLDescriptorsStore, etc.)? Regards, Peter
