Problems with merge from trunk to branch after moving and renaming files.
From: Murli Varadachari <mvaradachari_at_facebook.com>
Date: Thu, 18 Dec 2008 09:23:52 -0800
I am trying to "merge" one particular revision from trunk to branch. In this particular revision [ on *trunk* ]
Step1: Changes made on trunk and committed
D lib/geography.php
Step 2: Merge from trunk to branch of revision 133164
svn merge -c 133164 <trunkURL> <WC-branchURL>
--- Merging r133164 into '.':
svn: File not found: revision 133164, path '/tfb/branches/aurora/www/lib/geo/ip'
NOW it does appear to have successfully added / deleted all the files and dirs from rev# 133164 but still puts out this strange error message. IS this really an error?.
It appears It seems that svn merge has issues when merging change-sets that include an svn mv that go into a new directory created in the same change-set. Are there nny known bugs
Any help will be appreciated.
Cheers
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.