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