subversion problems - object of the same name already exists

If you have any 'mechanical' forge related issues/suggestions, pop them in here.
Post Reply
User avatar
Geraint
Joomla! Apprentice
Joomla! Apprentice
Posts: 36
Joined: Fri Aug 19, 2005 5:23 pm
Location: Gogledd Cymru

subversion problems - object of the same name already exists

Post by Geraint » Wed Oct 12, 2005 8:22 am

A couple of weeks ago I checked out trunk successfully to my Linux test server.

Today I came to do an update and have hit on a few snags:

1. Firstly when I did a "svn -u status" I get

Code: Select all

svn: REPORT request failed on 'http://scm.joomla.org/svn/repos/joomla/trunk'
svn: REPORT of 'http://scm.joomla.org/svn/repos/joomla/trunk': 501 Method Not Implemented (http://scm.joomla.org)


2. Then if I do a "svn update" I get files and directories deleted e.g.

Code: Select all

D index.php

or

Code: Select all

D media


followed by:

Code: Select all

svn: Failed to add directory 'media': object of the same name already exists


If I move my local copy and do an update the "deleted" object is successfully obtained from the server.

Any ideas what may be going on?  Is this a windows filename conflict or the like?  Where these files deleted and then added back to the repository?

Geraint
email: opensourcematters at copynDOTplusDOTcom

Post Reply