POV-Ray : Newsgroups : povray.off-topic : Git tutorial : Re: Git tutorial Server Time
29 Jul 2024 22:22:20 EDT (-0400)
  Re: Git tutorial  
From: Invisible
Date: 20 Apr 2011 06:08:15
Message: <4daeb08f$1@news.povray.org>
One thing which apparently can't be done with Darcs, Git or Mercurial is 
managing multiple repositories at once.

For example, consider Glasgow Haskell Compiler, which is written in 
Haskell itself. The compiler, interpreter and run-time system are one 
repo, and the various standard libraries it requires are independent 
projects with their own repos, but GHC mirrors a copy of each, lagging 
behind the upstream slightly. The main GHC repo contains a special Bash 
script to do things like update all the sub-repos automatically. The 
existence of this script tells you that there's functionality that Darcs 
itself is failing to provide. (And Git and Mercurial, apparently.)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.