You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Hyrum K. Wright" <hy...@mail.utexas.edu> on 2006/10/11 20:24:37 UTC

Patch Roundup: merge-tracking

In an effort to make sure that no patch gets forgotten, I'm gradually
making some progress on the patches from this summer.  There are a few
merge-tracking patches which I still have in limbo.  I therefore solicit
feedback regarding the status of the following patches.  (Obsolete,
applied, rejected, etc.)

Author:   Kamesh Jayachandran
URL:      http://svn.haxx.se/dev/archive-2006-07/0187.shtml
Subject:  merge_tests.py testcase failures fix for delete_file_and_dir

Author:   Kamesh Jayachandran
URL:      http://svn.haxx.se/dev/archive-2006-07/0268.shtml
Subject:  first merge being revert does not record 'svn:mergeinfo'

Author:   Madan U Sreenivasan
URL:      http://svn.haxx.se/dev/archive-2006-07/0868.shtml
Subject:  Use appropriate path value for svn_ra_get_merge_info()

Author:   Kamesh Jayachandran
URL:      http://svn.haxx.se/dev/archive-2006-07/0933.shtml
Subject:  small cleanup.

Author:   Kamesh Jayachandran
URL:      http://svn.haxx.se/dev/archive-2006-08/0476.shtml
Subject:  merge info index refactorisation to a new module libsvn_fs_util

Author:   Kamesh Jayachandran
URL:      http://svn.haxx.se/dev/archive-2006-09/0027.shtml
Subject:  Normalizing the merge-tracking sqlite schema

Author:   Kamesh Jayachandran
URL:      http://svn.haxx.se/dev/archive-2006-09/0651.shtml
Subject:  Fix compile warnings in subversion/libsvn_ra_dav/mergeinfo.c

If I don't hear anything back, I will assume that these patches are
still valid, and file them in the issue tracker.

So, to help avoid needless cluttering of the issue tracker, please
provide some feedback on the above patches.

Thanks,
-Hyrum


Re: Patch Roundup: merge-tracking

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
Kamesh Jayachandran wrote:
> Hyrum K. Wright wrote:
>> In an effort to make sure that no patch gets forgotten, I'm gradually
>> making some progress on the patches from this summer.  There are a few
>> merge-tracking patches which I still have in limbo.  I therefore solicit
>> feedback regarding the status of the following patches.  (Obsolete,
>> applied, rejected, etc.)
>>
>> Author:   Kamesh Jayachandran
>> URL:      http://svn.haxx.se/dev/archive-2006-07/0187.shtml
>> Subject:  merge_tests.py testcase failures fix for delete_file_and_dir
>>   
> Much better fix has been by DLR at C level.
>> Author:   Kamesh Jayachandran
>> URL:      http://svn.haxx.se/dev/archive-2006-07/0268.shtml
>> Subject:  first merge being revert does not record 'svn:mergeinfo'
>>   
> Rejected as wrong usecase.
>> Author:   Madan U Sreenivasan
>> URL:      http://svn.haxx.se/dev/archive-2006-07/0868.shtml
>> Subject:  Use appropriate path value for svn_ra_get_merge_info()
>>
>> Author:   Kamesh Jayachandran
>> URL:      http://svn.haxx.se/dev/archive-2006-07/0933.shtml
>> Subject:  small cleanup.
>>   
> This has been commited.
>> Author:   Kamesh Jayachandran
>> URL:      http://svn.haxx.se/dev/archive-2006-08/0476.shtml
>> Subject:  merge info index refactorisation to a new module libsvn_fs_util
>>   
> This has been commited.
>> Author:   Kamesh Jayachandran
>> URL:      http://svn.haxx.se/dev/archive-2006-09/0027.shtml
>> Subject:  Normalizing the merge-tracking sqlite schema
>>   
> Patch is obsolete now with current state of things. I need to see the
> DJames's proposal on the alternate design.
>> Author:   Kamesh Jayachandran
>> URL:      http://svn.haxx.se/dev/archive-2006-09/0651.shtml
>> Subject:  Fix compile warnings in subversion/libsvn_ra_dav/mergeinfo.c
>>   
> This has been commited.
>> If I don't hear anything back, I will assume that these patches are
>> still valid, and file them in the issue tracker.
>>
>> So, to help avoid needless cluttering of the issue tracker, please
>> provide some feedback on the above patches.
>>
>> Thanks,
>> -Hyrum
>>
>>   
> 
> Thanks for all the nice work.

Thanks for the feedback.

-Hyrum


Re: Patch Roundup: merge-tracking

Posted by Kamesh Jayachandran <ka...@collab.net>.
Hyrum K. Wright wrote:
> In an effort to make sure that no patch gets forgotten, I'm gradually
> making some progress on the patches from this summer.  There are a few
> merge-tracking patches which I still have in limbo.  I therefore solicit
> feedback regarding the status of the following patches.  (Obsolete,
> applied, rejected, etc.)
>
> Author:   Kamesh Jayachandran
> URL:      http://svn.haxx.se/dev/archive-2006-07/0187.shtml
> Subject:  merge_tests.py testcase failures fix for delete_file_and_dir
>   
Much better fix has been by DLR at C level.
> Author:   Kamesh Jayachandran
> URL:      http://svn.haxx.se/dev/archive-2006-07/0268.shtml
> Subject:  first merge being revert does not record 'svn:mergeinfo'
>   
Rejected as wrong usecase.
> Author:   Madan U Sreenivasan
> URL:      http://svn.haxx.se/dev/archive-2006-07/0868.shtml
> Subject:  Use appropriate path value for svn_ra_get_merge_info()
>
> Author:   Kamesh Jayachandran
> URL:      http://svn.haxx.se/dev/archive-2006-07/0933.shtml
> Subject:  small cleanup.
>   
This has been commited.
> Author:   Kamesh Jayachandran
> URL:      http://svn.haxx.se/dev/archive-2006-08/0476.shtml
> Subject:  merge info index refactorisation to a new module libsvn_fs_util
>   
This has been commited.
> Author:   Kamesh Jayachandran
> URL:      http://svn.haxx.se/dev/archive-2006-09/0027.shtml
> Subject:  Normalizing the merge-tracking sqlite schema
>   
Patch is obsolete now with current state of things. I need to see the 
DJames's proposal on the alternate design.
> Author:   Kamesh Jayachandran
> URL:      http://svn.haxx.se/dev/archive-2006-09/0651.shtml
> Subject:  Fix compile warnings in subversion/libsvn_ra_dav/mergeinfo.c
>   
This has been commited.
> If I don't hear anything back, I will assume that these patches are
> still valid, and file them in the issue tracker.
>
> So, to help avoid needless cluttering of the issue tracker, please
> provide some feedback on the above patches.
>
> Thanks,
> -Hyrum
>
>   

Thanks for all the nice work.

With regards
Kamesh Jayachandran

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org