You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Schott Marco <M....@ruhlamat.de> on 2011/11/28 09:28:04 UTC

Issue 3552 reopen ?

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 ?


With best regards

Marco Schott

______________________________________

ruhlamat GmbH
Sonnenacker 2, D-99819 Marksuhl

phone:

+49 (0)36925 929-551

fax:

+49 (0)36925 929-501

mail:

M.Schott@ruhlamat.de <ma...@ruhlamat.de> 

internet:

http://www.ruhlamat.de <http://www.ruhlamat.de> 


[GF/Management: Karl Mack, Thomas Mack]
[Amtsgericht Jena/Local Court Jena: HRB 401145]
[Firmensitz/Registered Office: Marksuhl]
[Ust-ID Nr.: DE 146396131]


Visit us at / Besuchen Sie uns:
- Cards Asia, April 25-27 April, 2012, booth no. 4E01


Re: Issue 3552 reopen ?

Posted by Stefan Sperling <st...@elego.de>.
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