It was <2014-01-28 wto 01:06>, when Chanho Park wrote:

> I have a question of user sandbox branch for upgrading purpose.
> For making a sandbox branch, what permissions are needed for it?
> Can only maintainer or integrator make it?

Everyone can create their own sandboxes.

> I think these members already have the permissions.
> How can I make the branch of a repo which I don't have the permissions.
> Impossible?

git push <tizen.org> <ref>:refs/heads/sandbox/<username>/<branchname>

Where:

current directory is a git repository

<tizen.org> is a corresponding git remote.

<ref> is a branch/tag/commit you want to push

<username> is the user name you use to log into gerrit

<branchname> is a branch name of your choice/

To remove a branch you need to use the web interface. Go to:

Projects -> List -> <project> -> Branches

Select the branches you want to delete (check boxes), push Delete
button.

-- 
Łukasz Stelmach
Samsung R&D Institute Poland
Samsung Electronics

Attachment: pgpyl5i_EsbUf.pgp
Description: PGP signature

_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to