Copy export settings to new branches. Potentially closes #975 (#1097)

This commit is contained in:
andyrooger
2017-10-10 20:40:28 +01:00
committed by Philippe Miossec
parent d4ae6b5d74
commit 3ffd41b35a
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1033,6 +1033,8 @@ namespace Sep.Git.Tfs.Core
Repository = tfsRepositoryPath,
RemoteOptions = remoteOptions
}, string.Empty);
tfsRemote.ExportMetadatas = ExportMetadatas;
tfsRemote.ExportWorkitemsMapping = ExportWorkitemsMapping;
}
if (sha1RootCommit != null && !Repository.HasRef(tfsRemote.RemoteRef))
{
+1
View File
@@ -7,3 +7,4 @@
* Added a TraceWarning message when the authors file fails to copy to the cache location (#1071)
* Prevent infinite loop when parent changeset cannot be found
* Fix xcopy error on build with spaces in solution path (#1092)
* Apply export argument to all branches rather than just the trunk (#975)