question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: automatically check out TFS version controlled files

See original GitHub issue

My projects are version controlled by TFS (not Git unfortunately). If I want to use Paket (for example for a paket install or paket add or paket update, then I have to manually check out all the files paket will touch (at least paket.dependencies, paket.lock, any paket.references and all project files).

Paket should be able to determine, if the files, which Paket touch are version controlled by TFS and check them automatically out, if they are not already checked out.

This is because TFS sets all files, which are not checked out as readonly and also will only detect changes on checked out files.

If the files aren’t checked out, paket will fail. This also happens in the Visual Studio extension.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:14 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
baronfelcommented, Aug 1, 2017

can you try using a TFS local workspace? They are much more ergonomic for this sort of thing.

1reaction
magicmontycommented, Mar 22, 2016
Read more comments on GitHub >

github_iconTop Results From Across the Web

Check out and edit files - Azure Repos
In Visual Studio Solution Explorer or Source Control Explorer, select the files you want to edit, right-click, and select Check Out for Edit....
Read more >
TFS - Files doesn't get check out for edit automatically ...
In the Options dialog box, click Source Control, and then click Environment. ... select a different option than Check out automatically.
Read more >
Force get latest version before checkout
We are suing TFS 2018 and I want to implement a force get latest on check-out on any of the projects. And I...
Read more >
First CheckIn and Checkout with TFS 2015 (QA & Dev focused)
... checkin our first project and also checkout some source code to modify our code and checkin it back to TFS 2015 version...
Read more >
Implementing Proper Version Control in Power BI! (with Steve ...
In this session, we will explore different techniques for version control in Power BI. This is an important concept in software development, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found