<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>174159</bug_id>
          
          <creation_ts>2007-04-11 13:57 0000</creation_ts>
          <short_desc>media-video/cinelerra-cvs tarballs include pointless .svn dirs</short_desc>
          <delta_ts>2007-06-11 19:26:55 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>trivial</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>jadamcze@utas.edu.au</reporter>
          <assigned_to>media-video@gentoo.org</assigned_to>
          <cc>zypher@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>jadamcze@utas.edu.au</who>
            <bug_when>2007-04-11 13:57:22 0000</bug_when>
            <thetext>When the tarballs are created, .svn are left in place which contain the entire tree as it was when last checked out (essentially to be able to do local-diffs with svn).

This files are not needed and unnecessarily double the size of the tarball - please remove them in future.

$ tar jxf $DISTDIR/cinelerra-cvs-20070122.tar.bz2
$ find cinelerra-cvs/ -name .svn -exec rm -fr {} \;
$ tar jcf cinelerra-cvs-20070122-sans-svn.tar.bz2 cinelerra-cvs/
$ ls -l $DISTDIR/cinelerra-cvs-20070122.tar.bz2 cinelerra-cvs-20070122-sans-svn.tar.bz2
 46641387 $DISTDIR/cinelerra-cvs-20070122.tar.bz2
 23732161 cinelerra-cvs-20070122-sans-svn.tar.bz2


The size reduction saves time downloading and especially unpacking.

Reproducible: Always

Steps to Reproduce:</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aballier@gentoo.org</who>
            <bug_when>2007-06-11 19:26:55 0000</bug_when>
            <thetext>--exclude .svn option added when taring the new snapshot, thanks for pointing that ;)</thetext>
          </long_desc>
      
    </bug>

</bugzilla>