Google Code

Posted:
07 Jan 2010, 01:28
by lord of 13
Hello,
I have recently decided to opensource one of my projects, DraftMaster, on Google Code, but don't know where to start. I have a summary & description, but need help on figuring out how to move the project online using SVN. I was hoping that mtgrares or another dev could help, since Forge is opensourced the same way.
Thanks,
Lord of 13
Re: Google Code

Posted:
07 Jan 2010, 01:41
by frwololo
download an svn client such as tortoisesvn if you're on windows.
then, from your project's directory on your hard drive, do a "svn import" (with tortoise SVN: right click on the project's folder, and the option "svn import" should be somewhere in the contextual menu)
The url or the svn repository is given on the "sources" tab of your project. It should look like
https://yourproject.googlecode.com/svn/trunk/ or something...
That's it.
more info here:
http://code.google.com/p/support/wiki/S ... ource_code?
Re: Google Code

Posted:
07 Jan 2010, 03:31
by Incantus
Hey lord of 13,
Both your projects sound interesting. Can you share a little more what you are doing? And what language you are using? Thanks.
Re: Google Code

Posted:
07 Jan 2010, 04:43
by lord of 13
@Incantus: I'm using C# to code both of these projects. Also, see
viewtopic.php?f=46&t=2059, where I already discussed these. If you want more details, PM me and I'll PM you about the skeleton structure and progress. I'm still working on fleshing out the details of Smart MtG (see link).