Fitzchak Yitzchaki
Fitzchak Yitzchaki

Reputation: 9163

TortoiseSVN - When I delete a folder I got trouble

A lot of times I need to delete a folder and copy another one with the same name. Always this is a place to trouble. What is the best way do do this?

The error I got when I trying to commit:

Error: Directory    Error:
'..\trunk\bin\MVCContrib\InputBuilderTemplates\.svn'
Error: containing working copy admin
area is missing   Error: Please
execute the 'Cleanup' command.

The error I got when I trying to cleanup:

'..\trunk\bin\MVCContrib\InputBuilderTemplates\.svn' is not a working copy directory.

Upvotes: 1

Views: 776

Answers (1)

antik
antik

Reputation: 5330

  1. SVN Delete the folder
  2. SVN Commit
  3. SVN Rename, SVN Move or SVN Copy source folder to deleted folder name
  4. SVN Commit

Upvotes: 11

Related Questions