Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

after git push, system appears that still erasing files #4

Closed
wants to merge 9 commits into from

Conversation

sergiomb2
Copy link

Hi,
you got 3 distinct commits , you may merge each one separately .

@sergiomb2 sergiomb2 changed the title after git push system appears that still erasing files after git push, system appears that still erasing files Apr 2, 2019
@sergiomb2
Copy link
Author

First commit , just show error when they happened , if no errors output won't change

sergiomb2 added 4 commits May 31, 2019 20:01
I got errors on tar -cf like
tar: ./objects/8e/38dd9c4ccf3b3216c2e89b2e7e4f6d5864e787: file changed as we read it
tar: ./objects/8e/c741bf8ef59ef5299f0fa765af6463a5a277aa: File removed before we read it
tar: ./objects/8e/8ac444704cd861f38b1ebfa2045d706cbdf0fc: File removed before we read it
tar: ./objects/8e/d68e10c4f4a2296dfefc4b699a164fee6d62b4: File removed before we read it
tar: ./objects/8e/38a0fbbf7bff29dedb3123eeea435996b3e1bd: File removed before we read it
tar: ./objects/8e: file changed as we read it
tar: ./objects/0d: File removed before we read it
tar: ./objects/0e: File removed before we read it
tar: ./objects/73: File removed before we read it
@sergiomb2
Copy link
Author

Latest commits is for #7 , I'm testing now

@milahu
Copy link

milahu commented Oct 3, 2021

Why not use XZ compressed data

because the difference is almost zero (15%)

cd ~/src/svn2github/cache/
tarfile=cache.milahu.appwork-utils.tar
xz -k $tarfile
gzip -k $tarfile
du -sh *
46M     cache.milahu.appwork-utils.tar
42M     cache.milahu.appwork-utils.tar.gz
40M     cache.milahu.appwork-utils.tar.xz

@sergiomb2
Copy link
Author

sergiomb2 commented Oct 3, 2021

https://unix.stackexchange.com/questions/108100/why-are-tar-archive-formats-switching-to-xz-compression-to-replace-bzip2-and-wha

BTW in https://github.com/sergiomb2/svn2github you have my devel , unfortunately is not finished yet and is not much functional at first run , but I going close this PR to stop send notifications on every modification that I do in my repo

Best regards

@sergiomb2 sergiomb2 closed this Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants