Size: 1119
Comment:
|
Size: 1272
Comment: added mirrors for extension and wiki
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
Download site: http://bitbucket.org/kuk42/hgsnap/ | Download site: http://bitbucket.org/kuk42/hgsnap/ ([[http://hg.intevation.org/mirrors/bitbucket.org/kuk42/hgsnap/|mirror]]) |
Line 15: | Line 15: |
Read the [[http://bitbucket.org/kuk42/hgsnap/wiki/Home|documentation on the wiki]] and use | Read the [[http://bitbucket.org/kuk42/hgsnap/wiki/Home|documentation on the wiki]] ([[http://hg.intevation.org/mirrors/bitbucket.org/kuk42/hgsnap-wiki/|mirror]]) and use |
Extension Name
This extension is not distributed with Mercurial.
Author: Klaus Koch
Download site: http://bitbucket.org/kuk42/hgsnap/ (mirror)
Overview
snap is a Mercurial extension for storing (big) file snapshots outside a Mercurial repository.
This is useful for files which are either too big, or do not change in small enough deltas to be stored in a source revision system like Mercurial. They would increase the repository size, memory consumption, and run-time.
Read the documentation on the wiki (mirror) and use
$ hg help snap
to get further information.
The snap extension should work with Mercurial 1.4 and later, however, all unit tests and further development focus on Mercurial 1.6.
Configuration
Configure your .hgrc to enable the extension by adding following lines:
You enable snap like any other Mercurial extension, simply add
[extensions] hgext.snap=/path/to/snap.py
You may also have interest in BfilesExtension and BigfilesExtension.