-
Notifications
You must be signed in to change notification settings - Fork 14
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
Should that Github video be in the repo? #17
Comments
That's a good point. The fastest solution is to create a separate repo for large files such as this, so that the open repo remains small. The best solution would be to set up an asset server via SoftLayer and just link through that. |
Git does not really like big (+10/20MB) binary files. We could use the YouTube channel or something like it for video hosting and than add a link or embed the video in a html/ markdown page. On Jul 26, 2013, at 12:59 PM, Mike Lee [email protected] wrote:
|
Yes, I think that video hosting is better, assuming that a video is final and ready for publishing. By the way, when removing the video, remember to do it recursively, otherwise it will still live in the history of the repo and be downloaded anyway. |
Could you add a wiki page on recursive deletion? Will be very handy. On Jul 26, 2013, at 6:30 PM, Matteo Manferdini [email protected] wrote:
|
If we are working on a large file in the future, we can make a one-off repo before committing it to an asset server. Sent from my iPhone On 26 jul. 2013, at 17:34, Klaas Speller [email protected] wrote:
|
Added a wiki page on recursive deletion: https://github.com/Appsterdam/open/wiki/Removing-a-file-from-a-repo |
I see that the videos are still part of the repository. Since I have some stuff to push, should I do it in my pull request or someone still need the videos to be there? I will remove only the videos and leave the folder and other files intact. |
@mmeiborg Is the video from our GitHub meeting ready? It would be great to put it up on YouTube so we can link to it from here and show everyone. It doesn't need to have the nice side-by-side of the slides and Mike speaking, just the slides and Mike's audio would suffice. cc @ElDragonRojo |
The video is quite big makes cloning the repo really long, which might make it annoying or impossible for people on a slow connection (as I am at the moment, which is making me waste all the time I decided to dedicate to working on it).
Videos are not easily edited and diffable files, so I think it should go somewhere else, without forcing people to download it when they clone the repo on their computer.
The text was updated successfully, but these errors were encountered: