Are there known issues with revision history when converting a SVN wiki to a Git wiki?
I recently converted my project's version control system at http://code.google.com/p/munki from SVN to Git. I imported my wiki using instructions here: http://code.google.com/p/support/wiki/ConvertingSvnToGit After import, the wiki as seen under the Source tab here: http://code.google.com/p/munki/source/browse?repo=wiki showed revision history. The individual wiki as seen under the Wiki tab: http://code.google.com/p/munki/w/list did not show revision history; it's my recollection that when the source VCS was SVN, the wiki views did show revision history. Is this an intentional change? Heading back to the Source view of the wiki -- as soon as I started editing the wiki, revision history disappeared for files that had not been recently edited: http://code.google.com/p/munki/source/browse/?repo=wiki shows no Date or Author for most files, a single file like: http://code.google.com/p/munki/source/browse/AdobeCS5UpdateDependencies.wiki?repo=wiki shows no revision history along the right side. The only files that show revision history are ones I've edited after the import, like this one: http://code.google.com/p/munki/source/browse/MunkiCatalogDocumentation.wiki?repo=wiki But the revision history only shows edits made since the import from SVN. If we go back to an earlier commit: http://code.google.com/p/munki/source/browse/?repo=wiki&r=fa5a96bf272dc20a6147e8870f6acf79f04deee9 Date and Author now show in the list view, and a single file like: http://code.google.com/p/munki/source/browse/AdobeCS5UpdateDependencies.wiki?repo=wiki&r=fa5a96bf272dc20a6147e8870f6acf79f04deee9 Shows revision history along the right side as expected. It's almost as if the imported SVN history is shown until the first edit post-import, then all pre-import history goes away and we only have the post-import history. Again, is this the expected behavior? I'm a little scared to see if this behavior persists in the default repository, where the "real" code for the project lives. -Greg -- 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.

