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. I am doing the following to avoid this object compression. Is there a better way? ------------------- scp -r gitserver:/srv/gitosis/repositories/code.git . git clone /tmp/junk/code.git --no-hardlinks code # IS there a better way of converting the bare git repository to working git repository? edit .git/config url = gitosis@gitserver:code.git -- 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