Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3BA2397F2 for ; Mon, 15 Dec 2014 10:53:45 +0000 (UTC) Received: (qmail 74147 invoked by uid 500); 15 Dec 2014 10:53:44 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 74112 invoked by uid 500); 15 Dec 2014 10:53:44 -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 2379 invoked by uid 99); 15 Dec 2014 10:26:44 -0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lepirlouit@hotmail.com designates 157.55.1.151 as permitted sender) X-TMN: [iVZIlnFyfLh7gcmYKdu+bacOV0NpFNkj] X-Originating-Email: [lepirlouit@hotmail.com] Message-ID: Content-Type: multipart/alternative; boundary="_7f6d5597-6c2f-4c0c-9a44-fb72489077ee_" From: Benoit de Biolley To: "users@subversion.apache.org" Subject: Possible bug in error message E160020 Date: Mon, 15 Dec 2014 11:26:16 +0100 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 15 Dec 2014 10:26:17.0613 (UTC) FILETIME=[8FB473D0:01D01851] X-Virus-Checked: Checked by ClamAV on apache.org --_7f6d5597-6c2f-4c0c-9a44-fb72489077ee_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable this bugs is on the eror message that outputs the source directory in place= of the destination directory. when i'm executing this : "svn --non-interactive copy --file C:\Users\xxx\AppData\Local\Temp\maven-sc= m-1138477127.commit --revision 6237 http://svn.xxx.be/xxx-svn/pow/trunk/ ht= tp://svn.xxx.be/xxx-svn/pow/tags/R4.10.1t" error message is : svn: E160020: Path 'trunk' already exists error message should be : svn: E160020: Path 'R4.10.1t' already exists = --_7f6d5597-6c2f-4c0c-9a44-fb72489077ee_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
this bugs is on the eror message= that outputs the source directory in place of the destination directory.
when i'm executing this :


"svn --non-interactive copy -= -file C:\Users\xxx\AppData\Local\Temp\maven-scm-1138477127.commit --revisio= n 6237 http://svn.xxx.be/xxx-svn/pow/trunk/ http://svn.xxx.be/xxx-svn/pow/t= ags/R4.10.1t"

error message is :
svn: E160020: Path 'trunk= ' already exists

error message should be :
svn: E160020: P= ath 'R4.10.1t' already exists




= --_7f6d5597-6c2f-4c0c-9a44-fb72489077ee_--