2

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?

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
Roger Seto
  • 41
  • 1
  • 7
  • Answer to similar question about github: http://stackoverflow.com/a/35053579/2303202 . I think it should apply to most hostings – max630 Feb 24 '16 at 11:40

1 Answers1

1

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.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250