You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Zé <jo...@gmx.com> on 2013/09/25 23:19:55 UTC

Commit ignoring whitespace changes

Does subversion provide a way to commit all changes except those that 
affect only whitespaces?

Thanks,
Zé

Re: Commit ignoring whitespace changes

Posted by Zé <jo...@gmx.com>.
On 09/25/2013 11:37 PM, Ryan Schmidt wrote:
> On Sep 25, 2013, at 16:19, Zé <jo...@gmx.com> wrote:
>
>> Does subversion provide a way to commit all changes except those that affect only whitespaces?
>
> Nothing built in for that, no.
>
> I recommend whitespace changes be a separate commit from functional changes. But it's up to the developers to do that. The tool doesn't do it for you.
>

Bummer. It's a shame and a nuissance that subversion can ignore 
whitespaces on svn diff but not on commit.

Zé

Re: Commit ignoring whitespace changes

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Sep 25, 2013, at 16:19, Zé <jo...@gmx.com> wrote:

> Does subversion provide a way to commit all changes except those that affect only whitespaces?

Nothing built in for that, no.

I recommend whitespace changes be a separate commit from functional changes. But it's up to the developers to do that. The tool doesn't do it for you.