Well, I can't get this patch in. Your patch file isn't in the correct
format.

Your patch file starts with:

--- ./Kernel/Tests/CS/Array.cs.old    2008-01-12 12:45:37.000000000 -0500
> +++ ./Kernel/Tests/CS/Array.cs    2008-01-12 14:02:26.000000000 -0500


Whereas it needs to start with something more like:

Index: Kernel/Tests/CS/Array.cs
> ===================================================================
> --- Kernel/Tests/CS/Array.cs    (revision 731)
> +++ Kernel/Tests/CS/Array.cs    (working copy)
>

Whereas "revision 731" indicates the revision that you are working against.
(Your patch file also doesn't include the 'Index' line and the line of '='
characters - Subversion gives up when it doesn't find that.)

Subversion requires this exact format in order to apply the patch to a file
even after the trunk has been modified a few times since your patch was
made. It appears that you are generating the patch against a manually
created old copy of the file, whereas you need to be using a local working
copy of the repository, and using subversion to make sure that your patch
comes out as it should be.

If you can tell me what revision you were working with, I might be able to
hack the patch file to work. Otherwise, I don't feel like spending the time
to apply it by hand...
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers

Reply via email to