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

Re: Subversion tagging

From: Byron Brummer <byron.brummer_at_livenation.com>
Date: 2007-01-22 20:56:29 CET

B. Smith-Mannschott wrote:
> Couldn't this be accomplished using a custom property?

        Sure, just as soon as SVN supports property values
        as part of the -r syntax:

        svn checkout -r custom_prop=qa_build_24 my_project

        svn log -r custom_prop=qa_build_23:custom_prop=qa_build_24 my_project

        Oh, and don't forget to place switched files in their
        correct locations while you're at it.

        Or in other words yes, you can set properties like
        this in SVN...but that doesn't mean there's a way to
        actually make practical use of that information.

-Byron

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 22 20:57:42 2007

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.