Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Building/Automate

< EclipseLink‎ | Building
Revision as of 10:05, 1 April 2008 by Unnamed Poltroon (Talk) (Automating SVN)

Automating SVN

  • Install TortoiseSVN.
TortoiseSVN-1.4.8.12137-win32-svn-1.4.6.msi
  • Install putty and configure the eclipse session.

The above steps are the same as required for non-automated user access - see General prerequisites for building & running EclipseLink tests

  • Install command-line SVN
svn-1.4.6-setup.exe
  • Add the following env variable
SVN_SSH=c:\\Program Files\\TortoiseSVN\\bin\\TortoisePlink.exe -l your_username -pw your_password

Note: Environment variable needs double slashes.

  • Test your setup by opening a cmd window on your trunk view and typing the following
svn blame about.html

You should see a bunch of html tags prefixed by the owner name.

svn update

Performs a full update

Back to the top