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