Hello everyone,
I am having this problem with several projects plans , the build fail because the system fail to clean the project ==> it fail to delete subversion related file wc.db .
is there any solution or work around for this ?
now I go manually and delete the .svn folder.
Thanks
I get this problem if the source directory contains file/directory names consisting of non-UTF-8 characters.
My client has the same issue...I checked to see which process was holding the lock on the file in question and it's the bamboo remote agent service.
So this is a bamboo bug...what is the process my client should go through to progress a fix for this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First upgrade to a more recent version of Bamboo, it contains a newer version of svnkit library, which will likely fix your issue. If it does not, open a support request at support.atlassian.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Chances are it's your antivirus that locks that file. Can you try excluding that directory from antivirus?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Worthy suggestion. Putting an exception in place.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Some success implementing scripts that clean the location before the build begins...
Not optimal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We're also experiencing this issue. Though we have ~10 agents that could run this job so it only seems to fail when it is run on an agent that has already run the job. Any ideas?
And yes, the agents have permission to the directory.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It sounds like something is holding a handle open.http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx is supposed to be able to help you identify stuck handles (I'm not a windows person though so...)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Neither am I!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi guys,
I would kindly ask you to:
Alternatively, I would suggest you on:
Kind regards,
Rafael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Everyone , thanks for the replies.. I am running Bamboo on Windows and it is runing as a windows service using the local system account.. the fact that this happen with only subversion special files that get created automatically when Bamboo checkout the code ..make me wonder if there is a special config to do that will make Bamboo work better with subversion.
I will create a support request the next time this happen, now I deleted that folder manually .
Thanks Rafael and everyone else here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had run into this issue which occurs when trying to delete a particular subdirectory in deployment projects. Like Rafael mentioned, I had to add a script that does exactly that.
However, since we have nearly 200 deployment plans, this will be quite tedious and to be honest, extremely frustrating to even have to do this.
C'mon Atlassian, is this currently a tracked bug?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Hussain,
Would be possible to inform in which Operational System Bamboo is running on, please? Due to what you have informed on your comment , it seems you are running Bamboo on a Linux / Mac OS environment.
If you go to the Plan Configuration >> Stages, select your stage created and click on Tasks tab there is an option in the task "Source Code Checkout configuration" that removes the source directory and checks it out again prior to each build. This may significantly increase build times ([ ] Force Clean Build).
Another option would be under Plan Configuration >> Stages, select your stage created and click on Miscellaneous tab. You will find an option that removes the source directory after each build. This may increase build times but save disk space. ([ ] Clean working directory after each build).
Alternatively, you can create an Script tasks to delete the folder/file you want.
// the following command will delete a directory recursively rm -rf /<path>/<to>/<directory>
Kind regards,
Rafael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does the user running Bamboo have permission to that file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.