Login | Register
My pages Projects Community openCollabNet

Discussions > dev [DISABLED] > Re: [PATCH] command line options to use external command to compress

subversion
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

Re: [PATCH] command line options to use external command to compress

Author tsuchiyama
Full name masaru tsuchiyama
Date 2009-10-18 02:21:10 PDT
Message I tested the script only on Windows XP.

Regards.
Masaru.

2009/10/18 masaru tsuchiyama <m dot tmatma at gmail dot com>:
> Hi.
>
> I added the feature to use external command instead of
> python bzip2 or gzip module.
>
> [[[
>   add two command line options, --bzip2-cmd and --gzip-cmd
>   to svn-backup-dumps.py
>
>   if --bzip2-cmd option is specified, the script use bzip2 command to
>   compress the dump stream instead of python bzip2 module.
>
>   if --gzip-cmd option is specified, the script use gzip command to
>   compress the dump stream instead of python gzip module.
>
>   * tools/server-side/sv​n-backup-dumps.py
>     (SvnBackupOutputCommand): add new class to launch external command to
>                               compress.
>     (SvnBackup.__init__): add two member variables, __bzip2_path and
>                           __gzip_path to hold command line parameters
>     (SvnBackup.create_dump): create instance of SvnBackupOutputCommand
>                              when __bzip2_path or __gzip_path is valid
>   ]]]
>
> Regards.
>

« Previous message in topic | 2 of 8 | Next message in topic »

Messages

Show all messages in topic

[PATCH] command line options to use external command to compress tsuchiyama masaru tsuchiyama 2009-10-18 02:18:33 PDT
     Re: [PATCH] command line options to use external command to compress tsuchiyama masaru tsuchiyama 2009-10-18 02:21:10 PDT
     Re: [PATCH] command line options to use external command to compress stylesen Senthil Kumaran S 2009-10-19 04:57:31 PDT
         Re: [PATCH] command line options to use external command to compress tsuchiyama masaru tsuchiyama 2009-10-19 08:12:11 PDT
             Re: [PATCH] command line options to use external command to compress stylesen Senthil Kumaran S 2009-10-19 23:12:29 PDT
                 Re: [PATCH] command line options to use external command to compress tsuchiyama masaru tsuchiyama 2009-10-20 07:35:13 PDT
                     Re: [PATCH] command line options to use external command to compress stylesen Senthil Kumaran S 2009-10-21 02:28:54 PDT
                         Re: [PATCH] command line options to use external command to compress tsuchiyama masaru tsuchiyama 2009-10-21 07:16:56 PDT
Messages per page: