- **status**: code-review --> in-progress - **QA**: Dave Brondsema - **Comment**:
I initially thought this would be something only set by site admins, not individual projects, since the use-case is pretty small and it could introduce confusion. But perhaps it would be a useful general feature. I get `AttributeError: clone_url` on existing tools with the new code. The dialog should explain more of what this setting will do, especially since the average project probably won't need it. Something about overriding the remote URL for the checkout command that is displayed, and you only want to do this if you're mirroring a repo onto SITE NAME. SVN tools already have an admin option to control a portion of the checkout URL (i.e. "trunk" or something). While it does seem that these two options work out ok (the new one overrides the prior) it might be nice if they could be either be combined or differentiated. I'd probably keep them separate I guess, since they serve separate purposes, but put more explanatory text on the prior option so that is more easily understood too. ForgeHg tests need a trivial update too, specifically: `forgehg.tests.test_hg_app:TestHgApp.test_admin_menu` --- ** [tickets:#7134] Forking on forge-allura.apache.org should work** **Status:** in-progress **Milestone:** forge-apr-4 **Labels:** asf **Created:** Wed Feb 05, 2014 06:44 PM UTC by Dave Brondsema **Last Updated:** Tue Mar 25, 2014 05:04 PM UTC **Owner:** Cory Johns Users should be able to fork https://forge-allura.apache.org/p/allura/git/ Currently you can make a fork, but there's no way to get your code or to push it back. The 'allura' project on our server there is basically a readonly copy with pointers to https://git-wip-us.apache.org/repos/asf?p=incubator-allura.git For forks (and any other type of local project on the server) to work, we could run git services on the allura-vm host. And probably need some code/config changes to support having a different checkout URL for the 'allura' repo vs other repos. --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
