In order to push your extension in the SocrateOpen SVN repository, you need the following: - An SVN location for the project. This will be provided to you by BITSoftware.
- At least one username and password for accessing your SVN location. These will be provided to you by BITSoftware.
The initial import process is the following: - In Eclipse, right-click on your project and select Team > Share Project.... Choose SVN and click Next.
- Choose Create a new repository location. Click Next.
- Write the URL of the SVN location for your project. Click Next.
- Select Use specific folder name and click Select.... Select the trunk folder in the repository browser window. Click OK and Finish.
- Right-click again on your project and select Team > Commit.
After the initial import, you should use the Team > Commit option in order to send your changes to the SocrateOpen SVN repository. |