Subversion - QnA: Difference between revisions
Jump to navigation
Jump to search
(New page: Question: Sometimes when I delete a directory inside an svn controlled project and replace it with a directory with the same name I get this message when trying to the 'checkin': $ svn c...) |
No edit summary |
||
| Line 1: | Line 1: | ||
Question: |
Question: |
||
Sometimes when I delete a directory inside an svn controlled project and replace it with a directory with the same name I get this message when trying to |
Sometimes when I delete a directory inside an svn controlled project and replace it with a directory with the same name I get this message when trying to 'commit': |
||
$ svn ci |
$ svn ci |
||
svn: 'blabla/directory' is not a working copy |
svn: 'blabla/directory' is not a working copy |
||
Latest revision as of 23:14, 24 February 2009
Question:
Sometimes when I delete a directory inside an svn controlled project and replace it with a directory with the same name I get this message when trying to 'commit': $ svn ci svn: 'blabla/directory' is not a working copy
How should I correct this?
--Alfredo