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

Re: [PATCH] fix svn cat to skip unversioned items V2.

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-05-25 08:55:29 CEST

On Tue, 24 May 2005 vivek@collab.net wrote:

> On Tue, 2005-05-24 at 23:30, Daniel Rall wrote:
> > On Mon, 2005-05-23 at 22:51 +0200, Peter N. Lundblad wrote:
> >warning messages about files/dirs which were ignored can easily scroll off
> >of the screen. Since files/dirs are processed in the order specified on
> >the command-line, if an unversioned file is listed before a versioned file,
> >the warning message corresponding to the unversioned file will be printed,
> >then scroll off the screen if the subsequent versioned file has any bulk to
> >its contents. It might be better to keep a list of the unversioned files
> >or directories which need warning messages printed for them, then dump
> >those messages at the end. Just a thought for the user experience,
> >>anyhow...
> Suggestion taken. I will listen to what others have to say about this and
> then start the implementation. V3 of the patch was already sent before this
> suggestion came.
>
I think that's overkill. Update have that "problem" as well. If you want
to see the output one screen at a time, use more or some scrollback
mechanism:-) Or you can redirect the output to a file, since the warnings
go to stderr.

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 25 08:46:25 2005

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.