I am using Team Foundation Server 2008 and cannot add the folder to the installation project. The error is that there are 6 files: "The file is only checked by another user."
How can I find out to which user they were extracted and when they were extracted?
I suspect that this is a former employee who worked on this project. Either this, or my mistake.
In Team Explorer, double-click "Source Control".
You will see the source code explorer. Under your collection, you can expand your project. In the right pane, you will see the following columns: name, pending changes and user, etc.
, , , .
TFS Sidekicks, http://www.attrice.info/cm/tfs/
Sidekick, , . (!)
The command line tf.execan show you the following:
tf.exe
tf status *.* /recursive /user:*
from the appropriate place will show you the pending changes from all users to all files in the hierarchy below.
Source: https://habr.com/ru/post/1795448/More articles:Delphi 6 does not cause breakpoints - delphiMaintain data compatibility with .NET Serialized when moving classes - soapHow can I use dynamic Lambda in dynamic LINQ - lambdaTSQL - connection using full-text containers - sql-serverNo LoadComplete for MasterPage? - asp.netSolr backlight - replaceError with Android plugin NetBeans - androidHow to highlight search results using Apache SOLR with PHP code - phpAny implementation of Asn1 in Delphi - delphiPassing get parameter from javascript to php destroys formatting - javascriptAll Articles