Re: Q: How to ignore minor changes in text files?

2009-12-23 Thread Julian Mitchell
The problem I see with this is that I am now tightly coupled to Subversion as my source control tool. 2009/12/23 Konstantin Kolinko > 2009/12/23 Julian Mitchell : > > The project that I am working on utilises a code generation tool. The > header > > of every source file inclu

Re: Q: How to ignore minor changes in text files?

2009-12-23 Thread Julian Mitchell
Andy - so when you want to diff a file it takes 25 minutes? 2009/12/23 Andy Levy > On Wed, Dec 23, 2009 at 10:21, Bob Archer wrote: > >> 2009/12/23 Bob Archer > >> > On Dec 23, 2009, at 00:45, Julian Mitchell wrote: > >> > > >> > > The proj

Re: Q: How to ignore minor changes in text files?

2009-12-23 Thread Julian Mitchell
files are ghastly to diff from a code readability perspective. 2009/12/23 Bob Archer > > On Dec 23, 2009, at 00:45, Julian Mitchell wrote: > > > > > The project that I am working on utilises a code generation tool. > > The header of every source file includes

Q: How to ignore minor changes in text files?

2009-12-22 Thread Julian Mitchell
The project that I am working on utilises a code generation tool. The header of every source file includes a comment with a date\time stamp of when it was generated. The problem is that every time the code is generated the svn change check algorithm marks all files as having been changed even thoug