[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [OpenVerse] Another patch
On Friday, October 26, 2001 7:43, you wrote:
> All this stuf sounds cool, I have not had a chance to check it out yet -
> will do tonight.
>
> I'm not so hot on the patch files andy - from now on could you just send
> the whole modified files? It saves me the patch step cause I still compare
> before and after anyway so the patch step doesn't really make the process
> any easier.
To apply this patch:
cd openverse # Wherever you have a ready-to-be-hosed tree handy ;^)
patch -p1 < /path/to/my/openverse.patch.2
There.
I'll even explain the -p1. It says to strip the first layer off the paths
given in the patch. The first line of my patch reads:
["from" file] ["to" file]
diff -ur openverse.old/OpenVerse.tcl openverse/OpenVerse.tcl
With -p1, it treats it as:
diff -ur OpenVeres.tcl OpenVerse.tcl
Which is what you want.
(The -u means that it's using Unified Diff format, which is easy to read, and
the -r means recurse into subdirectories. -r is necessary here because I
patch a file in lib and panels.)
> I might change my tuune when these files get to be 10,000 lines each but
> for now, whole files are easier for me to deal with.
It's also very easy to read a diff/patch file to see what is being
changed--MUCH easier than reading whole text files.
> Also - please send direct to me, sending files to the list confuses the
> archiver.
>From now on I'll just upload them to a website and provide a url.
> thanks for your work!!!
It's very little, actually. Remember when you asked me to do these icons for
you? A YEAR ago? I think it was about the same time I redid some of the
icons for mp3tool.
...
This illustrates a big problem with the way you did the Pro panel. Most of
what I did should be duplicated to the text chat window. But, as we all
know, code duplication is a major pain. This means we need to find a way for
Pro to use--not duplicate--chtfuncs.tcl, or whatever it's called. And to
hide the Close button, hehehe.
--
Andy Goth | unununium@openverse.org | http://null.cc.uic.edu/~andy/
-----------------------------------------------------------------
To unsubscribe to the OpenVerse mailing list send a message
to openverse-request@openverse.org with the following word
in the BODY of the message.
UNSUBSCRIBE
If you need assistance from a human, email cruise@openverse.org
-----------------------------------------------------------------