On Monday 25 July 2011, Jeff Abbott wrote:
> I have on two occasions had two lines of code transposed on an SVN Tortoise
> checkout.
I have never ever heard of any such thing, and I'm very surprised by it. Just
to make sure, did you try a different editor? I could imagine crappy tools
getting co
I have on two occasions had two lines of code transposed on an SVN Tortoise
checkout. In both cases the code was VB6. In each case an Exit command was
transposed with an End If line. The code below provides an example.
' Case 1: End if Swapped with Exit For
For ...
If ... Then