> hi remy, > Does the PUT method currently do versioning automatically i.e. if you do > a put on a resource mutiple number of times > are new versions automatically created for that resource?
No, not at the moment. > When i run the command line example and do a PUT multiple number of times > on the same resource i only see one version(1.0) Yes, that's normal at that point. > in the store. But when i look at the implementation of the PUT method it > looks like a new version is created in the store. Really ? Remy
