SharpSvn marks file as missing but I need deleted

Posted by name1ess0ne on Stack Overflow See other posts from Stack Overflow or by name1ess0ne
Published on 2010-05-25T08:01:16Z Indexed on 2010/05/26 7:31 UTC
Read the original article Hit count: 228

Filed under:
|
|
|

I want to delete file in svn. I do this so:

svnClient.Delete( pathToFile, new SvnDeleteArgs {Force = true} );

When I want to commit chenges, in svn file status is 'missing', but I need 'deleted'. What I do wrong?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET