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

Re: Example svn-log.cgi?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-01-29 23:15:53 CET

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> David Summers <david@summersoft.fay.ar.us> writes:
> > Did you try it? :-)
> >
> > I did:
> >
> > $ svn log file:///home/svnroot/svngui/
> >
> > svn_error: #21010 : <Bogus filename>
> > Couldn't determine if /file:/home/svnroot/svngui was a file or
> > directory.
>
> Sounds like a bug. Can you trace it any farther than that? It
> "should" work, as far as I know...

No it shouldn't. I just looked at the code. svn_client_log assumes
that all targets are wc paths.

Karl was thinking of 'svn diff' and 'svn cp', which take *either* wc
paths or URLs.

But yes, we definitely want 'svn log' to understand URLs. This isn't
so much a bug, as it is an incomplete implementation. Maybe we should
add a bite-sized task for this (it's pretty easy to do, since wc paths
just get changed to URLs anyway!). Or maybe you can fix it tonight,
David. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:01 2006

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.