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

Re: Piping copious output to PAGER automatically.

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-09-06 17:00:13 CEST

On Mon, 2004-09-06 at 03:48, Marc Haisenko wrote:
> > If the value of PAGER is "less", then it's pretty intrusive. "svn log
> > -r N file" would clear the screen, display one (possibly short) log
> > message at the bottom of the screen, and would wait for user input
> > before returning to the prompt.
>
> export PAGER=less -F
>
> This fixes the described problem :-)

You said the behavior was unintrusive. It is not unintrusive if the
PAGER setting is "less", which is a common configuration. The fact that
there is a workaround does not make the proposed new Subversion behavior
any less intrusive.

Also, your proposed workaround is itself intrusive, since it may not be
what the user wants for programs like "man" which already use PAGER.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 6 17:00:46 2004

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.