Mothmonsterman <p.e.fletcher@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.
--
Philip
|