Re: Error processing externals E205011 and W155035 with simple update
From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Sun, 11 Aug 2013 23:44:38 +0200
On Sun, Aug 11, 2013 at 7:27 PM, <dlellis_at_rockwellcollins.com> wrote:
Okay, with this information I can reproduce the issue (both with 1.7.9
[[[
C:\Temp\test>svn co file:///c:/temp/test/repos wc
C:\Temp\test>cd wc
C:\Temp\test\wc>echo line1 > test.txt
C:\Temp\test\wc>svn add test.txt
C:\Temp\test\wc>svn ci -m"r1"
C:\Temp\test\wc>svn up
C:\Temp\test\wc>svn ps svn:externals "^/test.txt_at_1 ext.txt" .
C:\Temp\test\wc>svn ci -m"r2"
Committed revision 2.
C:\Temp\test\wc>svn up
Fetching external item into 'ext.txt':
At revision 2.
C:\Temp\test\wc>echo line2 >> test.txt
C:\Temp\test\wc>svn ci -m"r3"
C:\Temp\test\wc>svn up
Fetching external item into 'ext.txt':
At revision 3.
C:\Temp\test\wc>svn ps svn:externals "^/test.txt_at_3 ext.txt" .
C:\Temp\test\wc>svn ci -m"r4"
Committed revision 4.
C:\Temp\test\wc>svn up --depth=empty --ignore-externals
C:\Temp\test\wc>svn up ext.txt
C:\Temp\test\wc>svn up
Fetching external item into 'ext.txt':
At revision 4.
C:\Temp\test\wc>svn st
I get it also when only using --ignore-externals (or --depth=empty),
[[[
Fetching external item into 'wc2\ext.txt':
Checked out revision 3.
C:\Temp\test>cd wc2
C:\Temp\test\wc2>svn up --ignore-externals
C:\Temp\test\wc2>svn up ext.txt
C:\Temp\test\wc2>cat ext.txt
C:\Temp\test\wc2>svn st
C:\Temp\test\wc2>svn up
Fetching external item into 'ext.txt':
At revision 4.
Dan, can you please file an issue for this (referencing this thread)?
The self-reproducing reproduction script would still be nice, but not
Thanks,
-- JohanReceived on 2013-08-11 23:45:32 CEST |
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.