C:\Package_scripts\test>ss Get "$/.../someFile.vb;L release_3.1.0.1"
$TestCases was moved out of this project, and cannot be rebuilt.
Continue anyway?(Y/N)y
$TestData was moved out of this project, and cannot be rebuilt.
Continue anyway?(Y/N)y
First question: what is the error and what can I do about it if the folder
was moved out of the project? (i.e. why is it complaining, I don't care about
the "$TestData" project)
Because I'm running these commands in batch, I want use the "-I-" option (Do
not ask for input under any circumstances), but the answers to the above
questions are "N" and the specified CI is not pulled back.
Second question: How can I get the answers to the above questions to be "Y"
instead of "N" (or eliminate the need to answer them Y)
Joe
"hzg...@nopost.com" <hzgt9bn...@discussions.microsoft.com> wrote in
message news:939B3642-0C04-4BB8...@microsoft.com...
I have the same problem, but in my case subproject was deleted long before
the label was made. In fact I am trying to do the same thing as
hzg...@nopost.com.
I have batch file with following :
ss.exe label -L"something" -c-
ss.exe get *.* -r -VL"something"
I can't use -I-Y, because I need to answer N to another silly question
(about setting my current directory as working folder for ss project)
May be you know how to work it around?
Sleepy
PS. I have 10 other projects with the same build technology without any
problems
Joe
"Sleepy" <Sle...@discussions.microsoft.com> wrote in message
news:2EADA05A-5489-4146...@microsoft.com...
As for the matter, -GL option doesn't help, the question "do you want to set
..." still appear. Ocassionaly I found the way to get over the problem. It is
strange, but source safe simply ignores my answer to the question "Project
$XXX has been destroyed, and cannot be rebuilt. Continue anyway?(Y/N)".
Regardless of my answer it continues getting the project. So, option -I-N
works fine.
It could be very funny, if I haven't spent too much time to find the
decision. And finally I don't like such kind of decisions.
Sleepy
What I have found is that I get the same complete list of error messages
once for each file in the project where the file is pinned. If the file is
unpinned (because it's the same as a newer version) then the list of error
messages does not appear for that one file. It does continue to appear for
each of the remaing pinned files in the project.