LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pushOK - trouble stetting it up.

Hello,

I've went though the posts availible here and NI help. And if found nothing that would be similar to the behavior I'm experiencing.
Now form what I read on the forums... it should be a "piece of cake"... Install PushOK, open LV select SCC provider... and  Voila ...

First off I have LV 8.5.1 ( professional eidtion ) and I am using the PushOK SVN SCC SW version 1.5.0.1.

When start up the PushOK server. Open LV than go to Tools->Source Control->Configure Source Control ... the list of providers is set to < NONE > and I can't proceed with the configuration.

Now, I know that PushOK is working allright becaouse It integrates fine with my Visual Studio 2008, and I'm able to check out/check-in stuff etc.

I just have no idea why LV fails to detect it...

I'm kind of stuck with this ... for more than 1,5 hour now ... and it gets really frustrating.

What I've tried to do is install different versions of pushOK, but that did not change the behavior.
I've even upgraded my LV form 8.5 to 8.5.1 but still it behaves the same.
I'd appritiate any ideas, suggestions. As I'm just going round in cicles and I think i need a fresh look at this.
So if anyone has ANY idea 🙂 please help.

Thanks,
Maciej


Message 1 of 3
(3,050 Views)
LabVIEW looks in the Windows registry for a list of installed providers. Each provider is responsible for adding an entry to this list. The list is located at :HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders (You can use regedit to view the list of providers). Information in that list is then used to look up the specific provider's information. If this information is not present, then LabVIEW will not be able to display the provider.
George M
National Instruments
Message 2 of 3
(3,021 Views)
George thanks a million your tip helped me. 🙂

Like I said I did quite a few reinstalations of PushOK versions ( form 1.2 , 1.4, 1.5 )... that probably set the registry and failed to clean it up after.

I uninstalled PushOK.
Deleted all entries in the registry that pointed to it in both
HKEY_LOCAL_MACHINE\SOFTWARE\PushOk Software
HKEY_CURRENT_USER\Software\PushOk Software
HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders
( deleted all but the default ).

Reinstalled 1.5.0.1 PushOK

And it started working.

Thanks again,
Maciej


Message Edited by Mac671 on 08-07-2008 11:10 AM

0 Kudos
Message 3 of 3
(3,009 Views)