I use LV8 PDS on Win2k and CVS on an Linux Server.
Now i want to use lvdiff to show the differences using the scc interface on labview.
But it doesn't work.
After labview displayed a message that it load the history of the Vi there comes an error message with a stupid path, i've never see befor.
At the same moment labview delete the temporary copy of the older version of the Vi.
So i thougth the error message is the problem.
I find out that the reason is the labview call in the lvdiff.exe.
With a C-compiler i find out that the command spawnlp doesn't like a paht inclding some spaces.
So i fixed it and the error message will never show.
But labview also will delete the temporary Vi befor it'll call lvdiff. (if anyone can help me please send me an email)
But i want to give you the changes in the lvdiff.cpp and the changes in lvdiff.vi to run under labview 8.0.
But how can i do it?
This forum doesn't allow to send an attachment.
yours sincerely
Oliver Frank
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
at first gratulations for the program.
I use LV8 PDS on Win2k and CVS on an Linux Server.
Now i want to use lvdiff to show the differences using the scc interface on labview.
But it doesn't work.
After labview displayed a message that it load the history of the Vi there comes an error message with a stupid path, i've never see befor.
At the same moment labview delete the temporary copy of the older version of the Vi.
So i thougth the error message is the problem.
I find out that the reason is the labview call in the lvdiff.exe.
With a C-compiler i find out that the command spawnlp doesn't like a paht inclding some spaces.
So i fixed it and the error message will never show.
But labview also will delete the temporary Vi befor it'll call lvdiff. (if anyone can help me please send me an email)
But i want to give you the changes in the lvdiff.cpp and the changes in lvdiff.vi to run under labview 8.0.
But how can i do it?
This forum doesn't allow to send an attachment.
yours sincerely
Oliver Frank
Hi, Oliver.
Thanks for the message, and for your update for LV8. You can zip the new files and then attach them to the project as a patch at http://sourceforge.net/tracker/?func=add&group_id=29668&atid=396983.
Thanks,
Ian