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
labs:subversion [2014/11/04 14:54] – [Set Up Repository] adminlabs:subversion [2022/01/24 20:11] (current) – [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 104: Line 106:
 ===== Subclipse with Eclipse ===== ===== Subclipse with Eclipse =====
  
-  * Plugin for Eclipse  +Subclipse is a plugin for Eclipse that allows users to easily use Subversion with their code. 
-  Installation + 
-    * Help --> Eclipse Marketplace  +==== Installation ==== 
-    * Search for (Find:Subclipse + 
-      * Select “Subclipse 1.8.22”  +    * Help --> Eclipse Marketplace 
-      * Go through the installation process  +    * Search for "Subclipse" 
-    * After installing, under preferences +      * The first one that pops up should be something like Subclipse 1.10.## 
 +    * Select it and click "Install" 
 +    * Select All (Subclipse, SVNKit, ...) 
 +    * Go through the installation process, restart the workspace 
 + 
 +=== 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): ''svn+ssh://username@serac.cs.wlu.edu/svn/csrepos/<repository_name>''+  * Repository (works from home computer too): <code>svn+ssh://username@atmos.cs.wlu.edu/svn/csrepos/repository_name</code>
  
 +==== Team Menu ====
  
 +The Team menu is where you'll find the commands you need to work with the subversion repository.
 ==== Subclipse with Eclipse on Windows ==== ==== Subclipse with Eclipse on Windows ====
  
Line 125: Line 138:
   * Team --> SVN   * Team --> SVN
     * Interface: switch client to **Pure Java**     * Interface: switch client to **Pure Java**
 +
 +===== SVN GUI Clients =====
 +
 +Of course, you may not want to use the command-line.
 +
 +  * [[http://www.wandisco.com/smartsvn/home|SmartSVN]] -- free community version
 +  * PyCharm and other IDEs have plugins or built-in clients available
labs/subversion.1415112897.txt.gz · Last modified: 2014/11/04 14:54 by admin
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0