On Mon, 2007-11-05 at 12:08 -0500, Audet, Jean-Michel wrote:

> I am currently trying to pacth using a fresh SVN download.  Is there a
> way to patch using SVN or patch is the way to go.

>From following this interchange, I would guess patch is the way to go.

If you have a local svn repository, svn has a merge command.  It's
useful if you have some local changes (such as your new version) and you
need to keep updating or tracking an upstream version.  But if you don't
have a local svn that you're using, it's probably not worth the effort
to set it up for a single patch.

Would the merge(1) command help?  If you keep a snapshot of the upstream
version that your patch applies to, as well as your patched copy, then
you should be able to use find(1) and merge to move your patched copy to
a later version of the upstream OpenHPI trunk.

I can supply more details on the svn merge process if anyone needs them.

-- 
Bryan Sutula <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Openhpi-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openhpi-devel

Reply via email to