From users-return-82-daniel=haxx.se@subversion.apache.org Fri Dec 18 15:31:46 2009 Return-Path: Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9) with SMTP id nBIEVirX019259 for ; Fri, 18 Dec 2009 15:31:45 +0100 Received: (qmail 40966 invoked by uid 500); 18 Dec 2009 14:31:39 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Delivered-To: moderator for users@subversion.apache.org Received: (qmail 23844 invoked by uid 99); 18 Dec 2009 11:58:10 -0000 X-ASF-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of robin.hills@gmail.com designates 209.85.220.209 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=oM1uJ/QmKmGe9mH3IrPhoMJAvgz68pxFogM73j4yP9A=; b=mK7VYMeH3cQ6uY1mMG/7Z93xgNMXxnfzaDCUYIFluV+Qvjhl8VDuyH9XcRw+WvUyGa Y09PoIfbWqjuUCoumMS6NbwPEqgterPGT5lU74x+uowUPKRYda/zKG5hkdFxNLLmj36M IpRYyXilDZVzQqSQkzX9N722vl9GBVsNj406g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=uGr1kzxZ9mRQ7Ew9MsWHx+BVFf3PvFG5JoFZVk2/wFReV0Q7+gXbtHJKAorJKQRoC7 tFkjqjN6FJVwmEWXX6pDaKNEAUG/lBfSviJ+qBrGVJdQ59CFtxE9EtcqDSxmMBV61Ej9 uovfj7leU/xX7nsl1ShcdLGsR7A03O4AHglmw= MIME-Version: 1.0 Sender: robin.hills@gmail.com Date: Fri, 18 Dec 2009 07:57:42 -0400 X-Google-Sender-Auth: ded72eb058ef8021 Message-ID: <36d20d7f0912180357y17a0cbebn4abc980ca9113b02@mail.gmail.com> Subject: svn: Error resolving case of: From: Robin To: users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 Good Morning! I am having an issue with the Windows cli SVN client. I was doing a dry run of a merge from a development branch to the trunk using: svn merge --dry-run -r9440:9647 branches/branch1/ trunk/ when I got an error regarding a failure to access a temp file. From Windows I got a warning that there was corrupted data on the disk. So I did a reboot and it automatically chkdsk'd my drive fixing several errors. After this was complete I tried running: svn merge --dry-run -r9440:9647 branches/branch1/ trunk/ again without success, but this time I get this error: svn: Error resolving case of: '-r9440:9647' If I run svn diff --summarize -r9440:9647 branches/branch1 as I did previous to the merge command I get the same error. My first instinct was to re-install the SVN Client (which I did) and I deleted and re-checked out working copies of the development branch and trunk. All with no change in the result. I have attempted searching Google and several lists without any results. Any help would be appreciated! Thanks! -- Robin