On Wed, Mar 9, 2011 at 11:34 PM, Jarrod Roberson <[email protected]>wrote:
> I see there is a Merge Request that deals with this, but it looks to > be incomplete at best. > > http://gitorious.org/gitorious/mainline/merge_requests/115 > > Is there a "hidden" way to mark a repository completely private and > not visible to anyone but the owner or the group that owns it? > Jarrod, Since this is not a feature we will be using on gitorious.org for the foreseeable future, we're not prioritizing putting work into it. For the things you're suggesting (ssh keys etc.) you'd need to be 100% certain it can't be accessed by other users, which means any unauthenticated access should be disabled too (git:// and http://). If you have shell access to the server, you could simply push the repository to your own account on the server (regular git/ssh-stuff), would that work? Cheers, - Marius -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
