Tagged Questions
The vssget tag has no wiki summary.
1
vote
1answer
111 views
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 ...
1
vote
1answer
322 views
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 ...
0
votes
1answer
80 views
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
0
votes
1answer
16 views
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 / ...
0
votes
3answers
818 views
“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 ...