vote up 1 vote down star

Hi,

I was creating external dependecies in one of my repos. I made a mistake and I want to delete one of these dependecies. I can't delete the folder because that deletes the folder from the parent project. I'm using tortoise svn-client and I can't find a command to achieve this, I removed the external property from the properties list but it didn't seem to work. Please help!

Thanks.

flag

3 Answers

vote up 2 vote down check

If you've removed the property from the project, that doesn't mean the local working copy is removed. Simply delete the local working copy of the external dependency.

link|flag
This is right. I recommended that he check in the changes, because (at least, the last time i did this) Tortoise will still show the folder as versioned until then, even though you can safely delete it. – Jerph Apr 1 at 15:56
vote up 0 vote down

These are the conclusions:

  • Delete the external property.
  • Change the name of the folder that is causing problems.
  • Update the repo, the folder will be added again empty.
  • Now, delete the renamed folder.
link|flag
vote up 0 vote down

If I understand your question, you'll want to remove the folder from the externals property (or remove the property if that's the only folder) and check in your changes. Then you'll be able to delete the folder, which should now be unversioned.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.