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

status of symbolic names for revision numbers..

From: Eitan Suez <eitan-keyword-deux.352d02_at_u2d.com>
Date: 2005-04-21 21:06:24 CEST

hello,

   i recently scanned the users archive and noticed lengthy threads
   back in september on the topic of referencing a revision number by
name
   or mnemonic. it appears many users (myself included) want such a
feature.

   here are my questions:

     a. have any decisions been made by the subversion team regarding
      whether this feature is something worth implementing?

     b. if so, does such a feature now exist?

   i'm thinking about writing myself a little script (say, 'mysvn') that
   acts as a very thin layer on top of svn to translate tagnames
   to revision numbers.

   it would basically work like this:
  1. mysvn tag [-r revisionnumber] tagname
  -> records the correspondence from tagname to revision number

  2. mysvn update -r tagname
   -> would basically resolve to:
      svn update -r lookuprevisionfor(tagname)

thanks, eitan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 21 21:08:32 2005

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.