Difference between revisions of "Configure SVN for your ADF Application"

From ADF Docs
Jump to: navigation, search
(Development Environment Setup)
 
(One intermediate revision by one other user not shown)
Line 15: Line 15:
 
# The application directory will now appear with the TortoiseSVN checked out icon.
 
# The application directory will now appear with the TortoiseSVN checked out icon.
 
## [[File:svn_apps_03.jpg]]
 
## [[File:svn_apps_03.jpg]]
 
<code lang="html">
 
<!--- // here is some code... --->
 
<cfloop index="i" from="1" to="20">
 
  <cfset test = i>
 
</cfloop>
 
</code>
 
  
 
== Related Guides ==
 
== Related Guides ==

Latest revision as of 04:28, 5 April 2010

Overview

The ADF environment is set up differently for the development environment. The ADF Apps are separated from the ADF directory by creating new directory for the ADF Apps.

Development Environment Setup

Follow these steps to set up your local development environment through TortoiseSVN:

  1. At the same level as the ADF directory, create a new directory called Apps.
  2. Create a CF mapping and web mapping of /ADF/apps to this new directory.
  3. In the Apps directory, open TortoiseSVN and SVN Checkout....
    1. Svn apps 01.jpg
  4. In the Checkout dialog, enter the URL of the repository and the trunk directory.
    1. Svn apps 02.jpg
  5. The Checkout dialog will show the progress and completion.
  6. The application directory will now appear with the TortoiseSVN checked out icon.
    1. Svn apps 03.jpg

Related Guides