Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omarslvd/unbindsourcecodefromtfs
Unbind Visual Studio source code from TFS
https://github.com/omarslvd/unbindsourcecodefromtfs
tfs windowsforms
Last synced: 25 days ago
JSON representation
Unbind Visual Studio source code from TFS
- Host: GitHub
- URL: https://github.com/omarslvd/unbindsourcecodefromtfs
- Owner: omarslvd
- License: mit
- Created: 2015-01-06T22:25:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T06:18:28.000Z (over 9 years ago)
- Last Synced: 2024-10-13T23:22:30.072Z (25 days ago)
- Topics: tfs, windowsforms
- Language: C#
- Size: 1.13 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
UnbindSourceCodeFromTFS
=======================Unbind Visual Studio source code from TFS
The program follow the next steps:
1. Create a backup
2. Remove the read only attribute of all folders
3. Search for ```*.scc``` , ```*.vssscc```, ```*.vspscc``` to delete them
4. Delete section ```GlobalSection(TeamFoundationVersionControl)``` from solution files
5. Delete ```SccProjectName```, ```SccLocalPath```, ```SccAuxPath```, ```SccProvider``` from project files:octocat: