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

Setting properties on the repository

From: Dewey M. Sasser <dewey_at_sasser.com>
Date: 2004-09-17 16:23:07 CEST

In what is, I believe, my last topic creation of the day, I would like
to be able to set properties directly on the repository. Not revprops
but versioned properties. I'm unable to do this in svn 1.0.[56]. I
have not checked the latest development code.

For example, I want to be able to do

svn propset -m "Recommending baseline" my:recommended-baseline
   'branches/base1' svn://repopath/module

Some of you might recognize that I'm trying to support something like
ClearCase-UCM semantics in subversion. I would rather not get into a
discussion of whether or not this is a good idea.

I can work around this by doing a non-recursive checkout of the
module, setting the property on the sandbox and commiting, but it's a
workaround. This is the property equiavlent of "svn cp -m''" or "svn
mkdir -m ''".

Is there any reason why allowing properties to be set directly on the
repository is not a good idea?

Thanks,

-- 
Dewey Sasser
dewey@sasser.com
---
Note: resend. Previous copy disappeared
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 17 16:25:32 2004

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.