On Sun, Mar 22, 2009 at 10:17 PM, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > - There are a few issues with ssh hanging (Issue 197), permission denied > on renaming pack files (mentioned in Issue 194), and spurious write > errors during rebase (Issue 200) that seem not to be reproducible on > most computers. I had this problem with write errors during rebase. I tracked it down to having the files open in Visual Studio while doing the rebase. As soon as a file is changed, Visual Studio seems to open the file (as part of its feature to detect if files changed on disk), which confliced with git for some reason. As soon as I closed MSVS, rebase worked well. /Ludde -- 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