[BUG-REPORT] svn merge --dry-run reports "'file.bin' is not under version control"
From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2004-02-02 15:06:40 CET
Hello everyone !
Little problem report. I copied trunk/ to a branch two days ago. I
r2080 | fbos | 2004-01-31 16:32:48 -0500 (Sat, 31 Jan 2004) | 3 lines
* branches/activity-reorg/:
------------------------------------------------------------------------
E:\java\leadmanagement>svn merge --dry-run -r2080:head
Checking my lib/ folder, I can see that the file does not exist.
E:\java\leadmanagement>svn status
E:\java\leadmanagement>
As you can see, I have no changes in my WC too. Now, I tried --force,
Interesting that the same error occurs. A real merge now:
E:\java\leadmanagement>svn merge -r2080:head
Would you look at that ? It works ! I have a repro recipe right here:
rd /s/q repos wc
Is this a real bug ? Should I file an issue ?
Thanks !
=======================================================================
E:\>svnadmin create repos
E:\>svn checkout file:///repos wc
E:\>cd wc
E:\wc>mkdir trunk branches
E:\wc>echo "text file" 1>trunk\file.txt
E:\wc>svn add trunk branches
E:\wc>svn commit --message ""
E:\wc>svn copy file:///repos/trunk file:///repos/branches/reorg --message
Committed revision 2.
E:\wc>svn update
E:\wc>cd branches\reorg
E:\wc\branches\reorg>echo "binary file" >file.bin
E:\wc\branches\reorg>svn add file.bin
E:\wc\branches\reorg>svn propset svn:mime-type application/octet-stream
property 'svn:mime-type' set on 'file.bin'
E:\wc\branches\reorg>svn commit --message "Adding binary file"
E:\wc\branches\reorg>cd ..\..\trunk
E:\wc\trunk>svn merge --dry-run --revision 2:head
E:\wc\trunk>
Developer of Java Gui Builder
---------------------------------------------------------------------
|
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.