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 [2011/01/24 23:19] – [Creating a 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 93: Line 95:
 ===== Using ssh with svn ===== ===== Using ssh with svn =====
  
-Use the ''svn+ssh://'' URL schema to connect+Use the ''<nowiki>svn+ssh://</nowiki>'' URL schema to connect.
  
 Example: Example:
  
-  svn list svn+ssh:\/\/host.example.com/repos/project\\+  svn list svn+ssh://host.example.com/repos/project
   harry@host.example.com's password:   harry@host.example.com's password:
  
-The above \/ should be a slash.+ 
 + 
 +===== Subclipse with Eclipse ===== 
 + 
 +Subclipse is a plugin for Eclipse that allows users to easily use Subversion with their code. 
 + 
 +==== Installation ==== 
 + 
 +    * Help --> Eclipse Marketplace 
 +    * Search for "Subclipse" 
 +      * 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 
 +        * SVN Interface: Client:  
 +          * 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 ==== 
 + 
 +  * 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 ==== 
 + 
 +  * In Eclipse, Windows --> Preferences 
 +  * Team --> SVN 
 +    * 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.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