Book a Demo

Author Topic: Using EA with SVN on Mac  (Read 2916 times)

Erlend

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Using EA with SVN on Mac
« on: October 13, 2010, 12:36:46 am »
Has anyone been able to get the Subversion support working on a Mac via CrossOver/Wine? I have tried to follow the instruction provided on using SVN with Wine, both with and without the svngate.exe.so that are provided from CodeWeavers, but with no success.

Best regards,
Erlend

alesliehughes

  • EA Administrator
  • EA User
  • *****
  • Posts: 104
  • Karma: +0/-0
    • View Profile
Re: Using EA with SVN on Mac
« Reply #1 on: October 13, 2010, 02:14:14 pm »
Here are the steps.

0. Make sure you are using Wine 1.2.
1. Install a Windows based, SVN command line client into the bottle with EA.  (I used Slik SVN).
2. Open a WINE command prompt by running
    wineconsole cmd
3. Open a Text editor to construct the command line
<path_to_svn_exe> co <path_to_repository> <path_to_wc_folder> --username <username> --password <password>
4. Copy the command line above to the WINE command prompt.
5. This should check out the respository and cache the creditionals that Enterprise Architect needs.
6. Follow instructions in EA User Guide, for defining VC configurations for Windows.

Hope this helps
Alistair.
« Last Edit: October 14, 2010, 04:49:28 pm by HowardB »