Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-22 Thread P.J. Boudewijns
Hi Paul, Yep, I already modified my filesystem to soft-links. So now all goes well with git. Peter -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-22 Thread p...@mad-scientist.net
If you're willing to switch to soft links, many SCM tools (including git) will handle those correctly. Plus tar will save the link rather than more copies of the file. wor...@alum.mit.edu wrote: >> From: peter > >> When I followed your last instructions I stumbled upon a few hardlinks in >

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-22 Thread Dale R. Worley
> From: peter > When I followed your last instructions I stumbled upon a few hardlinks in > the tar-file from my original source. And, as I understood Git treats these > hardlinks as separate files. And yes, in the tar-file from Git I found a > few exact copy's for several binaries. But now al

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-22 Thread peter
Hi Dale, Well ehhh. I feel somewhat ashamed right now When I followed your last instructions I stumbled upon a few hardlinks in the tar-file from my original source. And, as I understood Git treats these hardlinks as separate files. And yes, in the tar-file from Git I found a few exact co

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-21 Thread Dale R. Worley
> From: peter > > The files that I suspect are all compiled without stripping (debug symbols > present in the file). When I delete all these files the size of my tar-bal > from the original filesystem is nearly the same as the one made from the > git checkout. Here some things to check: Prod

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-21 Thread peter
Hi Dale, Well, I've been reading the articles you advised. And I've done some extensive testing with various situations. But till now, all without the result I would like. My files turned out not to be 'contaminated' with large holes, so every experiment with 'sparse options' (while copying, ta

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-20 Thread peter
Hi Dale, Thanks for the explanation and tips. I'm gonna study the articles this evening. So perhaps I can find the conclusive answer to my 'problem'. Kindest regards, Peter > > Here's one explanation: > http://en.wikipedia.org/wiki/Sparse_files#Sparse_files_in_Unix > > Also, read the "du" a

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-20 Thread Dale R. Worley
> From: peter boudewijns > The entire difference could be pinned down in just 1 directory, 'sbin'. > I do not know enough about the way Linux writes its files, and how it > determines the size of the files. But it seems to me the git-cloned files > contain empty space that occupies filesystem-

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-20 Thread peter boudewijns
Hi Dale, I've been running some tests to see if I could find the origin of my size-difference. As it turned out, when examining the filesystem's size on the target with 'su', this was about 10M bigger in case of the git-cloned filesystem (I make a jffs2-file to flash the target, thereafter exam

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-20 Thread peter boudewijns
Hi tombert, No, not yet. At this moment I'm busy makeing a detailed list from all file- & directory-sizes before and after git-commit/git-checkout. Thereafter I'll surely try 'git gc' ! Regards, Peter Op dinsdag 20 augustus 2013 09:28:23 UTC+2 schreef tombert: > > did you already try a cleanu

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-20 Thread tombert
did you already try a cleanup? git gc -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit h

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-20 Thread peter boudewijns
Hi Philip, Tnx for your tip. But I made 100% sure NOT to include the .git directory. And still I get a the difference between 2 tar-files. One made from the source before committing and pushing, and the second tar, made from the same source after cloneing and checking-out. I would expect them t

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-20 Thread peter boudewijns
Hi Martin, Thanks, but my problem is not the difference between the size of the source in the git-repository and the tar-file made from the same source. Obviously tther will be differences depending on the compressing-algorithm used by tar and git. My problem is the difference between 2 tar-fi

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-19 Thread Martin Møller Skarbiniks Pedersen
On 19 August 2013 21:10, peter boudewijns wrote: > Hi All, > [...] > When making a compressed tarball from the files from the repository (after > clone/checkout) I get a very much larger tar.gz-file. Size goes up from 16M > to 21M (!?) > Not so strange. git is very good at compressing. One my of

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-19 Thread Philip Oakley
- Original Message - From: peter boudewijns To: git-users@googlegroups.com Sent: Monday, August 19, 2013 8:10 PM Subject: [git-users] Strange effect when tar-ing a cloned repository Hi All, I've been trying to put my filesystem for a very small busybox-based distro into a

Re: [git-users] Strange effect when tar-ing a cloned repository

2013-08-19 Thread Dale R. Worley
> From: peter boudewijns > > I've been trying to put my filesystem for a very small busybox-based distro > into a git-repository. And with succes. The only strange thing I can not > get my head around is the following : > > When making a compressed tarball from the files from the repository (a