0

I know that there is a way in SVN settings that can be set to ignore White Space during the DIFF process. But, how do I tell the tool to also ignore white spaces when I am checking in files.

In other words, I want SVN to ignore a white-space change in a file as a new change, and don't let the SVN tool to recognize this change as a valid change ?

Thanks, --Rudy

Rudy01
  • 1,027
  • 5
  • 18
  • 32

1 Answers1

1

That's not possible in svn. Whitespaces are important, unlike EOLs you can't just ignore them.

Stefan
  • 43,293
  • 10
  • 75
  • 117