[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: The "follow copy history" initiative

From: C.A.T.Magic <c.a.t.magic_at_gmx.at>
Date: 2004-04-02 10:19:54 CEST

C.A.T.Magic wrote:
> echo foo >file1.txt
> mv file2.txt file1.txt
> cp file2.txt file1.txt

should mean
     echo foo >file1.txt
     mv file1.txt file1.txt < 1->2
     cp file2.txt file1.txt
ofcourse.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 2 10:26:41 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.