> hi mathias, > Thanks a lot for your reply. > > With your implementation can you retreive the content and the contents of > a specific version rather than the > version controlled resource ? For example how can a client retreive the > content of specific version given the version controlled resource?
Yes. In Delta V, you have to be able to access individual revisions using unique URIs (and then they behave like normal resources). I was also planning to design a URL scheme like Mathias did. > With your current mechanism used to generate a URI for the version is the > version also http accessible (I am not sure)? Yes. It's a normal resource, so you can GET. Remy
