We have a situation where we want to supply only part of our repo to a third-party. I understand that git doesn't support directory-level permissions. So my thought is that we could automatically copy/sync selected directories of the repo to a different repo on a periodic schedule. Is there any facility to do this in Bitbucket?
We are using Bitbucket, not Stash so we don't have a server. Can Bamboo assist us in any where here?
We don't offer that feature at this time. Your best bet would be to (assuming you're using Linux) use rsync to deliver the files (that is, initiate from your servers to theirs) to the specified machine using rsync, scp, or another binary transfer method.
Or, use submodules as described in this chapter of Pro Git.
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.