tfs2013 - Using TFS 2013 with existing GIT Server and be able to associate work items -


we have tfs 2013 installation projects want migrate git. source control history, we've landed on git tfs , --with-branches option, all. have few other questions:

  1. is possible associate tfs 2013 git server - organization has established git server preferred.
  2. how can associate work items # convention, guess there might need of post-hook or something.
  3. would there chance of migrating links in tfs workitems changesets point commits in git repo?

the first 2 important. third can live without think, don't need delete repository, unless automatically done when , if can associate other git server tfs project.

can tell plan after having migrated sources git? better description of plan do... still talking of tfs? talk tfs-vc (still using it) or tfs-git (want migrate totally)?

i anyway try answer questions...

  1. no, can't. tfs, abolutly needed part source control. so, if want use other feature of tfs (except alm), must use source control. if plan use tfs(git), sync git history 1 of server. because can't plug tfs source control on git server because tfs don't use plain old .git directory store git blobs in database

  2. tfs(vc) or tfs(git)? if use tfs(git) or git-tfs checkin in tfs(vc), there no problem in using # convention... otherwise, don't understand want...

  3. not sure want again... perhaps should have used --export option in git tfs clone command. way, associations workitems added commit message.

not sure answer questions that's better can information gave...


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -