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

Re: Issue 3552 reopen ?

From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 28 Nov 2011 10:18:15 +0100

On Mon, Nov 28, 2011 at 09:28:04AM +0100, Schott Marco wrote:
> Hallo,
>
> since I have installed the last version (1.7.1) of your SVN client I
>
> got the following error each time I tried to update my working copy.
> The file external from
> 'svn://abcdefg.org/svn_root/COMMON/DMS/trunk/doc/UML/Jobformat/DMSJobD
> at
> aWOCS.xsd'
> cannot overwrite the existing versioned item at
>
> By searching for this issue if found a entry I your issue tracker that
> this issue was already fixed in version 1.6.X.
>
> What's happened ? Is it my fault or is the issue 3552 reopened ?

No idea. You'll need to provide more information.

As Daniel noted on the dev@ thread you started, there is a regression
test which checks for an issue 3552 regression. I just ran this test
and it passes on trunk and 1.7.x.

So what we need to find out is:
 - Did issue 3552 re-appear and is there a problem in the regression test?
 - Are you seeing some different kind of problem the test wasn't designed for?

To find out more, we need to know exactly what you are doing to make the
error appear. Can you please try to describe, in detailed steps, how
to get the error to appear when starting with an empty repository,
checking out a working copy of the empty repository, and performing
any Subversion operations on this working copy until the problem
appears?

Note that you can use a local repository for this purpose. You don't
need a server. Run this to get an empty repository and working copy:
  svnadmin create /path/to/repos
  svn co file:///path/to/repos /path/to/working/copy
Received on 2011-11-28 10:18:55 CET

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.