You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Rahul <ra...@gmail.com> on 2007/03/16 09:06:44 UTC

Locking a directory

Hi
         I can lock a file but Can i lock a complete directoryas a
user...???

-- 
Regards
Rahul

"I LIKE TO WALK IN RAIN","SO NO ONE CAN SEE MY TEARS"

Re: Locking a directory

Posted by Mark Phippard <ma...@gmail.com>.
On 3/16/07, Rahul <ra...@gmail.com> wrote:
>
>
> Hi
>          I can lock a file but Can i lock a complete directoryas a
> user...???



Directories cannot be locked.  You can only lock all of the files in a
directory by locking each file. The command accepts multiple targets, so you
can do something like this:

svn lock -m "Locking all docs" *.doc

Thanks

Mark Phippard
http://markphip.blogspot.com/