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

Re: Why do commands fail when a file is unknown to svn?

From: Brian W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2004-03-04 22:30:50 CET

On Mar 4, 2004, at 2:39 PM, C.A.T.Magic wrote:

>
> why not provide an extra flag like
> svn --ignore-unknown-files

Adding more switches is not the answer. The problem here is explicitly
(via shell expansion) asking svn to operate on a file not under svn
control. If you do

$ svn st -v .

instead of

$ svn st *

you won't have the problem mentioned here.

> btw, is there something like a
> ".svnrc" file like it is with the
> ".cvsrc" where you can put configurations
> like zip compression rate etc. ?

Please read the book. http://svnbook.red-bean.com/

-Fitz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 4 22:30:19 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.