A1
|
When we add a new project through Magic xpa in the CVS repository, as with any other Version Control tool, we create a project folder by its name in the CVS repository. There is a limitation in CVS, which does not let the server create folder names with spaces.
When working with CVS, make sure that the project name in Magic xpa does not contain spaces.
|
A2
|
TFS allows multiple check-outs, as specified in the following article:
http://msdn.microsoft.com/en-us/library/ms242869.aspx
If you need to disable this option, you need to uncheck the Enable multiple check-out check box in the Source Control Settings dialog box's Check-out Settings tab.
|