Stan Pinte <[EMAIL PROTECTED]> writes: > hello Martin, > > you said one of the parameters should be > > > <parameter name="auto-version-control">true</parameter> > > but I have got the feeling that it turns on auto-versioning, which > gives the following behaviour: each time I do a PUT on a resource > which already exists, the version number is incremented...no need for > VERSIONCONTROL nor CHECKOUT nor CHECKIN, or am I wrong?
No, this parameter means, that the first time, a resource is created by a PUT it is put under version control. However, if you convert a non versioned store to a versioned store, old resources are not automatically put under version control. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
