Commit Graph

21 Commits

Author SHA1 Message Date
Philippe Miossec df159384c5 ParentForm.cs is a Form and should be seen as this 2013-05-25 11:57:18 +02:00
Philippe Miossec 20bac72878 Share ParentForm between Vs2010 and Vs11 projects 2013-05-06 18:37:48 +02:00
Philippe Miossec c7e5f7cf1a Show CheckinTool window in task bar 2013-05-05 17:18:48 +02:00
Jonas Boesch 86bc1a4b77 Fixed code that failed test WorkspaceTests.Policy_failed_and_Force_with_an_OverrideReason.
- Updated test calls.
- Removed duplicate versions of Checkin and EvaluateCheckin without author.
2013-03-26 15:59:48 +01:00
Jonas Boesch 43f8b6a475 Added author parameter to Checkin method.
- Added IWorkspace.Checkin overload that takes an author parameter
- Implemented the method in the VSx-Wrappers.
2013-03-26 13:56:49 +01:00
ivan.danilov-econ 690ccef82e Normalized line endings to be LF in repository (line ending in the working copy managed by core.autocrlf option) 2013-03-21 14:35:22 +02:00
ivan.danilov-econ 416543cd7a Fix: git-tfs tries to authenticate against all TFS instances in the branch no matter how old they were in use and if they needed at all.
Our TFS instance recently changed URL and without this change it is required to filter-branch entire repository and change every git-tfs-id line in comments just to make git-tfs stop going to old URL to check. With it one should just keep config section for old branch and change the very last commit's comment (for each TFS branch). Also theoretically should save some time if several TFS instances are used as only specified with -i option is authenticated against.
2013-03-11 15:47:16 +02:00
Matt Burke d473520583 Get VS2008 to build. 2013-01-08 05:27:20 -05:00
Matt Burke 1ebd8182d0 Fix GitTfs.Vs11 AssemblyInfo. 2012-12-06 11:03:05 -05:00
Philippe Miossec da5a6201a5 Creation of the command "init-branch" to manage the cloning of a TFS branch (or all) from a TFS Server (2010, 2012 and 2008 partly)
Compiled for TFS Server 2008, 2010, 2012 and tested with TFS Server 2010, 2012

!! This command need that the clone of the TFS repository was made from the trunk (and not on the whole repository) and with history (not a quick-clone).

Usage for TFS 2010 and 2012 :
-------------------------------
* to clone one branch
git tfs init-branch $/Repository/path <git-branch-name-wished>
ex :
git tfs init-branch $/Repository/ProjectBranch
git tfs init-branch $/Repository/ProjectBranch myNewBranch

* to clone all branches
git tfs init-branch --all

Usage for TFS 2008 :
---------------------
* to clone one branch
git tfs init-branch--parent-branch=$/Repository/ProjectParentBranch $/Repository/path <git-branch-name-wished>

ex :
git tfs init-branch --parent-branch=$/Repository/ProjectParentBranch $/Repository/ProjectBranch
git tfs init-branch --parent-branch=$/Repository/ProjectParentBranch $/Repository/ProjectBranch myNewBranch
2012-11-19 22:03:42 +01:00
Matt Burke f38e84db76 Move TfsApiBridge to the core project.
This will let me drop one of the test projects without dropping any tests.
2012-08-31 11:18:50 -04:00
Matt Burke 63c95d4a2e Add xunit with nuget. 2012-08-29 16:51:16 -04:00
Matt Burke 71dfe64693 Use TemporaryFile for downloaded files. 2012-05-21 10:53:22 -04:00
Sean M. Collins 0dd114f52b Replace streams with path to temp files 2012-05-16 15:32:08 -04:00
Sean M. Collins 7030c01db8 Merge pull request #168 from vadimskipin/OverrideGatedBuild
Add support for OverrideGatedCheckIn
2012-04-10 13:03:41 -07:00
Timotei 0fda3fdc50 Fix the path for the vs 11 install dir 2012-04-05 11:39:07 +03:00
Vadim Skipin 9cf08450c6 Add support for OverrideGatedCheckIn 2012-04-04 17:24:09 +04:00
Matt Burke cc0e392231 Make VS11 driver available to git-tfs. 2012-03-30 13:33:38 -04:00
Sean M. Collins 4aaacb57d5 Add VS11 files
TODO: fix deprecation warnings - use a TfsTeamProjectCollection
constructor that utilizes a TfsClientCredentials object
2012-03-04 15:02:23 -05:00
Sean M. Collins 418afd1d30 Create VS11-only configuration 2012-03-04 14:50:09 -05:00
Sean M. Collins 18e33a156c Create a project for Team Foundation Server 11 2012-03-02 00:32:57 -05:00