Page MenuHomePhabricator

Can Phabricator Differential be used with remote feature branches?
Closed, ObsoletePublic

Asked by TRocket on Apr 5 2013, 12:31 PM.

Details

Where it makes sense not to use feature branches for web development(changes are normally small) it doesn't always make sense for C/C++/Java development.
We use a central git repository and have feature branches (about 3000 branches...) and about 50,000 revisions.
Does Phabricator support reviewing feature branches or is it likely that it will in the near future?
I noticed the diffs table in the data base has some columns (sourceControlSystem... etc) that look like they might have something to do with this.

Answers

camspiers
Updated 4,025 Days Ago

I have been using phabricator with remote feature branches. It works but I am not using the arc land functionality. To close the diff you just push your accepted changes to the remote.

In your repository setup, you want to make sure there isn't a restriction on the tracked branches.

New Answer

Answer

This question has been marked as closed, but you can still leave a new answer.