User Tools

Site Tools


svn

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
Next revisionBoth sides next revision
svn [2008/09/27 14:31] – Added section on how to quickly create a new repository. kleinersvn [2010/05/06 10:41] damir
Line 16: Line 16:
 For group projects, it is better to use the common repository which is For group projects, it is better to use the common repository which is
   * for algo: <nowiki>svn+ssh://USERNAME@clusteralgo.epfl.ch/SVN/trunk</nowiki>   * for algo: <nowiki>svn+ssh://USERNAME@clusteralgo.epfl.ch/SVN/trunk</nowiki>
-  * for licos: <nowiki>svn+ssh://USERNAME@licos.epfl.ch/SVN/trunk</nowiki>+  * for licos: <nowiki>svn+ssh://USERNAME@lth.epfl.ch/svnlicos/</nowiki>
   * for lth: <nowiki>svn+ssh://USERNAME@lth.epfl.ch/svnlth/</nowiki>   * for lth: <nowiki>svn+ssh://USERNAME@lth.epfl.ch/svnlth/</nowiki>
   * for lcm: <nowiki>svn+ssh://USERNAME@lth.epfl.ch/svnlcm</nowiki>   * for lcm: <nowiki>svn+ssh://USERNAME@lth.epfl.ch/svnlcm</nowiki>
- +  * for arni: <nowiki>svn+ssh://USERNAME@lth.epfl.ch/svnarni</nowiki>
-See Section [[svn#new_repository_-_quick_guide|New Repository]] below for a quick guide on how to create your own repository in these places+
  
 ===== Quick User Guide ===== ===== Quick User Guide =====
Line 142: Line 141:
 </code> </code>
  
-===== New Repository - Quick Guide =====+===== New Repositories ===== 
 + 
 +you can always create a personal repository in your homedir by doing: 
   - ssh into server: <code>ssh lth.epfl.ch</code>   - ssh into server: <code>ssh lth.epfl.ch</code>
-  - Create empty repository: <code>svnadmin create /svnlcm/<name_of_repository></code> (replace ''svnlcm'' with ''svnlth'', ''svnlicos'' as needed) +  - Create empty repository: <code>svnadmin create <name_of_repository></code>  
-  - From the client machine do a checkout, e.g: <code>svn co svn+ssh://lth.epfl.ch/svnlcm/<name_of_repository></code> + 
-  - Copy or create files in this empty "local copy"+<note warning> 
-  - Add the new files to the repository: <code>svn add *</code> +General repositories, that needs to be available (under lth.epfl.ch/svn<LABNAME>/) can be created only by the sysadministrators
-  - Commit (i.e., check in): <code>svn ci</code>+</note>
  
  
svn.txt · Last modified: 2012/02/17 15:54 by damir