Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. Command run:git tfs checkin -d
  2. No authors file used.
  3. git-tfs version 0.25.0.0 (TFS client library 12.0.0.0 (MS)) (64-bit)
  4. Commits visited count:4
  5. Commits visited count:4
  6. Working with tfs remote: default =>
  7. Setting up a TFS workspace with subtrees at .git\~w
  8. git command: Starting process: git diff-tree -r -M -z 964c435116a1f019b145f71b06bee0a4701c166b HEAD
  9. Regex: ^:(?<srcmode>[0-7]{6}) (?<dstmode>[0-7]{6}) (?<srcsha1>[0-9a-f]{40}) (?<dstsha1>[0-9a-f]{40}) (?<status>.)(?<score>[0-9]*)\000(?<srcpath>[^\000]+)(\000(?<dstpath>[^\000]+))?\000$
  10. Input: :000000 100644 0000000000000000000000000000000000000000 20acc96873a383816e61d87f5aa9de7670d0928b A .gitignore
  11. -> 0: >>:000000 100644 0000000000000000000000000000000000000000 20acc96873a383816e61d87f5aa9de7670d0928b A .gitignore <<
  12. -> 1: >><<
  13. -> srcmode: >>000000<<
  14. -> dstmode: >>100644<<
  15. -> srcsha1: >>0000000000000000000000000000000000000000<<
  16. -> dstsha1: >>20acc96873a383816e61d87f5aa9de7670d0928b<<
  17. -> status: >>A<<
  18. -> score: >><<
  19. -> srcpath: >>.gitignore<<
  20. -> dstpath: >><<
  21. add .gitignore
  22. There is no working folder mapping for D:\GitProjects\main\.git\~w.
  23. tfs non-fatal error: Exception: #<Microsoft.TeamFoundation.VersionControl.Client.ItemNotMappedException IsRemoteException=#<System.Boolean:0x0>, Data={...}, LogException=#<System.Boolean:0x0>, LogLevel=Warning, ErrorCode=0, EventId=3000, ReportException=#<System.Boolean:0x0>, Message="There is no working folder mapping for D:\GitProjects\main\.git\~w.", InnerException=null, TargetSite=null, StackTrace=null, HelpLink=null, Source=null, HResult=-2146232832>
  24. TFS Workspace 'git-tfs-cb8740a6-e515-400c-8ee2-ac39f45c6787;DOMAIN\USERNAME' was removed.
  25. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: One item should have been added, but actually added 0 items.
  26. at Sep.Git.Tfs.Core.TfsWorkspace.Add(String path)
  27. at Sep.Git.Tfs.Core.DirectoryTidier.Sep.Git.Tfs.Core.ITfsWorkspaceModifier.Add(String path)
  28. at Sep.Git.Tfs.Core.GitTfsRemote.PendChangesToWorkspace(String head, String parent, ITfsWorkspaceModifier workspace)
  29. at Sep.Git.Tfs.Core.GitTfsRemote.<>c__DisplayClass32.<Checkin>b__31(ITfsWorkspace workspace)
  30. at Sep.Git.Tfs.Core.GitTfsRemote.WithWorkspace(TfsChangesetInfo parentChangeset, Action`1 action)
  31. at Sep.Git.Tfs.Core.GitTfsRemote.Checkin(String head, TfsChangesetInfo parentChangeset, CheckinOptions options, String sourceTfsPath)
  32. at Sep.Git.Tfs.Commands.Checkin.DoCheckin(TfsChangesetInfo changeset, String refToCheckin)
  33. at Sep.Git.Tfs.Commands.CheckinBase.PerformCheckin(TfsChangesetInfo parentChangeset, String refToCheckin)
  34. at Sep.Git.Tfs.Core.TfsWriter.WriteWith(IEnumerable`1 tfsParents, String refToWrite, Func`3 write)
  35. --- End of inner exception stack trace ---
  36. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  37. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  38. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  39. at Sep.Git.Tfs.Util.GitTfsCommandRunner.Run(GitTfsCommand command, IList`1 args)
  40. at Sep.Git.Tfs.GitTfs.Main(GitTfsCommand command, IList`1 unparsedArgs)
  41. at Sep.Git.Tfs.Program.Main(String[] args)
  42. One item should have been added, but actually added 0 items.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement