Tell me please how to disable auto checkout in tfs (vs 2013) when I edit or save file?
I can selected "Do nothing" in the Options dialog box, click Source Control, and then click Environment and in the On Edit box, select "Do nothing" and select "Allow checked-in items to be edited", but this doesn`t resolve my problem - files locked after save.
Thank you!
相关问题
- Custom controls disabled. There was an internal is
- Getting error: File extension specified '.webt
- Using TFS command line tf.exe how can I copy a rep
- TFS Power tools Migrate doesn't actually migra
- What is the difference between tfpt scorch and tfp
相关文章
- Web Test recorder does not allow me to record a te
- The program '[4432] iisexpress.exe' has ex
- Is it possible to do a “destroy history” in TFS?
- How to disable CodeLens' references display in
- Breakpoint in ASP.NET MVC Razor view will not be h
- How do I make a TeamCity build appear in the TFS B
- TFS vs. JIRA/Bamboo/SVN [closed]
- Why doesn't my .tfignore file ignore my packag
In Visual Studio 2013, on the Tools menu, click Options.
In the Options dialog box, click Source Control, and then click Environment.
In the Checked In Items section, And in Editing- there are three options available.
Select Do nothing and click OK
To change your workspace type.
in the source control window, open the drop down list and select workspaces... in the editor window change you workspace location from Server to Local.
this will allow your workspace to act like a distributed workspace rather than a traditional TFSVC Server workspace.