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

Re: Property setting

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 7 Apr 2009 15:59:34 -0400

On Tue, Apr 7, 2009 at 15:45, JWalker <jwalker_at_hotmail.bg> wrote:
> Hi,
>
> A couple of questions about setting properties:
>
> 1) Repository browser; right pane; right click; Show Properties. New :
> Add Properties dialog appears, but **Apply properties recursively** is
> dimmed. Why? Is it so by design or is it an error? OK, settings for
> currently selected directory may be set.

Properties should only be settable in a working copy.

> 2) What is the command-line svn.exe command that does the same -- set
> versionized property directly on directory (directory tree) in the
> repository, not on working copy? It seems that 'svn propset' cannot do
> this task.

svn propset -R, but as above, I'm pretty sure versioned properties can
only be set on a WC, not a URL.

C:\>svn help propset
propset (pset, ps): Set the value of a property on files, dirs, or revisions.
usage: 1. propset PROPNAME PROPVAL PATH...
       2. propset PROPNAME --revprop -r REV PROPVAL [TARGET]

  1. Creates a versioned, local propchange in working copy.
  2. Creates an unversioned, remote propchange on repos revision.
     TARGET only determines which repository to access.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1582854

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-04-07 22:00:33 CEST

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

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