On Sun, Mar 14, 2010 at 12:34:30PM +0100, Daniel Näslund wrote:
> Ok, I've already mentioned it but here's my main suggestion:
>
> Git diff format
> -----------------
> svn {diff,patch} should be able to use the git diff format. That would
> allow us to use patches for tree and mode changes. It should be
> (According to a statement by Augie Fackler in
> notes/svnpatch/svnpatch-git.txt) possible to our own hunk types to this
> format and thereby allowing us to transfer property modifications.
>
> After that, it gets harder. I don't have the neccessary experience to
> come up with more things...
Another idea (due to "eg" on users@):
Finish the ignore-mergeinfo branch
----------------------------------
This branch exists to add --ignore-mergeinfo to 'diff', 'st' and 'log.
The goal of this flag is to allow the user to filter changes to mergeinfo
from various reporting operations, thus allowing them to more easily detect
"real" changes of interest. Several modes need to be supported:
* 'log'
- Retrieve logs from the server
* 'diff'
- Local diff
- URL <-> WC diff
- URL <-> URL diff
- Diff summarize (in the above modes)
* 'status'
- Local status
Some prelimenary work has been done (Hyrum can you help quantify how much?)
The task is to finish the work begun on this branch so we can reintegrate
the branch into Subversion trunk in time for the 1.8 release.
Received on 2010-03-17 11:10:51 CET