You don't have to use svn, but it's a standard best practice to use some form of version control when doing a software project. Just like it's a best practice to use a bug tracker, a wiki, etc. You may want to read about how to run an open source project by looking at the free book at http://www.producingoss.com/.
If you want to not use version control at all and "just upload" source code, make a .zip file and upload it to the "Downloads" area of your project. Just understand that by choosing not to use a version control system, it's going to make it much harder for other developers to participate in your project. To learn about subversion, see the online book at http://svnbook.red-bean.com, and send newbie svn questions to [email protected]. On Thu, Jun 17, 2010 at 3:08 PM, Anjanesh <[email protected]> wrote: > I've just created a new project - but how do I upload from my PC ? > Do I *have* to go the SVN way ? > I did choose SVN during setup, but isnt there a simpler way to upload > like in FTP ? > Im not on Windows or Mac, so I wont be able to use those SVN desktop > clients like TortoiseSVN etc. > How do I get my project folder in syc with Google Code using svn > command line tools ? > > -- > 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. > > -- 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.

