This is the mail archive of the gcc@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: CVS add question...


Ian Lance Taylor wrote:

You can use `cvs add'.  To generate diffs for new files, use the -N
option to `cvs diff'.



When I do:

cvs diff -3up -N

I don't get the new files (not even those that are in existing directories).



That command should show you any file in an existing directory for which you have run `cvs add'. If not, then something strange is happening.

Oh. You have to add them first!.

Q: How to proceed?



Probably just do `diff /dev/null NEWFILE' for each file you want to add, and concatenate those all to the diff. Or just send the new files. It sort of depends upon what the appropriate maintainer wants to see.

Ian

Not the optimal solution, but workable.

David Daney.






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