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

Re: [patch] fix vc-svn for Subversion r3396

From: Martin Pool <mbp_at_sourcefrog.net>
Date: 2002-12-02 05:58:44 CET

On 1 Dec 2002, Matt Kraai <kraai@alumni.cmu.edu> wrote:
> On Sat, Nov 30, 2002 at 07:11:38PM -0800, Martin Pool wrote:
> > This amended patch handles the case of finding a new file in a
> > Subversion-controlled directory. In this case Subversion the file is
> > neither new nor edited, so svn status just gives a blank line.
> >
> > Checking for exactly 40 spaces is a bit icky, but at the moment I
> > don't see an alternative that will work reliably.
>
> I've committed this.

Thanks! I think there are still some problems in it; I'll try to send
more later.

I'm not sure if it's too late to change it, but it seems to me that it
might be better for "svn status" to print '?' for files which don't
exist in the repository or the wc. To me, it seems strange that files
which exist in the wc get '?', but not ones which don't exist yet.
' ' is documented as uptodate, which is not true in this case. Making
it '?' might be overall less trouble for programs parsing the output.

> In the future, would you please include a log message?

Sure. Do I just put it in the message body, or there some special way
to mark it?

-- 
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 2 06:02:55 2002

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.