As a follow up question... what is the best means of handling new and/or updates to binary files when creating a patch?  I noticed from one of my diff files something similar to the following...

Index: modules/dojo-ui-web/src/main/webapp/storage_dialog.swf
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: modules/dojo-ui-web/src/main/webapp/storage_dialog.swf
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Thanks again...

Chris


On 10/24/06, Christopher Blythe <[EMAIL PROTECTED]> wrote:
Thanks for the response Paul... that makes sense. Why are the most obvious things the hardest to find? ;-)


On 10/23/06, Paul McMahan < [EMAIL PROTECTED]> wrote:
Chris,  if you check out the src tree using svn then use "svn add" to
add files to your local copy. Then the new files will be in the
resulting patch generated when you type "svn diff".

Best wishes,
Paul

On 10/23/06, Christopher Blythe < [EMAIL PROTECTED]> wrote:
> What is the best method for submitting a patch that contains new files? From
> what I have read and seen on my own, the cmd line based subversion diff
> command does not include them in the resulting patch file. Or, am I missing
> something?
>
> Thanks...
>
> Chris
>
> --
> "I say never be complete, I say stop being perfect, I say let... lets
> evolve, let the chips fall where they may." - Tyler Durden



--

"I say never be complete, I say stop being perfect, I say let... lets evolve, let the chips fall where they may." - Tyler Durden



--
"I say never be complete, I say stop being perfect, I say let... lets evolve, let the chips fall where they may." - Tyler Durden

Reply via email to