Export a Project
In Synergy IDE, export and import operations are used to transfer projects between different environments. Projects are exported in .tar
format, and imported projects are integrated into the system.
Project Export Process
The project export process is used to export existing projects in .tar
format and transfer them to other systems or environments. Exported projects can only be run in the same or a compatible version of the system.
The export process can be initiated using two different methods:
Project Manager Panel
- Navigate to the Project Manager tab via the Tools Menu.
- Select the project to be exported from the list.
- Click the three-dot (...) icon next to the project name and choose "Export".
Solution Explorer
- Open the project to be exported.
- Right-click the project in the Solution Explorer panel.
- Select the "Export" option from the context menu.
After completing these steps, the download process is triggered automatically, and the exported project file with a .tar.gz
extension is downloaded to the browser's default download folder.
Authorization and Requirements
To perform the export operation, users must have the following permissions:
- Synergy IDE Access: The user must belong to a group with access to the IDE interface for the relevant project.
- Project Management: The user must belong to a group that is authorized to manage the selected project.
Notes
- The exported file will have a
.tar.gz
extension. - Projects can only be imported into Synergy CSP environments. If the source and target environments are not compatible, issues may occur during the import process.
See Also
- [Development Environment (IDE) Permissions](../../../User Guides/AdministrativeTools/Security/IDE/IDE.md)
- Import a Project
- [IDE (Integrated Development Environment)](../../../User Guides/AdministrativeTools/IDE/IDE.md)
- Developer Environment Startup Guide