Re: Terminal color scheme

Matt Madia <[email protected]> Sat, 11 Apr 2009 08:00:51 -0400
Newsgroups gmane.os.openbeos.preferences
Message-ID <[email protected]>
On Sat, Apr 11, 2009 at 7:50 AM, HaikuBot <[email protected]> wrote:
> sorry for stupid question, but how make diff ?
>
> Just include output of "diff file1 file2" ?
>

first please don't top-post.
"Top Posting" refers to replying to an email and putting your message
at before the quoted text.

now for making a diff,
if you're working on files inside an svn repository,  then it's fairly simple.
cd /toTheHaikuSource/haiku
svn diff > ~/my.patch

This will put create a patch and place in it your home folder.
"my.patch" should be a more descriptive name.

It's preferred to run diff from the root directory of Haiku's source
tree -- the directory that contains : [3rdparty, build, data, docs,
heades, src, configure, Jamfile, Jamrules, makehaikufloppy, ReadMe,
ReadMe.cross-compile]

--mmadia