Need API and subcommand to list eligible revisions to merge
From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-06-08 02:42:23 CEST
There is a need for an API, and likely a subcommand, to list eligible
The question becomes what format should this API take and what should
Let me describe what I think I would like in Subclipse and JavaHL.
We drive our current dialogs to select revisions from the svn log
void logMessages(String path, Revision pegRevision,
This returns the sort of info you see in svn log, which makes for a
void logMessages(String url, Revision pegRevision,
Basically, it adds a boolean that says to only show the eligible
I think it makes sense that a command line user would want similar
svn log --show-eligible-from=@repos/trunk "."
So this command could only be run against a working copy. And you
An alternative would be to create a new subcommand, but given that the
-- Thanks Mark Phippard http://markphip.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Jun 8 02:42:33 2007 |
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.