Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 63578 invoked from network); 15 Jan 2009 09:18:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2009 09:18:40 -0000 Received: (qmail 66755 invoked by uid 500); 15 Jan 2009 09:18:40 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 66236 invoked by uid 500); 15 Jan 2009 09:18:39 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 66224 invoked by uid 99); 15 Jan 2009 09:18:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 01:18:39 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anchela@day.com designates 207.126.148.183 as permitted sender) Received: from [207.126.148.183] (HELO eu3sys201aog003.obsmtp.com) (207.126.148.183) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 15 Jan 2009 09:18:30 +0000 Received: from source ([72.14.220.152]) by eu3sys201aob003.postini.com ([207.126.154.11]) with SMTP ID DSNKSW7/T0S0ivLLz4bvMzJh8zMO8BodcPL6@postini.com; Thu, 15 Jan 2009 09:18:09 UTC Received: by fg-out-1718.google.com with SMTP id l26so558645fgb.35 for ; Thu, 15 Jan 2009 01:18:07 -0800 (PST) Received: by 10.86.4.2 with SMTP id 2mr1233023fgd.4.1232011087431; Thu, 15 Jan 2009 01:18:07 -0800 (PST) Received: from ?10.0.0.120? (bsl-rtr.day.com [62.192.10.254]) by mx.google.com with ESMTPS id d6sm14380561fga.20.2009.01.15.01.18.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 15 Jan 2009 01:18:06 -0800 (PST) Message-ID: <496EFFDA.6060605@day.com> Date: Thu, 15 Jan 2009 10:20:26 +0100 From: Angela Schreiber User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Re: Change default behaviour of webdav References: <8f70390901140813v4699b702xd93489db1e4462fe@mail.gmail.com> In-Reply-To: <8f70390901140813v4699b702xd93489db1e4462fe@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org hi paco > Actually when I copy a file with the same name of another file already > exposed in WebDAV, the first file is replaced by the new one. I wonder if I > can preserve the old file and create a new file version instead of replacing > it. Do you you what I mean? do you mean version in the sense of versioning? so... the original file could be restored using versioning? this was possible if the dav server would properly handle the DAV:auto-version property. http://issues.apache.org/jira/browse/JCR-1348 angela