Source code lines transposed on checkout
From: Jeff Abbott <Jeff.Abbott_at_caemilusa.com>
Date: Mon, 25 Jul 2011 08:54:13 -0400
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
' Case 2: End if Swapped with Exit Property
On checkout to one computer the code was transposed as:
' Case 1: End if Swapped with Exit For
' Case 2: End if Swapped with Exit Property
Additional detail:
We have not been able to repeat this problem. But since the issue involves End If with Exit commands, different baselines, different users, and different SVN repositories, I'm at a loss on where to look next.
Jeff Abbott
"We are often better served by connecting ideas than we are by protecting them."
***This e-mail message is intended only for the above named recipient(s)
|
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.