Home > Blogs
Browse by Tags
All Tags »
SCM (RSS)
Sorry, but there are no more tags available to filter with.
Home > Blogs
The ability to check out and check in is disabled if the network connection is lost. However, the product supports methodologies for offline work with the purpose of re-syncing once connectivity is re-established.
Read More...
Check-outs and Check-ins continue to work against the central server. Only “Get Latests” go through the remote Team Proxy.
Read More...
When the first remote user downloads (Get Latest) a file, it is then stored in the proxy server’s cache. When the same file is requested at the same remote site, the proxy determines if it has the latest version. If it does, then it is retrieved
Read More...
The underlying repository, SQL Server 2005, does support remote sites and two-way replication; this is not a tested or supported scenario for Team Foundation Server usage. Remote development shops are supported through a remote proxy server that caches
Read More...
Any downloaded files are cached as needed. Depending on the max cache size, infrequently used files are flushed out when space is required.
Read More...
Binary files are supported. They can be as large as the underlying file system (i.e. > 4GB). In addition, the repository does provide delta binary file storage so as to minimize the bloat for each revision in the repository.
Read More...
Shadow Folders are a specific concept supported by VSS. Shadow Folders are typically used as part of a build process.. There is no direct equivalent in Team Foundation Server. To purely replicate this functionality you can create a separate workspace
Read More...
Uncommitted changes remain on the developers’ workstation. The repository does keep track of who has checked out what files (and what revision they checked out from). Developers have the option of checking in or “shelving” their work
Read More...
ChangeSets are the published artifact in the database repository. This provides a list of all the files changes and using the tools, can easily display the differences between the current, previous, or workspace version.
Read More...
The “tf checkout” command supports a /recursive switch checks out all files that match the itemspec in the current directory or specified location and all of its subfolders.
Read More...