Creating a Brand New Project
When you create a new project, Code Co-op creates:
- a database where all project data will be kept
- a project files directory — the root of the project which you define—and its subdirectories where your source files are stored.
You'll be able to access these files using your editor or a development environment. Code Co-op will make them read-only in order to protect them from being edited without you first checking them out. If you already have a source tree, you may create a Code Co-op project starting at the root of that tree. During the creation of the project you'll be asked which of the existing files are to be added to the project. Don't add to project files that are (re-)generated during the build.
How to Create a Project
- Select New from the Project menu
- In the New Project dialog you'll have to answer a few straightforward questions:
- Where to find or create your project tree. You may specify any folder that's not already part of another project. If that folder doesn't exist, Co-op will create it for you. Or, you may choose a folder that's already populated with files.
- Unique project name--other members will use this name to join your project.
- Your personal data--your name and Comment or phone number. This personal information will be available to every member of your project (under Project > Members )
Project Options
During the creation process, you can set some additional project options. The Options tab of the New Project dialog gives you the following choices:
- Automation Options:
- Automatically execute all incoming synchronization scripts
- Automatically accept all Join Requests
- Keep files checked out after each check-in
- Special Project types
See also: