Are you trying to switch *to* Mercurial? Your project is currently set to Subversion and seems to be in order with wiki pages looking correct.
If you are switching to Mercurial from Subversion, you'll need to do: svn co https://cmpe352-group5-2011boun.googlecode.com/svn/wiki cd wiki hg init rm -rf .svn hg addremove hg commit -m 'Add wiki pages from Subversion.' at a minimum. If you want history of the pages from Subversion, you'll need to use 'hg convert' or hgsubversion to pull that into a Mercurial repository. On Sun, May 29, 2011 at 7:25 AM, savasci <[email protected]> wrote: > hi. > I switched form mercurial to svn and wiki pages gone. I came here, > found that " switching mercurial to svn, wiki pages gone" topic, but > the reply there don't work, i get error404 all the time. > > this is my project page: > http://code.google.com/p/cmpe352-group5-2011boun/ > > thanks for help. > > -- > 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.

