Christian Boos wrote:
> # decide what should be merged
> svnmerge merge -r...
>
> svn commit -m "Ported ... to 0.10 stable (''short summary'')"
>
> (I suggest that we keep a concise commit message like the above, instead
> of the more verbose one automatically generated by the script)
Yes, I agree.
Also in the script I'd suggest changing the settings to this:
default_opts = {
"svn": "svn",
"prop": NAME + "-integrated",
"block-prop": NAME + "-blocked",
"commit-verbose": False,
}
"commit-verbose" defaults to True, which makes svnmerge go and retrieve
all the log messages for each revision you're merging. This might be
ok if it got the log messages all at once, but it seems to make a
separate request for each revision, which is *unbelievably* slow.
-- Matt Good
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-dev
-~----------~----~----~----~------~----~------~--~---