Hi Charles

On 25.09.2004, at 15:15, Charles Lepple wrote:

UNEXPECTED EXCEPTION:
Traceback (most recent call last):
File "/Volumes/b/sw-10.3/src/cvs2svn-1.1.0-1/cvs2svn-1.1.0/svntest/ testcase.py", line 105, in run
rc = apply(self.pred.func, args)
File "./run-tests.py", line 444, in attr_exec
repos, wc, logs = ensure_conversion('main')
File "./run-tests.py", line 404, in ensure_conversion
log_dict = parse_log(svnrepos)
File "./run-tests.py", line 230, in parse_log
this_log = Log(int(m.group('rev')), m.group('author'), m.group('date'))
File "./run-tests.py", line 149, in __init__
self.date = time.mktime(svn_strptime(date[0:19]))
File "./run-tests.py", line 129, in svn_strptime
return time.strptime(timestr, '%Y-%m-%d %H:%M:%S')
File "/sw/src/root-python23-2.3.4-2/sw/lib/python2.3/_strptime.py", line 424, in strptime
raise ValueError("time data did not match format: data=%s fmt=%s" %
ValueError: time data did not match format: data=(no date) fmt=%Y-%m-%d %H:%M:%S
FAIL: run-tests.py 2: detection of the executable flag

Thanks for the report. This is a problem that was introduced by svn 1.0.8 and/or 1.1.0-rc4. The cvs2svn developers did already post a fix for it


<http://svn.collab.net/viewcvs/cvs2svn?view=rev&rev=1382>

but it doesn't seem to fix the problem completely on my machine. I will release a new version of the package as soon as i know more.

For the meantime you can just disable the tests in the cvs2svn.info file by putting a # sign before the line with 'run_tests.py' and run 'fink index; fink rebuild cvs2svn'.

Chris.

PS: Normally it is more efficient to first contact the package maintainer (in this case me...) and only post to the list if you don't get any response in a reasonable time. But no big deal.



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to