[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS diff and unknown files.
From: |
Sergei Organov |
Subject: |
Re: CVS diff and unknown files. |
Date: |
24 Jan 2005 12:44:50 +0300 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) |
"Greg A. Woods" <address@hidden> writes:
> [ On , January 21, 2005 at 20:06:37 (+0300), address@hidden wrote: ]
> > Subject: CVS diff and unknown files.
> >
> > Is there a way to include contents of "unknown" files into the 'cvs
> > diff' output?
> >
> > I did try the -N switch but it doesn't seem to do the trick.
>
> You must "cvs add" the files before they can be seen as new.
>
> > I can't 'cvs add' the files as the repository is read-only for me
> > (public read-only repository of an open-source project).
>
> Yes, you can, or at least you should be able to.
>
> "cvs add" does not (and must not :-) contact the server.
Well, it does :( :
$ echo dummy > dummy.txt
$ cvs add -m" " dummy.txt
cvs [server aborted]: "add" requires write access to the repository
--
Sergei.
- CVS diff and unknown files., osv, 2005/01/21
- Re: CVS diff and unknown files., Greg A. Woods, 2005/01/22
- Re: CVS diff and unknown files., Mark D. Baushke, 2005/01/22
- Re: CVS diff and unknown files.,
Sergei Organov <=
- Re: CVS diff and unknown files., Todd Denniston, 2005/01/24
- Re: CVS diff and unknown files., Sergei Organov, 2005/01/24
- Re: CVS diff and unknown files., Paul Sander, 2005/01/24
- Re: CVS diff and unknown files., Sergei Organov, 2005/01/24
- Re: CVS diff and unknown files., Larry Jones, 2005/01/24
- Re: CVS diff and unknown files., Todd Denniston, 2005/01/24
- Re: CVS diff and unknown files., Sergei Organov, 2005/01/25
- Re: CVS diff and unknown files., Sergei Organov, 2005/01/25
- Re: CVS diff and unknown files., Paul Sander, 2005/01/26
- Re: CVS diff and unknown files., Greg A. Woods, 2005/01/26