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

Bindings broken?

From: Sander Striker <striker_at_apache.org>
Date: 2003-02-12 11:50:59 CET

I just updated to HEAD and noticed, when I ran mailer.py, that the bindings are broken:

Traceback (most recent call last):
  File "/opt/svn-install/hooks/mailer.py", line 773, in ?
    svn.util.run_app(main, config_fname, repos_dir, revision)
  File "/opt/svn-install/svn-4854MS/lib/python2.2/site-packages/svn/util.py", line 38, in run_app
    return apply(func, (pool,) + args, kw)
  File "/opt/svn-install/hooks/mailer.py", line 61, in main
    output.generate(groups, pool)
  File "/opt/svn-install/hooks/mailer.py", line 142, in generate
    generate_content(self, self.cfg, self.repos, self.changelist, pool)
  File "/opt/svn-install/hooks/mailer.py", line 299, in generate_content
    date = time.ctime(svn.util.secs_from_timestr(svndate, pool))
  File "/opt/svn-install/svn-4854MS/lib/python2.2/site-packages/svn/util.py", line 71, in secs_from_timestr
    aprtime = svn_time_from_cstring(svn_datetime, pool)
TypeError: svn_time_from_cstring() takes exactly 3 arguments (2 given)

Last working install for me was 4720.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 12 11:51:44 2003

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.