nut wrote:

>I'm trying to delete some files from my repository. After "svn delete
><some file>", I get
>
>D  <some file>
>
>as expected, but when I try to commit, I get
>
>svn: Commit failed (details follow):
>svn: '<some file> is not under version control

looks like you are trying to 'svn commit <some file>'

You need to commit the containing folder instead, because that's where
the deletion is recorded.
-- 

Lorenz

Reply via email to