[mythtv] [mythtv-commits] Ticket #1699: Patch for MythMusic andMythweb

Michael T. Dean mtdean at thirdcontact.com
Sun Apr 16 21:27:31 UTC 2006


On 04/16/2006 05:14 PM, Aidan Thornton wrote:
> From:: "joggl"
>> i've tested... when i do svn add * --force and then svn diff >aa.patch, the
>>
>> new files are not included in the patch???
>>
>> do i something wrong??
> That'll add any new files and directories *in the current directory*, together with the contents of any new directories. It won't add new files in subdirectories already under svn's control - you need to list those files specifically on the command line (or use wildcards to select the actual files). 
>   

Right.  And please be careful--especially if using wildcards--not to add 
things that shouldn't be there (like ".o" files, etc.).  ;)

> "svn stat" indicates files and directories not under version control with a ? - just pick out the ones you want and "svn add" them. (You can use wildcards and you can add several files/directories at once, should you want to. Any files/dirs already added are ignored with a warning.)

And, you shouldn't need to do the "--force" for the add (although using 
"--force" shouldn't affect whether it's included in the diff).  Note, 
also, that binary files (or files that SVN thinks are binary) that have 
been added won't be included (they'll be mentioned in the diff, but 
their contents will not be included in the diff).

Mike


More information about the mythtv-dev mailing list