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

Re: 1.7.x - merge now accesses all files in WC?

From: Peter Samuelson <peter_at_p12n.org>
Date: Thu, 2 Dec 2010 17:22:49 -0600

[Daniel Becroft]
> I've just managed to build/install trunk on my ubuntu box at home (first
> application I've ever compiled on it - yey!).
>
> What debugging tools would you recommend to investigate this further? I've
> seen output posted that lists function names, and time spent on each.

The obvious start is 'strace', as in 'strace svn merge ...'. It spits
out every system call. There's a lot of noise up front as it's loading
shared libraries and such, but it should still be obvious what we're
doing when crawling the tree (stat / lstat, open, etc.).

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
Received on 2010-12-03 00:23:31 CET

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.