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

Re: 1.7RC4 file externals produce errors on updates

From: Rolf Campbell <rcampbell-cygwin_at_dragonwaveinc.com>
Date: Wed, 26 Oct 2011 16:35:11 -0400

On 2011-10-24 19:27, Philip Martin wrote:
> Mothmonsterman<p.e.fletcher_at_gmail.com> writes:
>
>> External definition:
>> C:\eclipse\workspaces_3_6\CADOC\eOMIS>svn propget svn:externals
>> ^/eOMIS/trunk/src/a/b/c/SF02_SampleClass.java src/a/b/c/
>> SF02_SampleClass.java
>> ^/eOMIS/trunk/src/a/b/c/SF02_SampleServlet.java src/a/b/c/
>> SF02_SampleServlet.java
>> ^/eOMIS/trunk/WebContent/d/sf2tzzz.jsp WebContent/d/sf2tzzz.jsp
>
> The 4015 fix doesn't handle svn:externals where the path has multiple
> components. I've reopened the issue.
>
>> svn st:
>> C:\eclipse\workspaces_3_6\CADOC\eOMIS>svn st
>> S src\a\b\c\SF02_SampleClass.java
>> S src\a\b\c\SF02_SampleServlet.java
>> S WebContent\d\sf2tzzz.jsp
>
> You can recover your working copy by updating each file:externals to r0:
>
> svn up -r0 src\a\b\c\SF02_SampleClass.java
>
> and then updating the whole working copy.
>
Thanks, I had originally run used 1.7RC4 to upgrade my working copy.
Once I used "svn up -r0" and then a normal "svn up" using v1.7.1, my
file externals began working correctly.
Received on 2011-10-26 22:35:59 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.