On Feb 28, 2012, at 11:09 , Erik Andersson wrote:

> Hi
> 
> I have a svn:externals where I point to different versions of my
> components. It's like 30 components, and I would like to be able to
> diff the changes I make in the svn:externals before I commit when I'm
> updating a component. Is there some way to present a better diff then
> the svn:externals content after each other, it makes it really hard to
> read.

Do you keep the svn:externals lines in a fixed order?  It's pretty easy to
write a script that orders the list by URL or by local path.  You can use a 
similar script as a pre-commit hook, to enforce the externals-ordering on 
the server side.  Then you'll get shorter diffs.

Or are you talking about something else?  If so, make up a sample of
the hard-to-read diff.

Regards,
Steve

Reply via email to