This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] New development plan


On Wed, Jul 17, 2002 at 05:48:34PM +0200, Gerald Pfeifer wrote:
> > Oh, I didn't know how to add new files without write access, so I've
> > just modified gcc-3.2/changes to reflect that it's actually GCC 3.1 with
> > C++ ABI fixes.
> 
> I'm using `diff -c3p /dev/null /the/file/name` in such cases.

You can fake out CVS by adding a line to the CVS/Entries file for the
appropriate directory:

/FILENAME/0/dummy timestamp//

where FILENAME is the name of the new file, and everything else is
literal text.  cvs diff -N will then do the Right Thing.

To mark a file deleted without write privileges, you edit CVS/Entries
and change

/FILENAME/1.xx/Day Mon DD HH:MM:SS YYYY//

to

/FILENAME/-1.xx/Day Mon DD HH:MM:SS YYYY//

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]