[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Locking a directory

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-03-16 15:39:07 CET

On 3/16/07, Rahul <rahul.hughes@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/
Received on Fri Mar 16 15:39:31 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.