[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: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 25 Oct 2011 00:27:08 +0100

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.

-- 
Philip
Received on 2011-10-25 01:27:47 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.