Re: not-ignoring .exe files

2001-04-16 Thread Eric Siegerman

On Sat, Apr 14, 2001 at 12:34:58AM -0400, Larry Jones wrote:
 Michael Hannemann writes:
  [putting "!" in CVSROOT/cvsignore doesn't stop ignoring]
 
 If you're using a local repository, that should work.  If you're using
 client/server CVS, you're screwed

A workaround might be to give every user a ~user/.cvsignore on
the client machine that did what you want.  (I'm guessing that,
being on the client, that file will be listened to.  I may be
guessing wrong of course...)

--

|  | /\
|-_|/ Eric Siegerman, Toronto, Ont.[EMAIL PROTECTED]
|  |  /
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea.
- RFC 1925 (quoting an unnamed source)

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



not-ignoring .exe files

2001-04-13 Thread Michael Hannemann

I'm trying to stop CVS from ignoring .exe/.EXE files by default on 
import.  I know I could include this on the command line whenver I import, 
which shouldn't be too often, but I also know that I'll simply fail to 
remember this when the time comes.

So I took what I understood to be the list of things CVS ignores by default 
and put that in a new cvsignore file in the CVSROOT, checking it in and 
watching it update the administrative databases.  At the very beginning of 
the file, I placed a !, hoping this would cause it to ignore all defaults.

But, the .exe files are still being ignored.  What should I do differently?


Michael Hannemann


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: not-ignoring .exe files

2001-04-13 Thread Larry Jones

Michael Hannemann writes:
 
 So I took what I understood to be the list of things CVS ignores by default 
 and put that in a new cvsignore file in the CVSROOT, checking it in and 
 watching it update the administrative databases.  At the very beginning of 
 the file, I placed a !, hoping this would cause it to ignore all defaults.
 
 But, the .exe files are still being ignored.  What should I do differently?

If you're using a local repository, that should work.  If you're using
client/server CVS, you're screwed -- currently, the client and the
server each do their own ignore processing completely independently. 
That means that there's no way for a CVSROOT/cvsignore file to override
the client's default ignore processing.  Fixing this requires a
significant amount of redesign and coding; someone was working on it,
but I don't know what happened to that effort.

-Larry Jones

Mom would be a lot more fun if she was a little more gullible. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs