I found that using the empty string "" in the Domain.xml didn't work but not
specifying a value at all, as is done for the auto-version-exclude
parameter, does work. At least it starts and works as it has done so far.
Unfortunately, because of network problems I haven't been able to check
whether setting the value to be empty causes the Slide server to set the
"auto-version" property on files in the way I expected.

Warwick


-----------------------------------------------------------
 Warwick Burrows              E2open
 Senior Engineer              9600 Great Hills Trail, #325
 http://www.e2open.com        Austin TX 78759
-----------------------------------------------------------


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Sent: Tuesday, August 03, 2004 12:07 PM
To: [EMAIL PROTECTED]
Subject: RE: How do I turn off auto versioning?


> 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]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to