On Wed, Jun 22, 2011 at 1:42 PM, Joey <[email protected]> wrote: > One day before, I created a google-code-hosting and created a SVN > repository, then today, I imported a local project to this > repository, then I found the directory-structure is wrong, so I > clicked the link "Reset this project's repository", but I found the > path "/trunk" and "/branches" on page of source-browse are > disappeared. > So, how can I re-build the path "/trunk" and "/branches" ? > > BTW: > > The meanings of "Reset this project's repository" is "Initialize this > project's repository"?
When a project is created, we initialize its repository to "revision one" which includes /trunk, /tags, /branches, and /wiki directories. When you reset a repository, it gets set to revision zero, in which it has no content and these directories aren't present. I can be a little confusing, especially if you're not already familiar with Subversion. Good luck, -Nathaniel -- 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.

