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