[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Issue #3645: Create directly compressed archives

From: Philipp Marek <philipp.marek_at_linbit.com>
Date: Thu, 15 Jul 2010 08:26:06 +0200

On Wednesday 14 July 2010, Noorul Islam K M wrote:
> For a user it will be like this.
>
> $ svn export . --archive > /tmp/export.tar
>
> or
>
> $ svn export . --archive | bzip2 > /tmp/export.tat.bz2
>
>
> Any valuable inputs will be helpful.
That seems to be done already - http://svn.borg.ch/svntar/:

  svntar is a program to create tar files from a
  subversion working copy or repository.
    * Creates USTAR files (filenames up to 253 characters).
    * Supports compression using gzip (-z) bzip2 (-j) and lzma (-l).
    * Permissions owner group and mtime are stored if the properties
      defined by FSVS are set.
    * Supports character and block devices created by FSVS (from
      repos URL only).

Regards,

Phil
Received on 2010-07-15 08:27:11 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.