You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kamesh Jayachandran <ka...@collab.net> on 2006/10/06 08:50:00 UTC

[PATCH][merge-tracking] svnadmin hotcopy fails to copy mergeinfo.db for 'bdb' repositories

Hi All,
Find the attached patch and log.

With regards
Kamesh Jayachandran

Re: [PATCH][merge-tracking] svnadmin hotcopy fails to copy mergeinfo.db for 'bdb' repositories

Posted by Daniel Rall <dl...@collab.net>.
On Fri, 06 Oct 2006, Kamesh Jayachandran wrote:
...
>   Define the sqlite mergeinfo db name(PATH_MERGEINFO_DB) in one file and consume
>   it from elsewhere.
>   svnadmin hotcopy for 'bdb' repositories should copy mergeinfo db also.
> 
> * subversion/include/private/svn_fs_merge_info.h
>   (PATH_MERGEINFO_DB): New macro.
> 
> * subversion/libsvn_fs_fs/fs_fs.c
>   (PATH_MERGEINFO_DB): Removed.
> 
> * subversion/libsvn_fs_util/merge-info-sqlite-index.c
>   (PATH_MERGEINFO_DB): Removed.
> 
> * subversion/libsvn_fs_base/fs.c
>   (base_hotcopy):
>    copy the PATH_MERGEINFO_DB to destination.

Thanks Kamesh.  Committed a tweaked version in r21852.