First checkout fails with error "There is no history for the path ... Probably it doesn't exist"

Issue #1 resolved
Sergey Podobry created an issue

Cannot query the workspace history if the workspace latest revision is not the latest revision in the project collection.

Steps to reproduce:

  1. Create $/test-prj/src1 dir
  2. Create $/test-prj/src2 dir
  3. Create a bamboo plan with $/test-prj/src1 as a source repository path
  4. Trigger the build

Result: the build fails with the following error:

Executing Task 'Checkout Default Repository(1)' of type com.atlassian.bamboo.plugins.vcs:task.vcs.checkout. 
(java.lang.RuntimeException : com.atlassian.bamboo.repository.RepositoryException: There is no history for the path $/test-prj/src1. Probably it doesn't exist.)

Comments (5)

  1. Log in to comment