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

Re: propedit => "Explicit target argument required"

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 21 Aug 2008 18:23:20 -0400

On Thu, Aug 21, 2008 at 17:54, Kynn Jones <kynnjo_at_gmail.com> wrote:
> Hi. When I try
> % svn propedit svn:ignore
> ...I get the error:
> svn: Explicit target argument required

svn:ignore is a property applied to directories. You have not told svn
what directory to edit the property on.

> When I try
> % svn propedit svn:ignore svn://my/repos
> ...I get yet another error:
> svn: Editing property on non-local target 'svn://my/repos' not yet supported

Versioned properties may only be edited in working copies at this time.

> So how is one supposed to set the ignore property???

In addition to the above, see svn help propedit

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-22 00:23:45 CEST

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.