call site 8 for path.svnurl.join
path/svn/testing/svntestbase.py - line 97
96
97
98
99
   def test_info(self):
->     url = self.root.join("samplefile")
       res = url.info()
       assert res.size > len("samplefile") and res.created_rev >= 0