https://github.com/devlights/tfs-unbind
This repo has some scripts that unbind TFS(TFVC) project for Microsoft Visual Studio.
https://github.com/devlights/tfs-unbind
conda pytest python python3 tfs tfvc
Last synced: about 2 months ago
JSON representation
This repo has some scripts that unbind TFS(TFVC) project for Microsoft Visual Studio.
- Host: GitHub
- URL: https://github.com/devlights/tfs-unbind
- Owner: devlights
- License: mit
- Created: 2018-01-06T17:30:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T02:09:52.000Z (about 7 years ago)
- Last Synced: 2025-02-12T08:58:39.385Z (3 months ago)
- Topics: conda, pytest, python, python3, tfs, tfvc
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tfs-unbind
This repo has some scripts that unbind TFS(TFVC) project for Microsoft Visual Studio.# Caution
I'm japanese. so some script include Japanese comments.
# Conda Environment
```sh
$ cd PROJECT_ROOT
$ conda env create -f conda-env.yml
$ source activate tfsunbind
```# Unit Test
```sh
$ cd PROJECT_ROOT
$ source activate tfsunbind
$ py.test
```# Run script
```sh
$ cd PROJECT_ROOT
$ source activate tfsunbind
$ python -m tfs.unbinder src-dir dest-dir
```