Re: Versioning
Hannes Ebner <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
Julian Reschke wrote: >> 1) I cannot get checkin and checkout working properly, read access (GET) >> works. > > I don't believe that Subversion supports checkout-in-place. With which RCS does check[in|out]Method() work? Or in other words: How do I update, add or delete files in a versioned repository (preferably Subversion)? Do you have an idea what I can do to use Slide with WebDAV/Subversion? >> 4) I want to retrieve an "old" revision. What is the official way of >> doing this? I know that I can get a specific revision through pointing >> the HttpURL object to e.g. "http://localhost/!svn/ver/3/test" (to get >> revision 3 of "http://localhost/test"), but this seems to be a bit long >> winded (and "DAV:checked-in" does not exist by accessing the node this >> way). Is there a better way of doing this? > > Well, there are multiple ways to do that. Check RFC3253. Ok. I just wanted to make sure that I didn't miss a Slide-specific method for accessing revisions. A thing like getMethod(String path, String version-name) would be pretty handy. Best regards, Hannes