Does gitorious or even git support on sub-repo below a repo of a project?

57 Views Asked by At

I have a project with structure for example

  • Internet>App1>SMTPClient
  • Internet>App1>MailFormInput

So I created a project called "Internet" and repo "App1". I am able to create the first repo as "SMTPClient" and no more option even as admin is available for me to create a new repo.

... Or am I heading in a wrong direction after all?

1

There are 1 best solutions below

0
VonC On

Git does support it, but as a reference: a submodule (one repo references a second repo).

As for Gitorious, since it has been acquired by GitLab over a year ago, it would be easier to upgrade/install GitLab

Or at least, it would be best to create the project App1 (instead of Internet), and create two repos in App1.