Merge git repositories

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have a whole bunch of git repositories that are conversions from SCCS.
SCCS is a VCS that only deals with a single directory, and cannot cope
with directory hierarchies.

At first the move was received very positive, but now that people see
the strengths of a `real' VCS, it would be way more logical to combine
all the git repos that make up a single project into a single large repo
that includes all directories

SCCS

      .../top  /SCCS
               /foo    /SCCS
               /bar    /SCCS
                       /baz   /SCCS

=>
git

      .../top  /.git
               /foo    /.git
               /bar    /.git
                       /baz   /.git

=> ?

git

      .../top  /.git
               /foo
               /bar    /baz

is it possible to merge git repos from sub-folders into the current repo?


-- 
H.Merijn Brand         Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using & porting perl 5.6.2, 5.8.x, 5.10.x  on HP-UX 10.20, 11.00, 11.11,
& 11.23, SuSE 10.1 & 10.2, AIX 5.2, and Cygwin.       http://qa.perl.org
http://mirrors.develooper.com/hpux/            http://www.test-smoke.org
                        http://www.goldmark.org/jeff/stupid-disclaimers/
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux