Using Subversion

Procedure

  1. Edit run.properties. The file contains two options for setting the location where projects will be imported from:
    • import.location (non-SVN)
    • checkout.location (SVN option): you need to define the checkout file (an ant project)
  2. In build.properties you need to define values for the following:
    • SVN.url
    • SVN.username
    • SVN.password.

      Work.dir is the same as checkout.location (in the run.properties file)

      Checkout location is:

      work.dir=C:\\temp\\checkout