I accidentally added ‘.’ to version control and then did svn delete --keep-local . to try and take it out of version control. which only made things worse. How can I:
- correct this situation and
- check in all files without issuing the command
svn ci . -m'', which seems to add ‘.’ to version control?
svn ignore .to exclude.fromcheck inoperationsvn stto verity changes beforecheck inI hope it helps you.