Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 174159
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: media-video herd <media-video@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jonathan Adamczewski <jadamcze@utas.edu.au>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 174159 depends on: Show dependency tree
Bug 174159 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-04-11 13:57 0000
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:

------- Comment #1 From Alexis Ballier 2007-06-11 19:26:55 0000 -------
--exclude .svn option added when taring the new snapshot, thanks for pointing
that ;)

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug