TFS MSSCCI Provider with Visual Fox Pro 9 SP2 - cannot update project from project metafile

418 Views Asked by At

I have existing project in Visual Fox Pro 9 SP2. I added this project to source control over VFP IDE with MSSCCI provider integrated, then I added files to source control. Everything was ok, but then I update project list and error

"cannot update project from project metafile"

occurs.

Same error is shown when I try join source controlled project to other workspace.

There is problem with PJM file (error description on msdn), but I don't know how solve it. I did not change file manually, there is no conflict and there is no format problem because it was generated automatically by tool.

Can somebody explain me why I have this problem and how solve it? Thank you

2

There are 2 best solutions below

0
On BEST ANSWER

Finally I found file path with problem - path contains comma :)

sestavy\katalog\seznam šarží, sériových čísel.frx

1
On

Here's my pjm started from blank project created in Vfp 9 Sp2. (sorry for the d) It works with VSTS (or VSO). Checking in/out new files, Update project List works smoothly. Can you compare it with yours? Just like jessehouwing's answer, please make sure it's your workspace is server workspace.

Version=  1.20  
Author=  
Company=  
Address=  
City=  
State=  
Zip=  
Country=  
SaveCode=.T.  
Debug=.T.  
Encrypt=.F.  
NoLogo=.F.  
CommentStyle=1  
Comments=  
CompanyName=  
FileDescription=  
LegalCopyright=  
LegalTrademarks=  
ProductName=  
Major=  
Minor=  
Revision=  
AutoIncrement=.F.  
[OLEServers]  
[OLEServersEnd]  
[ProjectFiles]  
1218598277,K,vfpintegration2.scx,.F.,.T.,1252,,,  
1218598357,P,vfpintegration2.prg,.F.,.F.,1252,,,  
1218598458,P,vfpintegration2hello.prg,.F.,.F.,1252,,,  
[EOF]

Also check the steps in my comment from How to use Visual Studio Online source control with VFP 9 SP1