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

Re: Full log history or branch derivation tree?

From: Dan Stromberg <dstromberglists_at_gmail.com>
Date: 2007-11-28 23:47:30 CET

On Nov 28, 2007 12:21 PM, Karl Fogel <kfogel@red-bean.com> wrote:

> "Andy Levy" <andy.levy@gmail.com> writes:
> > You can go back in time, but not forward. That is, if you pull the log
> > for a branch, SVN will follow the history back to where the branch was
> > created, and then the history of the source of the branch.
>
> Indeed. I even thought we had an issue for this lack of
> forward-history tracing, but now I can't seem to find it.
>
> >> 2) Is there a way of automatically generating a tree (digraph, really)
> >> of what branches/tags where cut from what other branches/tags?
> >
> > TortoiseSVN includes a handy revision graph. Someone has probably
> > written something similar that's a standalone app.
>
> https://svn.collab.net/repos/svn/trunk/tools/client-side/svn-graph.pl,
> maybe?

This seems like something we'd benefit from - but when I attempt to use it
I get:

 $ ./svn-graph.pl -p / file:///data/svn/repos/
perl: subversion/libsvn_subr/path.c:113: svn_path_join: Assertion
`is_canonical (base, blen)' failed.
Aborted

...or:

$ ./svn-graph.pl http://eng2/svn/Datallegro/branches/v3.0.2-dev
Authorization failed: PROPFIND request failed on
'/svn/Datallegro/branches/v3.0.2-dev': PROPFIND of
'/svn/Datallegro/branches/v3.0.2-dev': authorization failed (http://eng2) at
./svn-graph.pl line 62

...and line 62 doesn't seem to have much to do with authentication. Perhaps
this tool is written assuming you have readonly access on for anonymous?

Is anyone using svn-graph.pl with success?
Received on Wed Nov 28 23:48:01 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.