On Thu, Apr 12, 2012 at 2:10 PM, SteveSnow <[email protected]> wrote:
> Trying to help a new user to import his code into his new repo but all > the instructions seem to presume that you have another repository > somewhere to sync to/from. All he seems to have is this .rar file > which has the code in it. He's already gotten the file itself into > the repository (and now I have a copy...) but it needs to be opened > and the code inside used to populate the trunk. Is there an "import > from an archive" feature available? There is no specific feature, but it's easy enough to do. Explode the archive on your computer, make a local repository with the changes you want, and reset your existing Google Code repository. Then, use svnsync, "hg push" or "git push" to synchronize that repository with the Google Code one. There's more information on our wiki: http://code.google.com/p/support/wiki/GettingStarted -- Lucas -- 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.

