Idea 5.0.1 & Microsoft Visual Sourcesafe 8.0.5....

I have some problems with using
Microsoft Visual Sourcesafe 8.0.5(MVS) and Idea 5.0.1, I use the last Version of plugin.
I sucessfully tuned MVS database ( this database worked in Visual Studio), and when I tryed to use Idea ( right click on file in Project Tree, in context menu SourceSafe -> GetLatestVersion, Check Out ... (all items)) I had this Error Message:
-


BEGIN----


(not in message :) )
Operation failed.
Cannot find initilization variable "Temp".
-


END----


(not in message :) )
I think that I tuned plugin ( SourcseSafe plugin right ).

How I can solve problem??

0
Avatar
Permanently deleted user

Print Screen :)

PS. OS - Windows 2003 Server, JDK - 1.5.0_05

Message was edited by:
Vilia



Attachment(s):
error.JPG
0
Avatar
Permanently deleted user

Ok, i read this article, found there 2 ways of solving problem:
1. Writing bat file, and get to Idea Plugin ss.exe-path not to ss.exe but to ss.bat:
-


@echo off
set SystemRoot=C:\WINDOWS
set TEMP="C:\Documents and Settings\Administrator\Local Settings\Temp"
"F:\Program Files\Microsoft Visual SourceSafe\SS.EXE" %1 %2 %3 %4 %5 %6 %7 %8 %9 %10
-


But my MVSS eat 50% of my CPU and near 40% CPU eat csrss.exe.
And they tell that they will work infinitly.
:(

2. To remake plugin, but I cannot find sources of Plugin :(.
I tried to fix in *.class files..... Hm.....it's a very bad idea.

??? ????? ????, ????!

Message was edited by:
Vilia

0
Avatar
Permanently deleted user

Ok, i'm using bat file and echo-bat-debug options found error:
Password 4 user have to be blank :(, in other way SS.EXE in console demand password:
-


F:\Program Files\Microsoft Visual SourceSafe>ss.exe Get "$/pr v.1.0.0.
0/com/pr/Main.java" -YIlia "$/pr v.1.0.0.0/com/pr/
Main.java"
Username: Ilia
Password: ******
$/pr v.1.0.0.0/com/pr/Main.java
$/pr v.1.0.0.0/com/pr/Main.java
-


and bat file have to have eigth or nine %var cause, %10 = %1 = GET
Good Luck

Message was edited by:
Vilia

0

请先登录再写评论。