-
Bug
-
Resolution: Answered
-
Low
-
None
-
None
-
None
-
None
-
1
-
Severity 3 - Minor
-
Issue Summary
When Bamboo performs an SVN export, the working directory is not properly tagged. This results in a “ <directory> is not working copy” error. This issue is not present when Bamboo executes an SVN checkout task.
Steps to Reproduce
- Add a source code checkout task that checks out from SVN
Expected Results
The SVN export should result in the directory being validly tagged as a working directory in the same way as a checkout task.
Actual Results
The below exception is thrown in the atlassian-bamboo.log file:
Caused by: org.tmatesoft.svn.core.SVNException: svn: E155007: '<bamboo-home>/xml-data/build-dir/<BUILD-DIR>' is not a working copy
Workaround
Perform a checkout using a script task, instead of the source code checkout task.
- relates to
-
BAM-20400 Repository branch and Repository tag task fails to run
-
- Long Term Backlog
-
Svn export doesn't not create a working copy, so it seems to me that it works as intended.
https://jira.atlassian.com/secure/AddComment!default.jspa?id=1095432