Backing up a Repository

(This is a summary of a thread on the mailing list around 2007-08-11. backing up of a Mercurial repository can be done:


As noted on CreateBundleOfAllChanges, a compressed version of a repository may be created by using hg bundle:

$ hg bundle --all project.hg

Of course, such a full bundle file ("project.hg" in our example) of a repository does not contain extra repo-files like "hgrc" (these would need to be backed-up separately).

BackUp (last edited 2009-05-19 19:31:05 by localhost)