Экспорт неимеющей версию копии тега от Подвижного

Профессионалы: Позволяет Вы для изменения базовых структур данных, не влияя на приложения запросов используете (как долго, поскольку представление может скрыть структуры данных)

8
задан Nick T 2 November 2009 в 20:56
поделиться

2 ответа

Использовать 'hg archive'.

  hg archive [OPTION]... DEST

  create an unversioned archive of a repository revision

    By default, the revision used is the parent of the working
    directory; use -r/--rev to specify a different revision.

    To specify the type of archive to create, use -t/--type. Valid
    types are:

    "files" (default): a directory full of files
    "tar": tar archive, uncompressed
    "tbz2": tar archive, compressed using bzip2
    "tgz": tar archive, compressed using gzip
    "uzip": zip archive, uncompressed
    "zip": zip archive, compressed using deflate

    The exact name of the destination archive or directory is given
    using a format string; see 'hg help export' for details.

    Each member added to an archive file has a directory prefix
    prepended. Use -p/--prefix to specify a format string for the
    prefix. The default is the basename of the archive, with suffixes
    removed.

  options:

    --no-decode  do not pass files through decoders
 -p --prefix     directory prefix for files in archive
 -r --rev        revision to distribute
 -t --type       type of distribution to create
 -I --include    include names matching the given patterns
 -X --exclude    exclude names matching the given patterns

Аргумент -r будет принимать имена тегов, а -t файлы получат каталог, если вам не нужен архивный файл.

11
ответ дан 5 December 2019 в 12:10
поделиться

Возможно, вы ищете "hg archive"?

Чтобы экспортировать использование версии с тегами: hg archive -r mytag ../export-tagged[1268 impression

3
ответ дан 5 December 2019 в 12:10
поделиться
Другие вопросы по тегам:

Похожие вопросы: