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

Re: newbie question

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-11-07 22:48:10 CET

On Thu, Nov 07, 2002 at 04:40:35PM -0500, Greg Dickie wrote:
>
> Hi,
>
> I'm new to subversion but it seems quite cool. My question is is there any
> way to define our own properties (eg: for branches and tags)?

You certainly can:

$ svn propset my-own-tag-name some-value thisfile
$ svn propset another-name value2 thatfile
$ svn commit -m "set some properties"

Properties are quite orthogonal to branches and tags, so I'm not sure how
they apply to your question. I suspect that you may have a disconnect on how
branches and tags work within Subversion. The simple answer is that SVN
doesn't have branches and tags. You just make (cheap) copies inside your
repository. If you further edit the copy, it's a branch. If you never make
edits, then it's a tag :-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 7 22:47:18 2002

This is an archived mail posted to the Subversion Dev mailing list.

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