We were using bamboo-svnflat-repository plugin with bamboo 2.7. After moving to bamboo 4.3 I installed this plugin and looks like it doesnt work.
Here is home page of the plugin: https://marketplace.atlassian.com/plugins/com.nespresso.bamboo.plugins.repository.svnflat.bamboo-svnflat-repository
Is there any chance this plugin be upgraded to work with the latest Bamboo? If no, what do you advice?
how about creating a symlink between 'global' copy and Bamboo workspace. You can do it using ScriptTask.
Then you can checkout into symlinked directory.
Thank you, it should work. The only disadvantage I should add this script to every plan. Is there a way to share script between plans?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
> Is there any chance this plugin be upgraded to work with the latest Bamboo?
I'm afraid only author of the plugin can answer this question.
What is you are trying to achieve using this plugin? Why standard Subversion plugin is not sufficient for you?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We were using this plugin to do flat checkout, when checkouted data is stored somewhere in our build machine, not in plan working folder. And this data is shared between build plans.
We have 3d party libraries in SVN which are used by our build plans. These libraries occupy about 5 GB disk space. I need to share them between build plans to avoid checkout 5GB for every build plan (we have about 100 plans now). I.e I want checkout them once to my physical machine. How can I achieve this with bamboo 4.3?
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.