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

Re: svnmerge.py not using standard revision syntax

From: Blair Zajac <blair_at_orcaware.com>
Date: 2006-08-30 19:02:14 CEST

Karl Fogel wrote:
> kfogel@tigris.org writes:
>> Log:
>> Merged revisions 21307-21314 via svnmerge from
>> http://svn.collab.net/repos/svn/trunk to the incomplete-directories branch.
>
> I sure wish that said "Merged r21307-r21314 via svnmerge..." instead.
>
> It's not a completely trivial change, because there are many other
> similar constructed messages that would have to be changed as well,
> and I have no intention of writing the patch right now. But just out
> of curiosity: do y'all agree that it would be a good thing?

<aside>
Not directly related to your point, but I really don't like the r in front of
the revision number. I do a lot of copy and pasting revision numbers between
windows and having to select the revision number without the r instead of just
double-clicking on it is a pain. Say you run a svn log and want the revision
number for a merge or checkout, you just can't double click the rev number and
paste it elsewhere.
</aside>

Maybe we change svnmerge.py to display the r's and also handle r's in revision
numbers handed to svn? It would look ugly:

svn merge -r r123:r456 http://....

but it would make life easier.

Regards,
Blair

-- 
Blair Zajac, Ph.D.
<blair@orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/svn/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 30 19:03:39 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.