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

Re: Documentation about the 'Lock' feature

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-07-20 20:35:41 CEST

Phil <plabonte@gmail.com> wrote on 07/20/2005 02:29:06 PM:

> I did and this is what I am try to issue:
>
> svn propset svn:needs-lock * reponame
>
> does nto work...?
>
> I need specific help... what specifically do I need to issue as a
> command to set the property to all the subdirectories below my
> repository that I have called 'reponame'?
>
> everything I tried gives me the error:
> '.' is not a working copy

Properties can only be set on a working copy. You need to checkout
everything and then set the property on all of the files in your working
copy (use the --recursive switch) and then commit the prop changes.

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 20:37:37 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.