devlights / tfs-unbind

This repo has some scripts that unbind TFS(TFVC) project for Microsoft Visual Studio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

$ cd PROJECT_ROOT
$ conda env create -f conda-env.yml
$ source activate tfsunbind

Unit Test

$ cd PROJECT_ROOT
$ source activate tfsunbind
$ py.test

Run script

$ cd PROJECT_ROOT
$ source activate tfsunbind
$ python -m tfs.unbinder src-dir dest-dir

About

This repo has some scripts that unbind TFS(TFVC) project for Microsoft Visual Studio.

License:MIT License


Languages

Language:Python 100.0%