I use TortoiseSVN to version control my large VB project in Visual Studio 2008. From time to time, when editing one of the many typed datasets, VS feels that it switches the position of the msprop:Generator_ColumnVarNameInTable and msprop:Generator_ColumnPropNameInRow attributes as a NINE THOUSd file location. Sometimes I use a custom sed script to undo it again, but most of the time I just commit it without knowing if there were any real changes.
Can I prevent Visual Studio from interacting with these attributes? Can I complete a specific order? Or do I need some kind of workflow in TSVN to ignore or revert such changes?
Added:
I wrote a small VB.Net Console application that scans strings by sorting attributes. It works only with text, since it is impossible to use the capabilities of parsing xml without significantly increasing the execution time and code size:
I hope someone knows the way around this nonsense, or at least point me to some kind of ready-to-use tool that might help here. If not, I must accept my fate ^^
source share