Git Product home page Git Product logo

Comments (4)

siprbaum avatar siprbaum commented on June 16, 2024

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 be update-to-date, so there shouldn't be a need to git tfs pull --rebase.

Overall, what you describe sounds unusual, the git tfs pull --rebase should be fast.

One thing which comes to mind is: Did you use cherry-pick or rebase of already commited changesets in tfs (represented as git
commits) onto a branch which you then did run the rcheckin on?

Because if you did, and didn't remove the lines similar to git-tfs-id: [http://some.server.com/tfs/tpc/]$/some/path;C12345
in the cherry-picked/rebased commits, then this might confuse git-tfs.

from git-tfs.

AndersBillLinden avatar AndersBillLinden commented on June 16, 2024

I do not think so. I am not capable of answering. If I understand you right is that you think I might try to checkin a commit that is a cherry pick of an already existing commit.

from git-tfs.

siprbaum avatar siprbaum commented on June 16, 2024

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)

from git-tfs.

AndersBillLinden avatar AndersBillLinden commented on June 16, 2024

It seems like if there is some change in another branch than the one checked in and I use git tfs pull --rebase all files in the other branch are downloaded. I might be wrong.

from git-tfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.