[PLDWWW] page changed: howto-git

"Elan Ruusamäe (glen)" glen at pld-linux.org
Sun Nov 4 09:31:07 CET 2012


Pushing big files

--- https://www.pld-linux.org/howto-git?rev=1352016957
+++ https://www.pld-linux.org/howto-git
@@ -142,8 +142,17 @@
  
  All branches (local and remote)
  
     git branch -a
+ 
+ ===== Pushing big files =====
+ 
+ You shouldn't (can't) push bigger files than 2MiB. Big files, including patches, should be stored in distfiles.
+ 
+ If the file is accessible by url, just add ''# SourceX-md5: '' or ''# PatchX-md5: '' comment to the spec, and the file itself does not need to be added to git index. remove/revert if you already did.
+ 
+ There's exception if you can't do that (is too hard to do due local modifications), you can add the patch filename into ''.bigfiles'' file. See [[http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2012-October/023210.html|pld-devel-en post]].
+ 
  
  =====Graphical repository browser=====
  
  Sometimes it is useful to see a graphical representation of all branches. It can obtained with:


Diff URL:
  https://www.pld-linux.org/howto-git?do=diff&r1=1352016957&r2=1352017867
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/


More information about the pld-cvs-commit mailing list