Peter Baumann

Results 98 comments of Peter Baumann
trafficstars

The initial clone can take a while, especially if there are a lot of changesets e.g. a project with a lot of history. Directly after a `git-tfs rcheckin` you should...

Your understanding is correct. My assumption is that you were trying to checkin something which git-tfs thinks is already checked in (due to the git-tfs-id)

> Is there some LibGit2Sharp functionality to tell git to use/load a specific .gitattributes file for a given directory tree? Or to temporarily change the repo's working tree to the...

Just looking around - not having tested any of it - libgit2sharp at least has a WorktreeCollection with an add method to add an aditional worktree, see https://github.com/libgit2/libgit2sharp/blob/5085a0c6173cdb2a3fde205330b327a8eb0a26c4/LibGit2Sharp/WorktreeCollection.cs#L58 and this...

Trying to get a better understanding on your proposal, especially this point > - Mocks will in some cases be associated with setups that are configured on other mocks. Say...

I fully support that, as my workflow also usually involves downloading the PDFs from multiple depots and storing them in the corresponding bank folder. So having this mapping saved per...

According to this https://stackoverflow.com/questions/9776462/tfs-source-control-case-sensitivity it seems that TFS wasn't always case preserving. But otherwise your analysis looks spot on

Just wanting to at least present another option: start a connection to the node at the beginning and end it when everything is done. This would mean only the initial...