> Thanks for your help. So for an entirely new installation > (with no existing > files) if I set "auto-version-control" in Domain.xml to false > then for all documents created on the server from that point > on auto-versioning will be disabled?
Not exactly. Newly created documents will not be put *automatically* under version-control, i.e. a creating PUT will not be translated into PUT -> VERSION-CONTROL by the server. > And will the > "auto-version" property of all new documents automatically be > set to an empty value or should I set the "auto-version" > parameter in Domain.xml to "" as well? If you want auto-versioning be turned-off by default (i.e. default for newly created files), you should set the "auto-version" parameter to "" in Domain.xml as well. > I would like to ensure that my WebDAV application controls > the versioning for all files in my Slide server. Can another > DAV client override the auto-version settings I have in any > way, either during upload of a new file or modification (put) > of an existing file? Not through PUT ... but it would be possible through PROPPATCH by updating the DAV:auto-versionn property. Regards, Peter > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 02, 2004 2:54 PM > To: [EMAIL PROTECTED] > Subject: RE: How do I turn off auto versioning? > > > The parameter "auto-version-control" (Domain.xml) specifies > whether newly created resources are automatically put under > version-control. > > Whether auto-versioning is turned on or off, and what style > of auto-versioning applies, is defined at resource level - > i.e. can be defined individually for a resource by setting > the property DAV:auto-version. An > *empty* value of DAV:auto-version means that auto-versioning > is turned off for that resource. > > The parameter "auto-version" (Domain.xml) represents the > default value of DAV:auto-version for newly created resources. > > Regards, > Peter > > > -----Original Message----- > From: Warwick Burrows [mailto:[EMAIL PROTECTED] > Sent: Monday, August 02, 2004 8:20 PM > To: 'Slide User Group ([EMAIL PROTECTED])' > Subject: How do I turn off auto versioning? > > Hi, > > I just wanted to confirm what I needed to do to turn off auto > versioning. > There's two settings for auto versioning in the Domain.xml file. > > <parameter name="auto-version">checkout-checkin</parameter> > > <parameter name="auto-version-control">false</parameter> > > I would guess that the "auto-version-control" parameter > controls whether auto versioning is enabled and the > "auto-version" parameter controls the style of auto > versioning used... is that correct? So to disable auto > versioning completeIy I would set the "auto-version-control" > parameter to "false" -- which seems to be the default. > > Warwick > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
