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

Reduce size of repository #1107

Open
ccd0 opened this issue Sep 25, 2016 · 1 comment
Open

Reduce size of repository #1107

ccd0 opened this issue Sep 25, 2016 · 1 comment

Comments

@ccd0
Copy link
Owner

ccd0 commented Sep 25, 2016

From #829.

ccd0:

I'm personally worried that the use of CoffeeScript is limiting potential contributors.

mahkoh:

If I may say so: One obstacle is the size of the repository. At over 400MB it takes more than one hour to do a full clone from github.

ccd0:

@mahkoh
I think I could get it down to ~20 MB if I removed all the builds/ stuff. Then that could go in a separate repository. But this involves rewriting history (although I would keep the old version in the other repository), so let's make this into a new issue for visibility's sake.

Alternately, if you don't need the full history, you can check out only recent history by adding --depth 100 or even --depth 1 to your git clone command line. This is mentioned in https://github.com/ccd0/4chan-x/blob/master/CONTRIBUTING.md.

@i-cant-git
Copy link

As you said earlier a new repo for builds would be a good idea.
And you can do auto commit git add . && git commit -m "New build: $BUILD_NUMBER" etc. every time there build command is run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants