[mythtv] [mythtv-commits] Ticket #1699: Patchfor MythMusicandMythweb
joggl
jochen.kuehner at gmx.de
Sun Apr 16 22:58:08 UTC 2006
when i do a svn add * --force, it add's all new files, although those wich
are in directorys wich are under svn control.
but i wnat to know, is it possible to include the files in the patch or must
i deliver them seperately??
----- Original Message -----
From: "Colin Guthrie" <mythtv at colin.guthr.ie>
To: "Development of mythtv" <mythtv-dev at mythtv.org>
Sent: Monday, April 17, 2006 12:48 AM
Subject: Re: [mythtv] [mythtv-commits] Ticket #1699: Patchfor
MythMusicandMythweb
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/ |
+------------------------+
_______________________________________________
mythtv-dev mailing list
mythtv-dev at mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
More information about the mythtv-dev
mailing list