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

Stuart Auchterlonie stuarta at squashedfrog.net
Tue Feb 5 13:56:20 UTC 2008


On Mon, Feb 04, 2008 at 11:10:29PM -0000, MythTV wrote:
> #4588: Move StorageGroup to libmyth
> ----------------------------------------------+-----------------------------
>  Reporter:  sphery <mtdean at thirdcontact.com>  |       Owner:  ijr    
>      Type:  patch                             |      Status:  new    
>  Priority:  minor                             |   Milestone:  unknown
> Component:  mythtv                            |     Version:  head   
>  Severity:  medium                            |     Mlocked:  0      
> ----------------------------------------------+-----------------------------
>  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}.
>  Since StorageGroups will be used by plugins and since some libmyth code
>  (i.e. the code for doing database backups) will be using StorageGroups, it
>  makes sense for StorageGroup to be moved to libmyth.
> 
>  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

Stuart



More information about the mythtv-dev mailing list