On Sat, 7 Nov 2009, Tim Webster wrote: > git clone gitosis@gitserver:code.git > > After remote counting objects, remote compressing objects > transfer begins... > This compression operation results in excess of swapage on the remote server. > > -------------------- > > I need to avoiding the clone compression step for servers with limited memory. Make sure the remote repository is fully packed. To do so, just go into the remote repository and run 'git gc'. Nicolas -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html