This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


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

Re: How do I submit a patch that adds files?


>>>>> "Michael" == Michael Elizabeth Chastain <chastain@cygnus.com> writes:
Michael> OK, I've got write-after-approval access and I want to add a new
Michael> test script:
Michael>
Michael>   gdb/testsuite/gdb.base/structs3.exp
Michael>   gdb/testsuite/gdb.base/structs3.c
Michael>
Michael> When I do "cvs diff", it gives me some useless ? messages:
Michael>
Michael>   ? gdb/testsuite/gdb.base/structs3.exp
Michael>   ? gdb/testsuite/gdb.base/structs3.c
Michael>
Michael> As far as I know, my next CVS move would be "cvs add structs3.exp",
Michael> but I don't have authority to do that on the repository.
Michael>
Michael> What is the procedure for me to submit a patch that adds new files?

To the best of my knowledge, CVS does not change the repository with
"cvs add", only local meta-data in your sandbox is updated.  If this 
is still the case, you could "cvs add", and then "cvs diff -N".

        --jtc

-- 
J.T. Conklin
RedBack Networks

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