using latest version of cvs drupal-contrib
the version of the upload-cvs.tar.gz as of today is:
%head upload.module
<?php
// $Id: upload.module,v 1.5 2004/07/11 14:05:56 jseng Exp $

tried to apply upload.module.patch.txt
to this
upload.module

%patch < upload.module.patch.txt
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: upload.module
|===================================================================
|RCS file: /cvs/drupal/drupal/modules/upload.module,v
|retrieving revision 1.28
|diff -u -r1.28 upload.module
|--- upload.module 8 Feb 2005 19:43:02 -0000 1.28
|+++ upload.module 19 Feb 2005 09:02:45 -0000
--------------------------
Patching file upload.module using Plan A...
Hunk #1 failed at 263.
Hunk #2 failed at 300.
Hunk #3 failed at 311.
Hunk #4 failed at 328.
Hunk #5 failed at 364.
5 out of 5 hunks failed--saving rejects to upload.module.rej

____

Comments

gregoryo’s picture

(forgot to use code tags post continues here)

%head upload.module
<code><?php
// $Id: upload.module,v 1.5 2004/07/11 14:05:56 jseng Exp $

tried to apply upload.module.patch.txt
to this
upload.module

<code>
%patch < upload.module.patch.txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: upload.module
|===================================================================
|RCS file: /cvs/drupal/drupal/modules/upload.module,v
|retrieving revision 1.28
|diff -u -r1.28 upload.module
|--- upload.module      8 Feb 2005 19:43:02 -0000       1.28
|+++ upload.module      19 Feb 2005 09:02:45 -0000
--------------------------
Patching file upload.module using Plan A...
Hunk #1 failed at 263.
Hunk #2 failed at 300.
Hunk #3 failed at 311.
Hunk #4 failed at 328.
Hunk #5 failed at 364.
5 out of 5 hunks failed--saving rejects to upload.module.rej

jasonwhat’s picture

ever get followup with this? Not a good sign to have no response in 5 weeks. I had a question about support for streaming content: can uploaded content be displayed as an embed in the node view? I'll create this formally if anyone is paying attention.

robertDouglass’s picture

Sorry for the lag time. Newest patch has been committed.