Our source control structure is $Project/Trunk/Database/Northwind …
This user has a local workspace mapping to $Project/Trunk on his C:\Projects folder. When he checks out an object in TOAD, it seems to get the latest version of the source file in TFS, but then when it does a PendChanges request it gets the path wrong and inserts a “/” instead of a “”. (VCS Log file below)
I have a local workspace mapping to the root of the TFS folder which points to my C:\Projects folder and everything works fine.
================================================================== Downloading File: “C:\Projects\Database\NORTHWIND\NORTHWIND.SALES.PKS” HTTP Get Content-Type: application/gzip ================================================================== Timestamp: 15/07/2013 16:24:08 Method Name: UpdateLocalVersion Request: <?xml version="1.0"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV=“http://www.w3.org/2003/05/soap-envelope” xmlns:xsd=“http://www.w3.org/2001/XMLSchema” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”>SOAP-ENV:BodyJOHN-PCWORKDOMAIN\JohnSmith</SOAP-ENV:Body></SOAP-ENV:Envelope>
Response: <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap=“http://www.w3.org/2003/05/soap-envelope” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=“http://www.w3.org/2001/XMLSchema”>soap:Body</soap:Body></soap:Envelope> ================================================================== ================================================================== Timestamp: 15/07/2013 16:24:08 Method Name: PendChanges Request: <?xml version="1.0"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV=“http://www.w3.org/2003/05/soap-envelope” xmlns:xsd=“http://www.w3.org/2001/XMLSchema” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”>SOAP-ENV:BodyJOHN-PCWORKDOMAIN\JohnSmith01919</SOAP-ENV:Body></SOAP-ENV:Envelope>
Response: <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap=“http://www.w3.org/2003/05/soap-envelope” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=“http://www.w3.org/2001/XMLSchema”>soap:BodyThe item C:\Projects\Database/NORTHWIND\NORTHWIND.SALES.PKS could not be found in your workspace, or you do not have permission to access it.</soap:Body></soap:Envelope> ==================================================================