SVN propset svn:needs-lock on local directory

Posted by Oded on Stack Overflow See other posts from Stack Overflow or by Oded
Published on 2010-04-25T15:24:34Z Indexed on 2010/04/25 15:33 UTC
Read the original article Hit count: 274

Filed under:
|

Hi,

I want to set the svn:needs-lock property on a local directory, and then to commit it.

I want to do it from the command line and it seems to not letting me.

my command is:

svn propset svn:needs-lock '*' d:\src_svn\Multilizer

the answer I get is:

svn: Cannot set 'svn:needs-lock' on a directory ('D:\src_svn\Multilizer')

what can be the problem?

thank you.

© Stack Overflow or respective owner

Related posts about tortoisesvn

Related posts about svn