call site 2 for path.svnwc.info
path/testing/fscommon.py - line 113
111
112
113
   def test_size(self):
       url = self.root.join("samplefile")
->     assert url.size() > len("samplefile")
path/svn/wccommand.py - line 574
572
573
574
   def size(self):
       """ Return the size of the file content of the Path. """
->     return self.info().size