On Wed, Oct 19, 2011 at 12:22:05PM +0400, Andrey Paramonov wrote: > What about my other fears, bloated svn:mergeinfo
The entire svn:mergeinfo property is stored in RAM and parsed from string form into a data structure (nested hash table) before it is used. With modern hardware, you'd have to hit svn:mergeinfo sizes that go into hundreds of megabytes before you'll notice any slowdown. > and svn:mergeinfo conflicts? Have you ever seen a mergeinfo conflict? I haven't.