Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 430 Bytes

Convert a TFS repo into a git-tfs integration test

This script builds git-tfs integration test data from a real TFS repository.

Synopsis

ruby fetch.rb -u YOU@DOMAIN -p PASSWORD -o DIR -r trunk https://server/tfs/collection $/Project
ruby build.rb DIR

Installation

You'll need to have ruby installed.

git clone https://github.com/git-tfs/git-tfs-test-builder
cd git-tfs-test-builder
ruby bootstrap.rb