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

Re: Files have overlay icons after deleting from repository

From: Rainer Müller <mueller_rainer_at_gmx.de>
Date: 2006-02-02 17:23:21 CET

Sergey Solozhentsev wrote:
> Hello developers
>
> I'm novice in using both subversion and TortoiseSVN. I created
> repository and imported some of my code. Then I checked out files and
> noticed that I added some temporary files that are generated after every
> rebuild of project. I decided to delete it from repository. I did it
> successfully with Repo-browser. However overlay icons still are on the
> file icons. When I try to commit this files I have error. I think that
> overlay icons should disappear after I delete files from repository.

Yes, you deleted these files directly from the repsitory with repo browser. But
your Working Copy still includes them and has no idea about what actions you
have taken on the server. So you have to do an "Update" to see changes you made
with the repo browser.
After that the files should be gone. If they appear again after next rebuild you
should add them to "svn:ignore" using the "Ignore" menu item to prevent them to
be added.

HTH, Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Feb 2 17:25:56 2006

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.