Your "default" repo looks correct, that is, it has the source of your project but no wiki contents.
Your "wiki" repo looks like it indeed contains your source code as well, and not the wiki. How did you create and push the wiki repo? This could happen if, for example, you did a "git svn clone" of the svn URL without the trailing "/wiki", or if you did "git push" from the wrong local repo into your wiki repo. My best suggestion is to reset your wiki repo (Administer -> Source) and follow the wiki conversion steps on the wiki again. If you end up with the same problem, reply with the exact list of commands you ran and their output, and we'll see what we can do. On Sat, Nov 26, 2011 at 12:20, John Tyree <[email protected]> wrote: > I just converted my project from svn to git and contrary to the info page > here: > > http://code.google.com/p/support/wiki/ConvertingSvnToGit > > i notice that my wiki is mixed directly into the source repo, not even > in a separate folder. > > If i pull from http://goo...../traduisons.wiki i get the original source > repo. > > If i git svn clone from http://traduisons.goo..../svn/wiki i get the > wiki like I should. > Yes, your SVN content stays around read-only at the old URL. > The problem is that I can't convert my wiki over to git because it > will be all mixed in with the source. What's happening here? > > project "traduisons" > > -John > > -- > You received this message because you are subscribed to the Google Groups > "Project Hosting on Google Code" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-code-hosting?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

