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

Re: [PATCH] Repository log tools (WAS: Re: no patches outstanding? can it be true?)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-02-08 06:43:08 CET

David Summers <david@summersoft.fay.ar.us> writes:

> I tried putting "svn log" in its place but "svn log" didn't know what to
> do with the path to the repository. I'm actually looking at fixing that
> bug but don't have any results yet, though I think I've found where to put
> the fix, when I tried a fix the svn command bombed out and I haven't
> figured out why yet.
>
> How about if the commit goes ahead with the understanding that it will be
> switched to "svn log" as soon as that command is fixed?
>
> (Or maybe I'm missing something obvious)
>
 
No, you're right. 'svn log' currently requires a wc path. It
currently converts an implicit '.' into a URL, then opens an RA
session to that URL to fetch log messages. I bet in 10 minutes you
could simply tweak svn_client_log() to be able to take a URL
directly. I mean, it's already changing the wc-path into a URL
anyway! Wanna give it a shot? :-)

---------------------------------------------------------------------
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:05 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.