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

Re: Thanks and a global versioning question; WAS:: Help: XML Pars er e rror, Date Conversion failed

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2004-03-23 22:04:19 CET

Hello Brad !

On Tue, 23 Mar 2004 14:40:19 -0600, "Brad Appleton" <brad@bradapp.net>
said:
> On Tue, Mar 23, 2004 at 02:10:24PM -0600, C. Michael Pilato wrote:
> $ svn commit --message "Corrected # of cheese slices."
> Sending sandwich.txt
> Transmitting file data .
> Committed revision 3
> $ myrevmap -revnum 3 -revname MyRevName
> Associated revision 3 of <??> with 'MyRevName'
> $ svn log --revision `myrevnum MyRevName`

Why can't you just do:
$ svn commit --message "Corrected # of cheese slices."
Sending sandwich.txt
Transmitting file data .
Committed revision 3
$ svn copy --message "Tagging release 4.0.1-b2" --revision 3
svn://server/svn/path/to/project
svn://server/svn/path/to/tags/RELEASE_4_0_1-b2
Committed revision 4

This way, you can run log just like you wanted:
$ svn log svn://server/svn/path/to/tags/tags/RELEASE_4_0_1-b2
rev 4 | ...

Tagging release 4.0.1-b2

rev 3 | ...

Corrected # of cheese slices.

So, why can't you ?

Bye !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 23 22:13:45 2004

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.