Posts by ikkebr • 295 points
2 posts
-
8
votes2
answers1282
viewsA: Handle large files with GIT
Git has a great difficulty with large files (>50MB) and a great loss of resources with large repositories (>10GB). 1) If you are running your own git, you will have to set a maximum size for…
-
11
votes3
answers6810
viewsA: Difference between PATH_SEPARATOR and DIRECTORY_SEPARATOR
DIRECTORY_SEPARATOR is the tab used to go through directories. We are used to the \ on Windows or the / nos *Nix. Already the PATH_SEPARATOR is the separator used to group more directories in the…