Difference between revisions of "Your First Connection to a SVN Repository"

From CDOT Wiki
Jump to: navigation, search
(Your First Connection to an SVN Repository)
(Your First Connection to an SVN Repository)
 
Line 20: Line 20:
 
Finally Run your program as a Java Application.
 
Finally Run your program as a Java Application.
 
[[Image:s10.png|left|thumb]]<br style="clear:left;" />
 
[[Image:s10.png|left|thumb]]<br style="clear:left;" />
'''Congratulations!''' You've checked out a Java application from an SVN repository.
+
'''Congratulations!''' You've checked out a Java application from an SVN repository and compiled and ran it.

Latest revision as of 18:13, 19 January 2011

Your First Connection to an SVN Repository

First, start with a new Eclipse and select File, New, Other.

S1.png

Select "Checkout Projects from SVN" and click Next.

S2.png

Click Next on "Create a new repository location".

S3.png

For the URL enter "svn://zenit.senecac.on.ca/ecl500/Lectures".

S4.png

Enter "guest" for the user name and "1673852" for the password. Also check the "Save Password" box - the password will be saved in your .subversion directory.

S5.png

You may now select the folder you wish to checkout.

S6.png

Select the "w11-basics-hello" folder.

S7.png

Click Finish to complete your checkout.

S8.png

Open "BasicHello.java" so it's visible in your editor.

S9.png

Finally Run your program as a Java Application.

S10.png

Congratulations! You've checked out a Java application from an SVN repository and compiled and ran it.