Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
User-centric groups of repositories?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Alexandre Quessy  
View profile  
 More options Oct 3 2010, 9:05 am
From: Alexandre Quessy <que...@gmail.com>
Date: Sun, 3 Oct 2010 06:05:19 -0700 (PDT)
Local: Sun, Oct 3 2010 9:05 am
Subject: User-centric groups of repositories?
Hello everyone from Gitorious,

I am a free software enthusiast, but I had chose to use Github for my
Git repositories. Why is that? Because I have many small project
rather than one big. I want the freedom to create as many small
repositories I want, and name them whatever their name should be. If
it's a fork of some other project, I might name it the same name, or
differently. Sometimes it might be nice to use project-centric groups
of repositories, like in Gitorious, but sometimes, it might be more
useful to group them by the name of the user who has created them.

Is there any chance that Gitorious allows one to create many
repositories and group them under his user name, rather than by
project?

If this happens, I would happily switch to Gitorious.

Best regards,
Alexandre Quessy
http://alexandre.quessy.net
http://bitbucket.org/aalex
http://github.com/aalex


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marius Mårnes Mathiesen  
View profile  
 More options Oct 4 2010, 1:52 am
From: Marius Mårnes Mathiesen <marius.mathie...@gmail.com>
Date: Mon, 4 Oct 2010 07:52:27 +0200
Local: Mon, Oct 4 2010 1:52 am
Subject: Re: [gitorious] User-centric groups of repositories?

On Sun, Oct 3, 2010 at 3:05 PM, Alexandre Quessy <que...@gmail.com> wrote:
> Is there any chance that Gitorious allows one to create many
> repositories and group them under his user name, rather than by
> project?

Alexandre,
You're not the first to request this feature, and it would probably be a
very nice feature.

However, if this is what's stopping you from using Gitorious, why not simply
create a project with your name and add the repositories to that project?

Cheers,
- Marius


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alexandre Quessy  
View profile  
 More options Oct 6 2010, 9:17 am
From: Alexandre Quessy <alexan...@quessy.net>
Date: Wed, 6 Oct 2010 09:17:59 -0400
Local: Wed, Oct 6 2010 9:17 am
Subject: Re: [gitorious] User-centric groups of repositories?
Hello Marius and everyone,

2010/10/4 Marius Mårnes Mathiesen <marius.mathie...@gmail.com>:

> On Sun, Oct 3, 2010 at 3:05 PM, Alexandre Quessy <que...@gmail.com> wrote:
>> Is there any chance that Gitorious allows one to create many
>> repositories and group them under his user name, rather than by
>> project?
> Alexandre,
> You're not the first to request this feature, and it would probably be a
> very nice feature.
> However, if this is what's stopping you from using Gitorious, why not simply
> create a project with your name and add the repositories to that project?

That's a very good idea. For some reason, I might have thought it was
not "clean" to do such thing, so I didn't even think about it. :)
I'll give it a try!

Thanks,
--
Alexandre Quessy
http://alexandre.quessy.net/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marius Mårnes Mathiesen  
View profile  
 More options Oct 6 2010, 10:19 am
From: Marius Mårnes Mathiesen <marius.mathie...@gmail.com>
Date: Wed, 6 Oct 2010 16:19:43 +0200
Local: Wed, Oct 6 2010 10:19 am
Subject: Re: [gitorious] User-centric groups of repositories?

On Wed, Oct 6, 2010 at 3:17 PM, Alexandre Quessy <alexan...@quessy.net>wrote:

> That's a very good idea. For some reason, I might have thought it was
> not "clean" to do such thing, so I didn't even think about it. :)
> I'll give it a try!

I actually keep a couple of convenience functions in the file ~/.irbrc on
the server, like this:

def repository_by_url(url)
  parts = url.split("/")
  project_name = parts[-2]
  repository_name = parts[-1]
  Project.find_by_slug!(project_name).repositories.find_by_name(repository_na me)
end

All functions in ~/.irbrc are available in the console (and other IRB
sessions)

Very handy indeed...

- Marius


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »