[mythtv] [mythtv-commits] Ticket #4588: Move StorageGroup to libmyth

Michael T. Dean mtdean at thirdcontact.com
Tue Feb 5 18:34:09 UTC 2008


On 02/05/2008 08:56 AM, Stuart Auchterlonie wrote:
> On Mon, Feb 04, 2008 at 11:10:29PM -0000, MythTV wrote:
>   
>> #4588: Move StorageGroup to libmyth
>>
>>  The attached patch, mythtv-move_storagegroup_to_libmyth.patch makes no
>>  functional changes to mythtv; it simply moves
>>  libs/libmythtv/storagegroup.{h,cpp} to libs/libmyth/storagegroup.{h,cpp}.
>>
>>  Note that the patch "includes" an svn rm
>>  libs/libmythtv/storagegroup.{h,cpp} and svn add
>>  libs/libmyth/storagegroup.{h,cpp} (when using svn move, the "added" file
>>     
> The problem with an svn rm & svn add is that you lose the history of
> the file. svn move will preserve the checkin history

Thanks for the confirmation.  I was almost certain there was a 
difference.  That's why I attempted the svn move first, and since I 
couldn't get it to make a good diff, attached the alternate 
-no_svn_remove_add version of the patch so that svn move could be used.

So, Chris Pinkham, it looks like 
mythtv-move_storagegroup_to_libmyth-no_svn_remove_add.patch is the patch 
to use along with the command:

svn move libs/libmythtv/storagegroup.{h,cpp} libs/libmyth

Now, if only I knew why the added files didn't appear in the diff with 
an svn move so I could do it "right" next time.  It's almost like the 
svn add doesn't "take" until a commit or something.

Thanks,
Mike


More information about the mythtv-dev mailing list