09-01-2008 12:11 AM
I don't understand. Can you explain a bit more about the problems you've seen when using Mass Compile.
BTW, for the poster, who asked about the name, I believe that Tortoise was chosen because it is a Windows "shell" for SVN. Of course, I could be wrong on that as well... 😉
09-02-2008 12:30 PM
09-02-2008 04:11 PM
I agree about renaming files from within the Project, I avoid it at all costs as it confuses TSVN when files suddenly disappear.
Instead of renaming, I make a copy of the VI with the desired new name, this way you can add the new file into your repository, and can manually delete the old file using TSVN.
06-16-2010 07:43 PM - edited 06-16-2010 07:45 PM
For those who may be still reviewing this thread, LV2009 now has a compare utility that allows integrating this functionality from within TortoiseSVN.
1. Right-click a versioned file in file explorer -> Select TortoiseSVN -> Settings
2. Go to external programs -> diff viewer
3. Click Advanced...
4. Click Add...
In Extension box type:
.vi
In External program type:
C:\Program files\National Instruments\Shared\LabVIEW Compare\LVCompare.exe" %base %mine -nofppos -nobdpos
(the last two optional flags are just used to ignore certain cosmetic changes)
This works well, with one caveat: Any sub-VIs in a different folder than the VI will have to be localized manually since this will be running outside the project. But it's great to have this functionality now. Thanks for listening, NI.
06-20-2010 09:56 AM
Just a single double quote in the command line and not a balanced pair?
06-21-2010 11:23 AM
Yes..
"C:\Program files\National Instruments\Shared\LabVIEW Compare\LVCompare.exe" %base %mine -nofppos -nobdpos
06-27-2010 12:57 PM
So you mean: No. The double quote at the beginning of the line didn't show up in the original reply. Also if running in W7 64-bit the command line needs to include Program Files (x86) and not just Program Files.