ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

check in vis Programmatically

Hi,

I want to develop a program which can:

  1. Check in
  2. Get Latest version
  3. check out
  4. Assign Labels

VIs, Folders/ Documents from Microsoft visual source safe (VSS). Will it be possible to check out the folder/ document/ vi with a perticular "Label"?

 

Can any one guide me on this further? Sample code will be of great help. Also a document/ paper/ link on this forum will be helpful.

 

ThanX!

0 Kudos
Message 1 of 5
(3,344 Views)

If you have the LabVIEW Professional Development System, you have access to the SCC API using the palette in Connectivity >> Source Code.

Without the PDS, you will have to write your own API (if possible at all.....)

 

hope this helps,

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 5
(3,338 Views)

it is possible to have make all the SCC fsunctionalities by writing your own API/

 

There are command line help for SCC (for VSS).. Just follow them and make your own application.

 

Actaully there is a "VISTA PM tool" from "VI Engineering" which provides all and more functionalities.. Just check their website

Regards
Guru (CLA)
0 Kudos
Message 3 of 5
(3,326 Views)

Thanks!

I'll try to serach for the command lines and API. But these commands works with Windows command prompt or do I need to have any other utility?

 

I don't have the PDS version. I have FDS version.

 

0 Kudos
Message 4 of 5
(3,304 Views)

they all will work with the windows command prompts.

 

As mentioned by norbert if you have a pds you dont have to go for writing your own API's.. They are already there...

Message Edited by Guruthilak on 12-18-2009 11:54 AM
Regards
Guru (CLA)
0 Kudos
Message 5 of 5
(3,301 Views)