Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T02:09:52.000Z (over 6 years ago)
- Last Synced: 2024-10-31T18:43:04.012Z (about 2 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
```