English 中文(简体)
Source Safe command line command "ss Add"
原标题:

I need to add some files to the VSS through the command line, but I can t figure out how to set the destination project in the VSS?

Official description (http://msdn.microsoft.com/en-us/library/tszt2szw(VS.80).aspx) doesn’t have any remarks about setting the internal VSS path to add the file. By defaults it uses path which can be seen by the command "ss Project"

Could anyone please help me?

PS: I know that VSS is not the best but still it is used by some companies.

Thanks a lot in advance Yury

最佳回答

You need to use the ss CP command to set the VSS "current project" to the destination project to which you want to add the file.

问题回答

暂无回答




相关问题
Command Line Parameters

I m trying to add my file in Visual Studio as command line parameters. I know my code works since when I use fopen("whole path here", "r"), it runs. I then add the file as a command line parameter ...

Read from File, or STDIN

I ve written a command line utility that uses getopt for parsing arguments given on the command line. I would also like to have a filename be an optional argument, such as it is in other utilities ...

R - capturing elements of R output into text files

I am trying to run an analysis by invoking R through the command line as follows: R --no-save < SampleProgram.R > SampleProgram.opt For example, consider the simple R program below: mydata =...

热门标签