Removing a Subversion folder from the client and server
Posted
by Code Sherpa
on Stack Overflow
See other posts from Stack Overflow
or by Code Sherpa
Published on 2010-04-21T15:51:11Z
Indexed on
2010/04/21
15:53 UTC
Read the original article
Hit count: 199
Hi.
I have been using Subversion for a few days now and have a question...
I have a folder deep in my subversion trunk that I want to remove and replace with another folder.
I have read about this on here and tried:
- Export:
- I clicked on the folder I wanted to remove
- I then created a new backup folder elsewhere when prompted
- I then exported
- Delete:
- I next chose the delete option (in TortoiseSVN) on the folder I wanted to remove and clicked it.
The folder I want to remove now has an "X" over it as does all of the subfolders and files. But, when I go to the Subversion repository on the remote server, I still see the folder I want to remove and all of its files.
What do I have to do to get the clients to forget about this folder and the Subversion server to remove it permanently from its sub-folders?
Thanks in advance...
© Stack Overflow or respective owner