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

Re: [TSVN] Strange 'Add/Clean-up' Problem/Issue

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-05-16 11:45:34 CEST

Hughes, Trystan wrote:
> Sorry that the Subject Heading is a bit vague,
>
> but my colleague has been having a strange problem with TSVN, and as
> i'm in charge of the SubVersion stuff, I might as well help him.
>
> Anyway, my colleague has a local copy (checked-out) of a repository.
> Within this local copy/directory is a sub-folder called 'Desktop
> Modules', and within this sub-folder can be contained further folders
> that are each of the modules that can be created. Now, when a new
> folder has been created, my colleague used the 'Add' command to
> prepare the folder to be added to the repository, and then the
> 'Commit' command to finalise and add to the repository. The problem
> now is that all of a sudden the module folder that he added now
> contains and '!'/exclamation icon over the folder. Whenever we now
> try to do a 'Clean-up' command on the parent folder (DesktopModules)
> we get an error message saying that the 'Subversion has reported an
> error: 'FolderName' (which is the new folder we added) is not a
> working copy'. Now if we try the 'Add' command on this new folder
> again, SubVersion says that the 'Folder' has already been added. 'The
> 'Revert' function also brings up a similar errounous based message.
>
> What exactly is the problem here? and what exactly does that symbol
> ('!') entail?

I guess it's the yellow exclamation overlay and not the red one?
That means you have some sort of conflict there. That overlay is shown
for conflicted and obstructed files/folders.
Fire up the "check for modifications" dialog and check the real status
of that folder and the files in it.

I think you'll find that the status is 'obstructed' which means that
there is something in the way. You can't really add that folder because
it seems the same folder already was added to the repository and the
update failed because Subversion can't replace an existing folder.
So: rename the folder (in explorer, not TSVN), then do a cleanup, then
an update.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon May 16 11:45:55 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.