Gitorious: private mode for projects
Asked Answered
C

6

7

How do we make a project private in Gitorious? Does Gitorious support it at all? I searched around but couldn't find anything useful, except that Gitorious doesn't seem to have a private mode for projects. Thanks in advance.

Congo answered 6/12, 2010 at 6:58 Comment(0)
T
4

It's not possible in Gitorious at the moment/maybe never. There is an outstanding merge request at the moment here but there is no update as to when it will hit the mainline (i.e. Gitorious.org).

If you want private repositories then you need to host Gitorious yourself - it's easy enough to install, and then make the entire install private.

Torture answered 15/12, 2010 at 11:1 Comment(1)
I just finished the (wholly painful) gitorious install on my local server. I set the whole instance to private in the config file, then created a repository. While you have to be signed in to browse the repositories, It seems that the git:/ clone URL is still public, and anyone knowing the URL can check it out. Is there a way around this?Himyaritic
R
5

If you really need private repositories, and you are looking for a free alternative, try BitBucket. Unlimited private repositories, for free!

Rapt answered 7/3, 2012 at 11:0 Comment(1)
Yeah BitBucket's pricing is much better they only charge on the number of collaborators.Stellate
T
4

It's not possible in Gitorious at the moment/maybe never. There is an outstanding merge request at the moment here but there is no update as to when it will hit the mainline (i.e. Gitorious.org).

If you want private repositories then you need to host Gitorious yourself - it's easy enough to install, and then make the entire install private.

Torture answered 15/12, 2010 at 11:1 Comment(1)
I just finished the (wholly painful) gitorious install on my local server. I set the whole instance to private in the config file, then created a repository. While you have to be signed in to browse the repositories, It seems that the git:/ clone URL is still public, and anyone knowing the URL can check it out. Is there a way around this?Himyaritic
B
3

Gitorious now has support for private repos. Get the latest version and add enable_private_repositories: true to config/gitorious.yml. The Gitorious wiki page is https://gitorious.org/gitorious/pages/PrivateRepositories.

Blakley answered 10/5, 2012 at 0:10 Comment(0)
H
1

There is a fork of Gitorious called YouSource which has private repositories. The repo is here and there's also a detailed installation guide for it.

Hopkins answered 13/10, 2011 at 19:36 Comment(0)
A
0

As of Nov 2011, there is a new supported Private Repositories feature being planned, keep tracking of it and support if you can.

Also note that, the private repository feature may be only enabled if you have a local installation.

Auto answered 20/12, 2011 at 7:31 Comment(0)
S
0

As of version 2.2.0, Gitorious supports private repositories. You should check out private-repos branch and you will be able to create private repositories.

More details can be seen in wiki page https://gitorious.org/gitorious/pages/PrivateRepositories

Shakti answered 7/8, 2012 at 6:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.