[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: SVN & Diff & White Spaces

From: tom <tom_at_ultersys.ru>
Date: 2007-07-26 11:47:41 CEST

That's API already implemented and I only deed use it in the svnlook
implementation?

-----Original Message-----
From: Erik Huelsmann [mailto:ehuels@gmail.com]
Sent: Thursday, July 26, 2007 11:44 AM
To: tom
Cc: users@subversion.tigris.org
Subject: Re: SVN & Diff & White Spaces

On 7/26/07, tom <tom@ultersys.ru> wrote:

> For our internal needs we've implemented Code Review system integrated
with
> SVN.
>
> In the server side hook using svnlook we creating diff and then uploading
it
> to our Code Review system.
>
> The problem is that we cannot ignore 'white spaces' (tabs, spaces.) with
> svnlook. We even cannot specify external diff when we using svnlook.
>
> So, how we can solve it?

There are 2 ways:

[If you're not a C coder] use svnlook changed to find out which files
have changed and create the diff yourself, or
[If you're a C coder or have those at hand] extend svnlook diff to use
the new APIs available to ignore whitespace.

If you choose (2), please provide your changes as a patch on dev@ so
they can be incorporated in newer Subversion releases.

bye,

Erik.

>
>
>
> Thanks!
>
>
>
> --
>
> Regards,
>
> Yahor Sinkevich Aleksandrovich

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 26 10:48:05 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.