Can i set files & folders permissions in Bitbucket ??
EX ) lets say we have a project that have 3 files x.php , y.php and z.php , and we have 3 users A ,B and C, now we want the A user to be the admin and have full access , he can check out any file and access it as read,write and delete, and we want user B to be able to access all file for read and edit only , however the user C will only be able to access file y.php and z.php for edit
As far as i know it is not possible as git is snapshot based and we cannot permissions based at repo level.
You can create submodules and give permissions to submodules
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Mando,
You can do that
Go to settings–>groups–>create group
Create groups with users you want and then go to
Projects–>Repo–>Permissions
add the group you want and give the permissions accoridngly
Thanks & Regards
Vishnu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want permissions to specific folder or specific file inside Repository
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
as far as I know its not possible
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.