Changeset does not exist error when trying to checkout files from TFS repository

Issue #85 open
Rohit Nazareth created an issue

I have confirmed that the TFS repository and source path exist (attached screenshot). I do not know why the plugin is trying to checkout that specific changeset (1215643). Since this changeset does not exist, the checkout keeps failing. I could not find a setting for this. I even tried to exclude that changeset by adding it to the 'exclude changesets' setting, but it still tries to checkout that specific changeset.

I tried checking out with a different user account but still get the same error.

Comments (13)

  1. Sergey Podobry

    Also try to set Version Specifier in the Advanced Options to 57962. Or set TFS_VERSION_SPEC variable to 57962.

  2. Rohit Nazareth reporter

    specifying the version made the checkout work, thanks. Did we find out why it was trying to checkout a random version when none was specified?

  3. Sergey Podobry

    specifying the version made the checkout work, thanks.

    Is it working if clear Version Specifier?

    Did we find out why it was trying to checkout a random version when none was specified?

    Unfortunately no.

  4. Rohit Nazareth reporter

    clearing the specifier results in the same error. For now, the version has to be specified for the checkout to work

  5. Sergey Podobry

    I see. That’s definitely not right. We’ll prepare a troubleshooting list with some command-line commands to gather more information.

  6. Log in to comment