octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding *new* files to the CVS; How?


From: Thomas Treichl
Subject: Re: Adding *new* files to the CVS; How?
Date: Sun, 06 Jan 2008 12:12:06 +0100
User-agent: Thunderbird 2.0.0.9 (Macintosh/20071031)

Shai Ayal schrieb:
On Jan 6, 2008 6:09 AM, Ben Abbott <address@hidden> wrote:
For the majority who does not have write access to the CVS, what is
the proper way to submit new files?

Are they to be submitted in a patch? ... if so, how is the patch
created?

or should they be submitted in their entirety?

I think submitting them in their entirety, with a Changelog entry should be OK

Shai

Hi Ben,

you also can submit new files as a patch file. If you have two directories, eg. octave and octave.orig then a typical call to diff would be

  diff -urN octave.orig octave

'-r' is used for recursive and '-N' is used for new files.

  Thomas


reply via email to

[Prev in Thread] Current Thread [Next in Thread]