ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
02-21-2006 09:22 AM
02-21-2006 10:11 AM - edited 02-21-2006 10:11 AM
Message Edited by smercurio_fc on 02-21-2006 10:12 AM
02-22-2006 06:40 AM
02-24-2006 07:52 AM
Thanks for the feedback.
::Marty
03-09-2006 10:04 AM
hi there,
i'm working with LabVIEW 7.1 and TortoiseSVN 1.2.6/Subversion 1.2.3. In general this works great, i'm using the context sensitive capabilities of TortoiseSVN in Explorer Windows or File Dialog Boxes for my file managment cause we got lots of non-LabVIEW files to handle (pictures, ini-files etc.).
But today i did a MassCompile over a versioned Directory Tree. The versioned directories contain directories named .svn that hold the local working status of the versioned file. These directories contain files named <MyLLBName>.llb.svn-base or <MyFileName>.vi.svn-base etc. It seems that LabVIEW touches these files during a MassCompile (because of the extension i guess) which leads to erros in the SubVersion - Checksums. As a result you have to check out the whole directory tree again and replace the last committed LLBs/VIs with those from the MassCompile. This could lead to loss of work...