On May 21, 2007, at 20:42, Carsten Koch wrote:
> Test case:
>
> import pysvn
> c=pysvn.Client()
> c.diff_summarize('.', pysvn.Revision
> (pysvn.opt_revision_kind.number, 48316), '.',
pysvn.Revision
> (pysvn.opt_revision_kind.number, 48317))
>
> I get the following messages:
> python: subversion/libsvn_subr/path.c:114:
svn_path_join: Assertion
> `is_canonical(base, blen)' failed.
> Abort
>
> Is there something wrong with my code?
> Even if there is, should this abort the interpreter?
> I would expect to get an exception instead.
r859 fixes this problem. It also affected
diff_summarize_peg.
Barry
------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribe pysvn.tigris.org
For additional commands, e-mail: users-help pysvn.tigris.org
|