[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: Greg Stein <gstein_at_lyra.org>
Date: 2002-01-29 10:01:32 CET

On Tue, Jan 29, 2002 at 12:51:57AM -0600, cmpilato@collab.net wrote:
> Karl Fogel <kfogel@newton.ch.collab.net> writes:
>
> Of course the following could now just be:
>
> #!/bin/sh
> echo "Content-type: text/plain"
> echo ""
> `svn log $1`;
>
> right?

Euh... probably don't need the backticks :-)

But as David says, svn expects a WC rather than a repos.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
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.