User Tools

Site Tools


subversion

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
subversion [2009/03/30 03:26]
k2patel
subversion [2009/03/30 03:32]
k2patel
Line 54: Line 54:
 </​code>​ </​code>​
  
-Modules +
-^^^^^^^+
 <code apache | Httpd.conf>​ <code apache | Httpd.conf>​
  
Line 118: Line 117:
 </​code>​ </​code>​
  
 +<code text>
 Stand Alone Server (svn://) Stand Alone Server (svn://)
-^^^^^^^^^^^^^^^^^^ ​         
-******************* ​       ​ 
- 
  
 /​etc/​rc.conf (FreeBSD specific) /​etc/​rc.conf (FreeBSD specific)
 ------------ ​                   ------------ ​                  
 svnserve_enable="​YES" ​         ​ svnserve_enable="​YES" ​         ​
-svnserve_flags="​-d -r /usr/www/virtual/​yepmobi/track.yeprevenue.com/svn --listen-host=0.0.0.0"​ +svnserve_flags="​-d -r /srv/www/svn/pqr.k2patel.com/svn --listen-host=0.0.0.0"​ 
-svnserve_data="/​usr/www/virtual/​yepmobi/track.yeprevenue.com/​svn" ​                             +svnserve_data="/​srv/www/svn/pqr.k2patel.com/​svn" ​                             
-svnserve_user="​yepmobi" ​                                                                       +svnserve_user="​username" ​                                                                       
-svnserve_user="​yepmobi" ​                                                                      ​+                                                                       
  
 <​Repo_dir>/​conf/​svnserve.conf <​Repo_dir>/​conf/​svnserve.conf
Line 139: Line 135:
 ---------------------- ----------------------
 edit password file and add username = password. edit password file and add username = password.
 +</​code>​
  
- +<code text | SVN Access with SSH wrapper>
- +
-SVN Access with SSH wrapper +
-^^^^^^^^^^^^^^^^^^^^^^^^^^^ +
-*************************** +
 URI - svn+ssh://​{SSHUSERNAME}@{SERVER_NAME}/​{REPO_DIR} URI - svn+ssh://​{SSHUSERNAME}@{SERVER_NAME}/​{REPO_DIR}
  
-e.g. svn co svn+ssh://yepmobi@yepmobile.webair.com/usr/www/​virtual/​yepmobi/​track.yeprevenue.com/svn +e.g. svn co svn+ssh://username@xyz.k2patel.com/srv/www/svn 
 +</​code>​
  
 Wrapper script for svnserve Wrapper script for svnserve
-^^^^^^^^^^^^^^^^^^^^^^^^^^^ +<code text>
-*************************** +
 First of all, rename the original svnserve command into svnserve.bin First of all, rename the original svnserve command into svnserve.bin
 (it usually resides in /​usr/​bin/​svnserve) (it usually resides in /​usr/​bin/​svnserve)
Line 163: Line 153:
  
 Save the file as "​svnserve",​ being the root superuser. Save the file as "​svnserve",​ being the root superuser.
 +</​code>​
  
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^+<code bash | svnserve>​
 #!/bin/sh #!/bin/sh
 # wrap in order to put root in by default # wrap in order to put root in by default
Line 170: Line 161:
  
 exec /​usr/​local/​bin/​svnserve.bin -r /​path/​to/​repository/​root "​$@"​ exec /​usr/​local/​bin/​svnserve.bin -r /​path/​to/​repository/​root "​$@"​
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^+</​code>​
subversion.txt · Last modified: 2020/08/10 02:35 (external edit)