vss cmd line get
Collaboration / Beta Testing
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to write a simple batch file to get a project from source safe, build it using the vs.net cmd line and then deploy it somewhere. I am using the following line to get the project from vss: ss get $/MyProjects/MyProject1 -R -I- -NL –R -> recursive -I- ->don’t ask for input -NL -> use long names (alternatively –NS for short names) However, this is an asp.net project, all the filenames are being trimmed when getting from vss, this results in files being copied over. I have searched the documentation and on the web and cant find my answer, can anyone help? Thanks, Rob