This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SVN Test Repo updated


On Wed, Feb 16, 2005 at 02:43:35PM +0000, Joseph S. Myers wrote:
> On Tue, 15 Feb 2005, Daniel Berlin wrote:
> 
> > However, if you are satisfied with client-only diff (which is the main
> > case when you'd be writing changelogs) working in alphabetical order, i
> > should be able to wing that.
> 
> Client-only diff is the main case.  (For more general cases it should be 
> possible to write a utility to sort diffs after creation - into 
> alphabetical order for this purpose, but I've also thought topological 
> sort would be useful when generating release diffs (which are done direct 
> from source trees, not with cvs diff) to ensure that diffs to generated 
> files that aren't version controlled (and so not handled by gcc_update) 
> come after the diffs to their source files.)

This would be about ten lines of shell script using filterdiff(1) and
lsdiff(1).

-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]