Return-Path: Delivered-To: apmail-maven-scm-users-archive@www.apache.org Received: (qmail 58371 invoked from network); 28 Feb 2009 09:42:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2009 09:42:16 -0000 Received: (qmail 1600 invoked by uid 500); 28 Feb 2009 09:42:16 -0000 Delivered-To: apmail-maven-scm-users-archive@maven.apache.org Received: (qmail 1583 invoked by uid 500); 28 Feb 2009 09:42:15 -0000 Mailing-List: contact scm-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: scm-users@maven.apache.org Delivered-To: mailing list scm-users@maven.apache.org Received: (qmail 1574 invoked by uid 99); 28 Feb 2009 09:42:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Feb 2009 01:42:15 -0800 X-ASF-Spam-Status: No, hits=3.4 required=10.0 tests=HTML_MESSAGE,MSGID_MULTIPLE_AT,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of markus.karg@gmx.net designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 28 Feb 2009 09:42:07 +0000 Received: (qmail invoked by alias); 28 Feb 2009 09:41:46 -0000 Received: from dslb-088-066-053-089.pools.arcor-ip.net (EHLO laptopmarkus) [88.66.53.89] by mail.gmx.net (mp024) with SMTP; 28 Feb 2009 10:41:46 +0100 X-Authenticated: #1972865 X-Provags-ID: V01U2FsdGVkX18ADak6ARgANRxsxFJ88r5u8QUKCz0FlQftxMLwLx gVEwOSf3NdSgwR From: "Markus KARG" To: Subject: How to move files without losing its history? Date: Sat, 28 Feb 2009 10:41:57 +0100 Message-ID: <009401c99988$cc106bc0$64314340$@karg@gmx.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0095_01C99991.2DD4D3C0" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcmZiMsO+he/MBRVTHmGhbs6EdEUSg== Content-Language: de X-Y-GMX-Trusted: 0 X-FuHaFi: 0.7,0.7 X-Virus-Checked: Checked by ClamAV on apache.org This is a multipart message in MIME format. ------=_NextPart_000_0095_01C99991.2DD4D3C0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Dear SCM Community, I am writing a custom plugin, and I need to move a file from one location on the harddisk to another, but the SCM history shall not get lost. So instead of just using simple Java File API I want to use SCM API, since I know that e. g. Subversion is able to perform such a local operation (svn move command, or svn copy plus svn remove commands) and SCM supports Subversion. So my question is: What are the correct SCM API commands to perform (in the end) something like "svn move" on my local disk? Thanks a lot! Markus ------=_NextPart_000_0095_01C99991.2DD4D3C0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Dear SCM Community,

 

I am writing a custom plugin, and I need to move a = file from one location on the harddisk to another, but the SCM history shall not = get lost. So instead of just using simple Java File API I want to use SCM = API, since I know that e. g. Subversion is able to perform such a local = operation (svn move command, or svn copy plus svn remove commands) and SCM = supports Subversion.

 

So my question is: What are the correct SCM API = commands to perform (in the end) something like "svn move" on my local = disk?

 

Thanks a lot!

Markus

 

 

------=_NextPart_000_0095_01C99991.2DD4D3C0--