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

Re: svn-graph.pl

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-09-01 21:41:19 CEST

On 8/29/07, Christoph Schmidt <emailtocs@gmx.de> wrote:
> Hi *,
>
> I am quite new to SVN and I had some questions concerning svn-graph.pl.
>
> - If I run it with a file URL, I get the following error:
>
> $ svn-graph.pl file:///home/cschmidt/svn/repository/
> perl: /build/buildd/subversion-1.3.1/subversion/libsvn_subr/path.c:114:
> svn_path_join: Assertion `is_canonical (base, blen)' failed.
>
> - If I run it with a svnserver URL, it just prints the file header:
>
> $ svn-graph.pl svn://127.0.0.1/home/cschmidt/svn/repository
> digraph tree {
> graph [bgcolor=white];
> node [color=lightblue2, style=filled];
> edge [color=black, labeljust=r];
>
> }

Ah, but note that the first url ends with a '/', but the second one doesn't...

That error indicates exactly that. Try running

$ svn-graph.pl file:///home/cschmidt/svn/repository

it should work.

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 1 21:38:37 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.