Re: Diffing a moved file can fail
From: Dave Lawrence <dlawrence_at_ad-holdings.co.uk>
Date: Tue, 21 Oct 2008 09:56:55 +0100
Dave Lawrence wrote:
Slightly improved script attached.
REM My CWD is C:\SVN\tests
svnadmin create test_repo
cd test_wc
REM Create file first, then directory
REM Create directory first, then file
svn mv file1.c dir1
svn ci . -m"Files moved and modififed - modification isn't important but makes for a better demo"
svn diff dir1/file1.c -r PREV
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.