Pinar,

Regarding my first statement:

Well ... I found out that you need to set the SSDIR env var to the
srcsafe.ini you want to open.   Here's what I found in VSS's help:

"Setting the SSDIR environment variable tells VSS where to find the
SRCSAFE.INI file for the VSS server installation to which you want to
connect.  Do this by typing the following at the MS-DOS prompt:

set ssdir=\\server\share\vss

Where \\server\share\vss is the folder where the srcsafe.ini file is
located."

As far as my second:

What I meant was to open a command-line window and, assuming you have ss.exe
in your path, extract the source code running ss get.   You can see VSS's
help for running ss get.   What I was trying to get at here was to not run
ant's vssget but just plain ss get to extract source code.   

HTH,
Felice



-----Original Message-----
From: Pinar Bicioglu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 05, 2001 2:56 PM
To: [EMAIL PROTECTED]
Subject: RE: doing SourceSafe get





>From: "Vittoria, Felice" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: RE: doing SourceSafe get
>Date: Tue, 5 Jun 2001 14:44:13 -0500
>
>Hmm .. I guess what I meant was the database on a different server?  If 
>it's
>on a different server then you may need to make additional configuration
>changes to your PC before running ant.

Oh I am sorry about that. yes you're right it is on a different server!
What kind of configurations do i need to make. Is there any documentation on

that that i can use ??
>
>Also, if you perform the ss get command from the command-line, will it
>produce the same error as ant or will it work correctly?

I don't think that I understand what you mean. the error message Iposted in 
my earlier message gets generated when I write "ant getcode" in a command 
line.

>
>-----Original Message-----
>From: Pinar Bicioglu [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, June 05, 2001 2:39 PM
>To: [EMAIL PROTECTED]
>Subject: RE: doing SourceSafe get
>
>
>
>It is actually both. It is different database and differen project.
>
>the database was APJUL2000 and the project's name was $/AP2.0{struts} 
>before
>
>with the code below.
>
><target name="getcode">
>       <vssget vsspath="$/AP2.0(struts)"
>          login="ttraub, ttraub"
>          writable="true"
>          localpath="D:/ap20"
>          recursive="true"
>          ssdir="D:/Program Files/Microsoft Visual Studio/VSS/win32" />
>   </target>
>
>Now the database is Asset Planner 2 and the project's name is the same 
>which
>
>is $/Asset Planner 2 with the following code.
>
><target name="getcode">
>       <vssget vsspath="$/Asset Planner 2"
>          login="ttraub, ttraub"
>          writable="true"
>          localpath="D:/ap2"
>          recursive="true"
>          ssdir="D:/Program Files/Microsoft Visual Studio/VSS/win32" />
>   </target>
>
>
>
> >From: "Vittoria, Felice" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> >Subject: RE: doing  SourceSafe get
> >Date: Tue, 5 Jun 2001 14:15:18 -0500
> >
> >Are you getting the code from a different database or a "project" within
> >that database?   Also, what values did you change?
> >
> >-----Original Message-----
> >From: Pinar Bicioglu [mailto:[EMAIL PROTECTED]]
> >Sent: Tuesday, June 05, 2001 2:06 PM
> >To: [EMAIL PROTECTED]
> >Subject: doing SourceSafe get
> >
> >
> >I worked with "vssget" task before and it was working. this time I had to
> >get the code from a different database. And somehow it's not working. I
> >don't understand what makes the difference.
> >I have the code as below
> >
> ><target name="getcode">
> >       <vssget vsspath="$/Asset Planner 2"
> >          login="pinarb, pinarb"
> >          writable="true"
> >          localpath="D:/ap2"
> >          recursive="true"
> >          ssdir="D:/Program Files/Microsoft Visual Studio/VSS/win32" />
> >   </target>
> >
> >it generates an error message like this...
> >
> >D:\ap2\javasrc\server>ant getcode
> >Buildfile: build.xml
> >
> >getcode:
> >    [vssget] $/Asset Planner 2 is not an existing filename or project
> >
> >BUILD FAILED
> >
> >D:\ap2\javasrc\server\build.xml:66: Failed executing: "D:\Program
> >Files\Microsoft Visual S
> >tudio\VSS\win32\ss" Get "$/Asset Planner 2" -GLD:\ap2 -I- -R -W 
>"-Yttraub,
> >ttraub"
> >
> >Total time: 3 seconds
> >
> >is it about changin the mode of the file. Actually I even tried this but 
>it
> >didn't work
> >_________________________________________________________________
> >Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>_________________________________________________________________
>Get your FREE download of MSN Explorer at http://explorer.msn.com

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to