Aaron Gray a écrit : > Anyway I am having the problem that I can do a 'git svn fetch' and I see > changes coming in. But the gitweb and another git clone from it do not > reflect those changes. The repository is still showing its two days old. You need a: $ git svn rebase to fetch *and* merge the changes into the local tracking branch (master by default). Pascal. -- --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://www.obry.net - http://v2p.fr.eu.org --| "The best way to travel is by means of imagination" --| --| gpg --keyserver keys.gnupg.net --recv-key F949BD3B -- 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