« Previous day | Index | Today | Next day » Channels | Search | Join
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
01:39 | meeting <meeting!~sugaroid![]() |
|
02:22 | javix_ has quit IRC | |
03:24 | arjs <arjs!ca36d892![]() |
|
08:49 | satellit__ <satellit__!~satellit![]() |
|
09:13 | rgs__ | bernie: do you have any recomendations to keep a mirror of Git repo along with all its branches? |
09:13 | bernie: I wrote a quick bash script.. but I suppose there might be an even easier and more tested way of doing it | |
09:14 | bernie: now that I think of it.. just rsync-ing the dirs should be the most straight forward way.. Keep forgeting how simple Git is! | |
10:46 | tch has left #olpc-paraguay | |
10:46 | tch has quit IRC | |
11:30 | [scs] | rgs__: es libre? |
11:33 | rgs__ | [scs]: si |
11:33 | [scs]: para probar, http://webmail.lbsmarcas.com.py | |
11:33 | [scs]: solo tenes q pagar una licencia si queres el conector para Outlook | |
11:33 | [scs]: para simular el tema de Groupware-ism q te ofrece Exchange | |
12:07 | car|0s <car|0s!~carlos![]() |
|
12:11 | satellit__ has quit IRC | |
12:36 | jasg <jasg!~jorge![]() |
|
13:27 | arjs has quit IRC | |
14:11 | jasg has quit IRC | |
15:04 | car|0s has quit IRC | |
15:05 | jasg <jasg!~jorge![]() |
|
15:06 | jasg1 <jasg1!~jorge![]() |
|
15:09 | jasg has quit IRC | |
15:29 | car|0s <car|0s!~carlos![]() |
|
15:30 | bernie | rgs__: right! :) |
15:30 | rgs__: git clone might be more efficient than rsync, though | |
15:30 | rgs__: because it transmits deltas, not full files like the dumb protocols | |
16:18 | rgs__ | bernie: but rsync does deltas too, what do you mean? |
16:26 | rralcala <rralcala!~rralcala![]() |
|
16:27 | bernie | rgs__: but rsync is unaware of how git does deltas... it deltas the entire file. which is ok for individual objects, but not for the packs |
16:27 | rgs__: do you have time for a really great reading on CS? | |
16:31 | rgs__: http://repo.or.cz/w/git.git?a=[…]ck-heuristics.txt | |
16:31 | rgs__: trust me, you'll love it | |
16:32 | rgs__: a little bit of context: git conceptually stores whole objects, not diffs. of course this is inefficient, so every once in a while one can run "git repack" to create a pack file containing a forest of inter-object deltas which lets you reconstruct all objects in a bounded amount of time | |
16:44 | jasg1 has quit IRC | |
17:00 | jasg <jasg!~jorge![]() |
|
17:21 | rralcala has quit IRC | |
17:22 | satellit_ is now known as satellit_afk | |
17:25 | jasg has quit IRC | |
19:13 | car|0s has quit IRC | |
19:18 | car|0s <car|0s!~carlos![]() |
|
19:52 | rralcala <rralcala!~rralcala![]() |
|
19:56 | car|0s has quit IRC | |
19:57 | car|0s <car|0s!~carlos![]() |
|
20:20 | car|0s has quit IRC | |
21:01 | rralcala has quit IRC |
« Previous day | Index | Today | Next day » Channels | Search | Join