|
|
Browse by Tags
All Tags » Team Foundation Server
-
Not so long ago I heard that it was impossible to unshelve a shelveset from the branch it was shelve on to a different branch. It is the way Team Foundation Server (TFS) works I was told. And indeed it is the way tfs works out of the box. I asked a colleague and he researched it and gave me the same message: you cannot do it. He is right but ...
-
Since not all our files that are in TFS source control are used from Visual Studio it’s kind of overdone to start visual studio for getting the latest version of a SQL script. However, working with tf.exe is somewhat cumbersome too. The shear amount of commandline parameters got me wondering why I didn’t have a powershell script to make the task ...
-
Just a tip: to teg a list of checkout for all users, navigate to the root folder of the directory tree you want to check in your workspace using a Visual Studio command prompt.
Then use the TF tool with the following command line:
"tf status /user:* .\* /recursive"
When the ".\* /recursive" is left out, it will provide you ...
-
A new version of this provider has been released, which enables you to connect a variety op IDE's to TFS Source Control. This list now includes:Visual Studio 2003 Visual Basic 6.0, SP6 Visual C++ 6.0, SP6 Visual FoxPro 9, SP1 Visual Studio .NET 2002 Microsoft Access 2003, SP2 SQL Server Management Studio 2005 Sparx Enterprise Architect 6.1 ...
|
|
|