Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
labs:subversion [2015/10/19 20:10] – [Subclipse with Eclipse] adminlabs:subversion [2022/01/24 20:10] – [Subversion] admin
Line 1: Line 1:
 ====== Subversion ====== ====== Subversion ======
 +
 +:!:We are no longer actively supporting Subversion.
  
   * [[http://www.abbeyworkshop.com/howto/misc/svn01/|Subversion Cheat Sheet]]   * [[http://www.abbeyworkshop.com/howto/misc/svn01/|Subversion Cheat Sheet]]
Line 108: Line 110:
 ==== Installation ==== ==== Installation ====
  
-    * Help --> Install New Software  +    * Help --> Eclipse Marketplace 
-    * Click "Add+    * Search for "Subclipse
-      * For "Name", put Subclipse +      * The first one that pops up should be something like Subclipse 1.10.## 
-      For "Location", put http://subclipse.tigris.org/update_1.8.x +    Select it and click "Install
-      * Click OK +    * Select All (Subclipse, SVNKit, ...
-    * Select All (Subclipse, SVNKit) +    * Go through the installation process, restart the workspace 
-    * Go through the installation process  + 
-    * After installing, under preferences +=== After Installing === 
 +  
 +    * Under preferences 
       * Under Team > SVN       * Under Team > SVN
         * SVN Interface: Client:          * SVN Interface: Client: 
           * select SVNKit (Pure Java)           * select SVNKit (Pure Java)
 +      * Under Team > Ignored Resources
 +        * Add patterns for .classpath, .project, .settings
 +        * These are files that are user-specific and should not be part of the shared repository.
 ==== Set Up Repository ==== ==== Set Up Repository ====
  
-  * Repository (works from home computer too): <code>svn+ssh://username@serac.cs.wlu.edu/svn/csrepos/repository_name</code>+  * Repository (works from home computer too): <code>svn+ssh://username@atmos.cs.wlu.edu/svn/csrepos/repository_name</code>
  
 ==== Team Menu ==== ==== Team Menu ====
labs/subversion.txt · Last modified: 2022/01/24 20:11 by admin
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0