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

Question about get_mergeinfo_for_path() function

From: Alexander Sinyushkin <Alexander.Sinyushkin_at_svnkit.com>
Date: 2007-08-31 13:02:16 CEST

Hello devs.

My question is about merge-tracking internals.
There's a function called get_mergeinfo_for_path() where I see the
repository root path is passed as "", not as "/".
But what is confusing me is that I actually have never seen paths like
"" to be stored in either 'mergeinfo_changed' or 'mergeinfo' tables.

Furthermore I've made a little test: merged some props on the root of
the repository and committed those merges.
select * from mergeinfo_changed returns "/"
not ""
as a path which mergeinfo was changed.
So, could it happen that the function get_mergeinfo_for_path() will not
work properly in some situations?

Sorry, If I'm wrong and misunderstanding something.

----
Alexander Sinyushkin,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 31 13:00:21 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.