[mythtv] [mythtv-commits] Ticket #1699: Patch for MythMusicandMythweb

Colin Guthrie mythtv at colin.guthr.ie
Sun Apr 16 22:48:28 UTC 2006


Hi Joggl,

joggl wrote:
> no, with the force paramter, the files were added. but how do i include them 
> in a patchfile??

I think that Michael is trying to say is that we don't think you've 
added all the files properly as newly added files will automatically 
appear in any svn diff you do.

But Michael is suggesting that 1) you don't need the --force paramater 
and 2) are you sure (from the output of svn status) that you have indeed 
added the files you need?


e.g.

cd mythplugins/mythweb
mkdir testing_dir
svn add testing_dir
echo "Test File" >testing_dir/test.file
svn add testing_dir/test.file
svn status
A      testing_dirt
A      testing_dir/test.file

svn diff
Index: testing_dir/test.file
===================================================================
---  testing_dir/test.file    (revision 0)
+++  testing_dir/test.file    (revision 0)
@@ -0,0 +1,189 @@
+Test File




Hope that helps.

Col
-- 

+------------------------+
|     Colin Guthrie      |
+------------------------+
| myth(at)colin.guthr.ie |
| http://colin.guthr.ie/ |
+------------------------+



More information about the mythtv-dev mailing list