mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-30 01:10:58 +01:00
No description
3607bd487c
Summary: Hosted repositories only sometimes survive the pull/discover phases right now, due to issues like: - Pull tries to `git clone`, but should `git init`. - Mercurial doesn't handle empty repositories with on branches. - SVN tries to connect to an invalid remote. - None of them set the INIT repo flag correctly, so status doesn't get updated properly in the UI. Fix all this stuff. Test Plan: - For each of Git, SVN and Mercurial: - Created a new repository from the web UI in a deactivated state. - Made it hosted. - Manually ran pull/discover. - Verified we end up with initialized, empty repositories in consistent states. Reviewers: btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T2230 Differential Revision: https://secure.phabricator.com/D7474 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
Phabricator is an open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. It's pretty high-quality and usable, but under active development so things may change quickly. You can learn more about the project and find links to documentation and resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted.