Plugin hosting on google code (1 Viewer)

cane

MP Donator
  • Premium Supporter
  • October 20, 2007
    129
    48
    Zagreb
    Home Country
    Croatia Croatia
    I'm complete noob regarding using svn and therefore have some questions.
    I'm made few plugins and would like to update them for 1.2 MP, but I'd like to upload them to google code.
    As I understand it should go something like this: open a project on google code (enter all the descriptions, and all required stuff) and then upload code.
    Can I use TortoiseSVN for uploading?
    What should I upload - *.sln, *.suo, all *.cs, *.csproj, *.csproj.user files and AssemblyInfo.cs?
    Could update.xml also be hosted on google code so my extension gets listed in Extensions Plugin?
     

    SilentException

    Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    Hi, you guessed initial steps correctly :) Open project, it will create initial directory structure for you, including "trunk" directory. Source code usually goes here.

    You can use TortoiseSVN, ofcourse. But Google Code also offers Mercurial and Git repositories (so be careful what you choose).

    SLN = yes/as you wish, SUO = no, CS = surely,, CSPROJ = yes, USER = as you wish, AssemblyInfo.cs = YES.

    update.xml can be hosted on GC without problems.

    :)
     

    Users who are viewing this thread

    Top Bottom