Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Preparing a Subversion Environment Under Wine
Wine is able to install Subversion from either a Windows .EXE file, or a .MSI file. By performing your Subversion installation and initial check out from within a Wine console window that is opened from within Enterprise Architect, you can ensure that you have access to the same C: drive and folders that Enterprise Architect is accessing.
Use to
• | Set up Subversion for use with Enterprise Architect, running under Wine |
How to
Step |
Action |
See also |
||||||||
1 |
Start Enterprise Architect. You do not have to load a project at this stage.
|
|
||||||||
2 |
Select Tools | Customize > Tools : New. The Customize dialog displays, at the Tools page, and a new, blank entry is created.
|
|||||||||
3 |
Define the new menu item entry, as follows:
|
|
||||||||
4 |
Click on the Close button. The Customize dialog closes.
|
|
||||||||
5 |
Select Tools | Wine Console. A Wine console window opens.
|
|
||||||||
6 |
Type C: and press ( Enter ). The Wine console switches to the C: drive.
|
|
||||||||
7 |
Issue the command to install your Subversion client. For example; C:\>/Installers/Subversion-client-1.6.12-1.win32.exe
To install from a .msi file, use Wine's msiexec utility. For example; C:\>msiexec "Slik-Subversion-1.6.9-win32.msi" /i
Installation of the Subversion command line client begins.
|
|
||||||||
8 |
Create a folder to serve as the working copy folder to be used by Enterprise Architect. For example: C:\>mkdir C:\VC_workspaces\SVN_workcopy
|
|
||||||||
9 |
Issue the command to perform the initial check out from the Subversion repository, specifying the repository folder, the working copy folder, and the username and password. (By specifying your Subversion username and password, you ensure that they are correctly cached by Subversion and available for use by Enterprise Architect). For example; C:\>svn checkout "https://myServer:8443/svn/repos_folder" "C:\VC_workspaces\SVN_workcopy "
If the HTTPS protocol is specified when performing the initial Subversion check out, you are prompted to accept a security certificate; in this instance, press ( P ) to permanently accept the certificate. The nominated local folder is configured as a Subversion working copy folder. Any files already existing in the repository folder are downloaded to the working copy folder as working copy files.
|
|
||||||||
10 |
Type Exit and press ( Enter ). The Wine console window closes. You are now ready to load a project in Enterprise Architect and apply version control to it, following the normal Windows-based procedures.
|
Notes
• | You should copy the installer for your Windows Subversion client to a convenient location on the native file system, so that you can easily refer to it from within the Wine console window in step 7 above |