Unable to commit a directory as part of changelist.
If I do
svn commit --changelist MYCHANGELIST -m "MYMESSAGE"
I get
'A' is not known to exist in the repository and is not part of the commit, yet its child 'A/myfile.cpp' is part of the commit
If I am trying to add directory to a commit
svn changelist MYCHANGELIST A
I get
Skipped 'A'
So I have vicious circle.
How to overcome?
The same may happen with no any changelists... What to do in the situation?