[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: JWalker <jwalker_at_hotmail.bg>
Date: Tue, 7 Apr 2009 14:19:26 -0700 (PDT)

I want to create a script that
  - creates new repository
  - imports directory tree (branches, tags, trunk, trunk/wrk, trunk/
public)
  - sets properties to trunk, trunk/wrk, trunk/public such as
     tsvn:logminsize 10, bugtraq:.... e tc.

At the moment of creating a repository there is no checkouted work
copy.
I tried with TSVN; and TSVN was able to add a property to trunk (not
recursively).
As a result new revision appeared.
So, TSVN is capable to do this interactively from the repo browser. It
asked for a message,
and I entered it. This message appeared in the log.
'svn propset' has no option for entering any message and this is why I
think
'svn propset' is not the right command.

On 7 Апр, 23:31, Simon Large <simon.tortoise..._at_googlemail.com> wrote:
> 2009/4/7 Stefan Küng <tortoise..._at_gmail.com>:
>
>
>
> > JWalker 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.
>
> > It's dimmed because it's not possible to set properties recursively via
> > URLs. That's only possible 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.
>
> > it can, but you have to pass --revprop.
>
> That's for revision properties, isn't it. The OP is asking about
> 'versionized' properties on directories. svn propset will do it, but
> not recursively.
>
> Simon
>
> --
> :       ___
> :  oo  // \\      "De Chelonian Mobile"
> : (_,\/ \_/ \     TortoiseSVN
> :   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
> :   /_/   \_\    http://tortoisesvn.net
>
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr..._at_tortoisesvn.tigris.org].

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-04-08 07:19:29 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.