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

Re: Subverion Performance Tests

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-13 01:27:40 CET

Brandon Ehle <azverkan@yahoo.com> writes:

> >--- reposbench.py.orig Tue Nov 12 23:52:52 2002
> >+++ reposbench.py Tue Nov 12 23:51:28 2002
> >@@ -36,7 +36,7 @@
> > err=p.childerr.read()
> > if p.poll()<>0:
> > print err
> >- assert(p.poll()==0)
> >+ #assert(p.poll()==0)
> > m=re_collect.search(err)
> > assert(m)
> > return map(strToSec, m.groups())
> >
> That means a command returned an error code. The results are probably
> not any good.

I've just realised that the problem below is what caused the problem
above :)

> >@@ -115,7 +115,7 @@
> > def __init__(self):
> > self.dir=os.path.join(os.getcwd(), 'svnrepo')
> > self.wcdir=os.path.join(os.getcwd(), 'svnwc')
> >- self.url='file://'+os.path.join(os.getcwd(), 'svn')
> >+ self.url='file://'+os.path.join(os.getcwd(), 'svnrepo')
> > def name(self):
> > return 'SVN'
> > def create(self):

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 13 01:28:28 2002

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.