Cannot check out initial directory

Issue #28 resolved
User 482b7 created an issue

The issue looks exactly like this one.

And it seems I am not the only one: https://answers.atlassian.com/questions/268681/code-checkout-not-working

I am getting the same error. On one directory in the defaultCollection it works, on another in the same collection it does not.

16-Apr-2014 04:56:27    java.lang.RuntimeException: com.atlassian.bamboo.repository.RepositoryException: There is no history for the path $/TEST. Probably it doesn't exist.
16-Apr-2014 04:56:27            at com.atlassian.bamboo.executor.RetryingTaskExecutor.rerun(RetryingTaskExecutor.java:132)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.executor.RetryingTaskExecutor.runTask(RetryingTaskExecutor.java:88)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.executor.RetryingTaskExecutor.retry(RetryingTaskExecutor.java:191)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.executor.RetryingTaskExecutor.retry(RetryingTaskExecutor.java:176)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.plugins.vcs.task.VcsCheckoutTask.execute(VcsCheckoutTask.java:170)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.task.TaskExecutorImpl.executeTasks(TaskExecutorImpl.java:220)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.task.TaskExecutorImpl.executePreparationTasks(TaskExecutorImpl.java:73)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.build.pipeline.tasks.PrepareBuildTask.call(PrepareBuildTask.java:74)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.build(DefaultBuildAgent.java:189)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.waitAndPerformBuild(BuildAgentControllerImpl.java:102)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent$1.run(DefaultBuildAgent.java:108)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.build.pipeline.concurrent.NamedThreadFactory$2.run(NamedThreadFactory.java:55)
16-Apr-2014 04:56:27            at java.lang.Thread.run(Unknown Source)
16-Apr-2014 04:56:27    Caused by: com.atlassian.bamboo.repository.RepositoryException: There is no history for the path $/TEST. Probably it doesn't exist.
16-Apr-2014 04:56:27            at com.stellarity.bamboo.repository.TfsRepository.retrieveSourceCode(TfsRepository.java:324)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.plugins.vcs.task.VcsCheckoutTask.fillWorkingDirFromVcs(VcsCheckoutTask.java:248)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.plugins.vcs.task.VcsCheckoutTask.access$100(VcsCheckoutTask.java:54)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.plugins.vcs.task.VcsCheckoutTask$2.call(VcsCheckoutTask.java:175)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.plugins.vcs.task.VcsCheckoutTask$2.call(VcsCheckoutTask.java:171)
16-Apr-2014 04:56:27            at com.atlassian.bamboo.executor.RetryingTaskExecutor.rerun(RetryingTaskExecutor.java:108)
16-Apr-2014 04:56:27            ... 12 more
16-Apr-2014 04:56:27    Failed to prepare the build '.NET Applications - TEST - Default Job #10 (NET-TEST-JOB1-10)'

Comments (3)

  1. User 482b7 reporter

    Update: the error was caused by privileges in TFS. Although I was able to browse everything via web, it seems that it was blocking something for the plugin. I forced recursive adding to specific privilege groups and that fixed the problem.

  2. Log in to comment