darcs-load-dirs | Import upstream archives into darcs | Mehr ...
Darcs works fine for importing new archives. However, for situations where the upstream renames or moves files and directories on a regular basis, version information can be lost. . darcs-load-dirs works with darcs to import these things and preserve changes. It works on a principle similar to Subversion's svn_load_dirs or my tla_load_dirs package for Arch.
git-load-dirs | Import upstream archives into git | Mehr ...
Git works fine for importing new archives. However, for situations where the upstream renames or moves files and directories on a regular basis, version information can be lost. . git-load-dirs works with git to import these things and preserve changes. It works on a principle similar to Subversion's svn_load_dirs or my tla_load_dirs package for tla.
hg-load-dirs | Import upstream archives into darcs | Mehr ...
Mercurial works fine for importing new archives. However, for situations where the upstream renames or moves files and directories on a regular basis, version information can be lost. . hg-load-dirs works with darcs to import these things and preserve changes. It works on a principle similar to Subversion's svn_load_dirs or my tla_load_dirs package for Arch.
load-dirs-common | Common files for tla-load-dirs and darcs-load-dirs | Mehr ...
These two packages share much common code. This package provides that common code so you don't have to install it twice on your system.
tla-load-dirs | Import upstream archives into tla/arch | Mehr ...
Tom Lord's arch/tla system is capable of importing upstream directories into a tla archive for some archives. For situations where the upstream renames or moves files and directories on a regular basis, version information can be lost. . tla-load-dirs works with tla to import these things and preserve changes. It works on a principle similar to Subversion's svn_load_dirs.