views:

43

answers:

1

I am using ankhsvn with VS2008. I am using a free repo hosting on the web. I am not using a svn client for this repo, but managing everything with ankhsvn (including adding solution file and project files to the new repo).

I want to add the svn:needs-lock preperty to these files. I wonder if I can do this task using ankhsvn, or if I need to get another svn client for this purpose.

+3  A: 

It look like you can add Subversion properties through Ankhsvn, see the documentation.

Greg Hewgill
Yes, thank you. But, I am unable to do this in bulk, doing it file by file is tedious.
Grungean
@grungean: Sometimes, using a GUI isn't the right answer. Why not do this using the Subversion command line client?
Greg Hewgill