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.