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

RE: Mnemomic names for revisions

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-05-02 21:08:04 CEST

> This would be a nice feature. Right now our QA department is in serious
pain
> because while most/all of the tools allow you to diff rev 7 with rev 6.
They
> usually don't allow you to diff rev 7 with tag/R9_3_2356.

> Right now they have to poke around the log history in ViewCVS until they
see
> what looks like the "tag" point then write down the revision number
(that's a
> five digit number in our case as we imported our CVS repository) then go
back
> and enter both numbers in.

I don't see the necessity of this. Subversion allows commands like:

svn diff \
    http://scm.sipfoundry.org/rep/sipXportLib/tags/2.8-export-L@HEAD \
    http://scm.sipfoundry.org/rep/sipXportLib/main@500

That compares rev 500 of the main-line development with the contents of tag
2.8-export-L. The output looks OK to me; it starts with this, which
suggests Subversion understands what I'm asking for:

Index: sipXportLib.vcproj
===================================================================
--- sipXportLib.vcproj (.../tags/2.8-export-L) (revision 535)
+++ sipXportLib.vcproj (.../main) (revision 500)
@@ -42,7 +42,8 @@

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 2 21:14:37 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.