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

NEED: dynamic svn:external property

From: Grégory Romé <gregory.rome_at_innova-card.com>
Date: Thu, 12 Feb 2009 11:40:13 +0100

Hello,

I have a specific need concerning the property svn:external. I don't
know if there is a real interest (excepted for me) and if it is judicious.

I use a continuous integration tool which automatically tags my project
on successful build. The problem is that the tag does not reflect the
complete state of the project due to the fact that the project includes
several not fixed external references.

I would like that the svn:external property has the capability to be
automatically modified on copy by adding the current revision of the
external reference to the property. I think that a simple keyword added
instead of a revision should be sufficient.

Example: let the project 'concept' which needs two external modules.
I would like to use the last stable version of those modules:
   svn propget svn:externals concept
   module1 http://svn/module1/branches/stable/2.x@KEYWORD
   module2 http://svn/module2/branches/stable/1.3.x@KEYWORD

After a copy the result has the following properties:
   svn propget svn:externals concept
   module1 http://svn/module1/branches/stable/2.x@revX
   module2 http://svn/module2/branches/stable/1.3.x@revY

Cheers!
Grégory

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1144336

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-12 23:27:37 CET

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.