Re: Tracking trunk commits blocked wrt to the 2.0.x_fixes branch

2008-07-17 Thread Daniel Kulp
22 AM, Johnson, Eric wrote: I was wondering the same thing about the migration guide -Original Message- From: Eoghan Glynn [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2008 10:10 AM To: dev@cxf.apache.org Subject: Re: Tracking trunk commits blocked wrt to the 2.0.x_fixes branch

RE: Tracking trunk commits blocked wrt to the 2.0.x_fixes branch

2008-07-17 Thread Johnson, Eric
I was wondering the same thing about the migration guide -Original Message- From: Eoghan Glynn [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2008 10:10 AM To: dev@cxf.apache.org Subject: Re: Tracking trunk commits blocked wrt to the 2.0.x_fixes branch Thanks Dan & Fre

Re: Tracking trunk commits blocked wrt to the 2.0.x_fixes branch

2008-07-17 Thread Eoghan Glynn
Thanks Dan & Freeman, Both suggested methods give exactly the same results. A total of well over blocked 500 commits ... ouch, that's a lot to go thru manually. BTW what's general feeling on the completeness of the 2.1 Migration Guide[1] wrt capturing potential compatibility issues? Cheer

Re: Tracking trunk commits blocked wrt to the 2.0.x_fixes branch

2008-07-17 Thread Daniel Kulp
It's all stored as properties on the directory. Thus: svn propget svnmerge-blocked . would give you the list of revisions. THAT said, the stuff gnodet, Freeman, and Willem have merged without using svnmerge.py may appear in that list. On a related note: I'm not using subversion 1.5

Re: Tracking trunk commits blocked wrt to the 2.0.x_fixes branch

2008-07-17 Thread Freeman Fang
Hi Eoghan, I guess what you want is "svnmerge.py avail -B", which will showthe blocked revision list. Regards Freeman Eoghan Glynn wrote: Folks, Does anyone know if svnmerge.py can be used to report on the commits to trunk that have been "blocked" wrt to merging out to the 2.0.x_fixes b