I use Bitbucket to host remote git repository with more then one branch (2 or more branches)
I want to track in my Crucible only one, selected branch
May I use one of SCM Details parameters (I mean about parametr 'Path' (in Git Connection Details section)) to define the branch I want to track in my Crucible?
That parameter is decribed as 'The path within the Git repository that you wish to have Crucible index.', but I don't know how to define it (I need some example of path configuration).
Do you know answer for my question? :-)
Thank you in advance
Welcome to the Atlassian community!
For Git, Fisheye indexes all branches by default, as it discovers them in the repository. The Git Connection Details do not provide an option to limit indexing to a single branch.
Consider creating a local mirror for a single branch and pointing Crucible to it, or using 'Configure paths' at the project level to focus reviews on specific paths. This approach makes organizing reviews easier, even as the repository index covers all branches.
Cheers, Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.