Pratik Deoghare
Pratik Deoghare

Reputation: 37172

How to add files to project on google code?

I normally organize my project in multiple files. Now, for the first time I have created a project at code.google.com/hosting.

How to add files to the project?

The project has got directory structure and many files. I want them to be visible under trunk (like it is in other projects).

NOTE: I am novice in this area (I have no clue about what to do). I am searching for an UPLOAD button.

Upvotes: 6

Views: 8021

Answers (2)

dirkgently
dirkgently

Reputation: 111130

You need to have a source code management system to be able to do that. Google Code typically uses subversion. Either download the commandline version or a GUI wrapper like TortoiseSVN. Then, you can upload all your project files.

Upvotes: 7

Related Questions