SOSCMD CheckOut

If you are having a problem using SourceOffSite, post a message here.

Moderator: SourceGear

Post Reply
nleuva
Posts: 4
Joined: Thu Jan 06, 2005 11:27 am

SOSCMD CheckOut

Post by nleuva » Thu Jan 06, 2005 11:34 am

Hi,

I am trying to Check Out a file from Source Server using Command Line options. I am using Version 4.0.2

When I execute following command, it does check out file but it breaks down the binding in GUI. So, I have to bind the project again in GUI to Check In.

Code: Select all

soscmd -command CheckOutFile -server Server1:8888 -name XXXX -password XXXX -database "C:\Source Safe\MSGDEV\srcsafe.ini" -project "$/Databases/6.0/DNPlus/UnitTests/Tests/Data" -file "StatusRPT.XML" -soshome "C:\Documents and Settings\XXXX\Application Data\SourceGear\SOS"
Source Project $/Databases/6.0/DNPlus is a .net Solution file that has binding with Visual Studio.net too. Same command when I try to run with another project that has only word files in it and no binding with Visual Studio.Net, it works successfully and keeps the binding in GUI as is.

Why it works with one case and fails with other?


Thanks

Nilesh Leuva

Post Reply