Book a Demo

Author Topic: Configuring Version Control  (Read 2917 times)

robject

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
  • Small talk
    • View Profile
Configuring Version Control
« on: December 04, 2006, 07:46:29 am »
We installed Subversion on a server. How do we configure version control on client workstations? There is a question for the path to the subversion executable, but that resides on the server.
Project -> Version Control -> Version Control Settings...

peter.zrnko

  • EA User
  • **
  • Posts: 253
  • Karma: +0/-0
    • View Profile
Re: Configuring Version Control
« Reply #1 on: December 05, 2006, 01:44:35 am »
Copy the executable to your local PC. It is only one not so big file.
Peter

sbockheim

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: Configuring Version Control
« Reply #2 on: December 11, 2006, 04:55:45 pm »
We have worked on this problem. We have a subversion repository on a server, as well as the svn.exe. You can point EA to the SVN.exe on the server. Once it is configured, it will remain across EAP's (its a registry setting).

You then need to create folder in subversion . YOu can either your svn.exe or a tool like tortiseSVN. Then do a checkout to create a working folder. Once you have the working folder, then you can tie your model to the subversion repository via version control/package control settings.

Hope this helps,

Scott