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

Re: How do I apply svn:needs-lock to an entire repository?

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-07-20 21:19:28 CEST

Phil <plabonte@gmail.com> wrote on 07/20/2005 03:13:51 PM:

> I have a repository called "repo1"
>
> What is the exact syntax that I need to apply svn:needs-lock to all
> the files in "repo1" including all the files in the subdirectories...?
>
> All the comments I have tried have failed.

svn co url://repo1 wc
svn propset -R svn:needs-lock yes wc
svn ci wc -m "Set needs:lock property on all files in repository"

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 20 21:21:14 2005

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.