Questions tagged [vssget]
5 questions
3
votes
3 answers
"File Not Found" in MSBuild Community Tasks -- Which File?
I'm trying to use the VssGet task of the MSBuild Community Tasks, and the error message "File or project not found" is beating me with a stick. I can't figure out what in particular the error message is referring to. Here's the…

Cyberherbalist
- 12,061
- 17
- 83
- 121
2
votes
3 answers
Visual-SourceSafe error - unable to finish writing a file
We use Nant to automate our builds. Everything was working fine until about a week ago when the rains caused our power to go out and the build server had to be re-booted. Now, we get the following error whenever we attempt a build:
…

Matt M
- 3,699
- 5
- 48
- 76
1
vote
0 answers
Source Safe Command line - Get all changed files since label
I would like to do a 'GET' (From the command line, ss.exe) of files that has been added/changed since a label, and place them in say C:\temp\db
I have files a.cs, b.cs, c.cs currently
If I label my project version1.0
then add files…

Albert
- 1,062
- 2
- 13
- 20
0
votes
1 answer
Get only modified files using VSSGET ant task
How can i get only modified files using VSSGET ant task? Something like update in SVN.
I try to find this option in the documentation, but i didn´t find.
http://ant.apache.org/manual/Tasks/vss.html

andvicente
- 21
- 3
0
votes
1 answer
Solution required for the query related to Visual Source Safe 6.0d
I'm using Microsoft Visual Studio .NET 2003 Enterprise Developer Tool(Visual Source Safe 6.0d). As per my knowledge, In VSS there is a provision for admin to provide the access(r/w access or checkin / checkout access) to the given specific user for…