[git-users] Any tweaks for better performance?

2013-04-01 Thread Colin Guthrie
Hi, I've got a moderately large repository created from a git-svn import (which I want to keep bi-directional). For now the subversion side cannot be restructured (one day!) so the layout of the tree is not up for debate at the moment. The git-svn import used the --ignore-paths option and crea

Re: [git-users] Linux Ubuntu Git submodule not working

2013-04-01 Thread Johannes Müller
Can you at least see the empty joy directory in your repository? Did you run git submodule update? What output did your init and update commands produce? Try git clone --recursive instead of a normal clone. If you have a recent version of git, this will initialize and update your submodule after c