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

Re: Issue #1076

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-03-13 19:36:38 CET

Brian Denny <brian@briandenny.net> writes:
> $ cd wc
> $ touch foo
> $ svn ps svn:ignore foo .
> $ svn st
>
> $ svn st --no-ignore
> I foo
>
> $ svn st foo
> I foo
>
> $ svn st nonexistent-file

These seem fine to me. Philip, others?

> if you are not in a working copy, you currently get this message,
> which seems OK to me. is it?
>
> $ cd /not/a/working/copy
> $ svn st foo
> subversion/libsvn_wc/lock.c:309: (apr_err=155007)
> svn: Path is not a working copy directory
> svn: '' is not a working copy

Yup. It would be even better if it said '.' instead of '', but that's
not a showstopper imho.

> the following is not a complete patch, but seems to get the --no-ignore
> case working. let me know if you think i'm on the wrong track; otherwise,
> a more complete patch will be forthcoming in the next couple of days.

The patch definitely looks like the right track to me!

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 13 20:14:18 2003

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.