Properties (was Re: Subversion Vision and Roadmap Proposal)
From: Martin Hauner <martin.hauner_at_gmx.net>
Date: Mon, 05 Apr 2010 19:28:57 +0200
Hi,
On 05.04.10 17:06, Stefan Sperling wrote:
Äh, performance yes. ;-)
The performance problem makes merge tracking more a pain than a gain.
Before merge tracking I could do this:
merge (cherry pick) from trunk to branch
and so on...
In most cases this didn't touch common folders so while updating my branch I
With svn:mergeinfo I have to update after each commit because its on my root
merge (cherry pick) from trunk to branch
This is annoying.. :)
So yes, apart from the performance issue I don't like that svn:merginfo is a
You mention that there is the idea of using another svn: property to configure
I see that looking from the "how do we get this into subversion" point of view
This is "high level" info or meta information and not interesting for single
In case of svn:mergeinfo on the root folder it even interferes with the normal
So as a user I ask: why is this two steps then..? What a strange system ;-)))
I can't offer a better place to store such information, but in my opinion it
Some random thoughts:
Maybe such configuration could be stored in global properties? Properties not
From an svn client view, I would like to have api calls to get all interesting
svn_client_get_root
would give me "http://svn.apache.org/repos/asf/subversion/trunk"
svn_client_get_root
would give me "http://svn.apache.org/repos/asf/subversion/branches/1.6.x"
Then I could ask
svn_client_layout ("http://svn.apache.org/repos/asf/subversion/trunk");
which would tell me
trunk: "http://svn.apache.org/repos/asf/subversion/trunk"
Then an "svn branch" could check that the target is indeed in branches and not tags.
> Thanks,
-- Martin Subcommander 2.0.0 Beta 5 - http://subcommander.tigris.org a Win32/Unix/MacOSX subversion GUI client & diff/merge tool.Received on 2010-04-05 19:29:31 CEST |
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.