Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```