Facebook Twitter Gplus RSS
 
 
Home » Posts tagged "Subversion"

Posts Tagged ‘Subversion’:


Subversion: Failed to get lock on destination repository

Published on February 15th, 2010

In the event that your Subversion server was powered down incorrectly during one of its subversion mirror synchronizations you might end up with a lock on the destination repository. This basic tutorial will help you to remove the lock and continue with your synchronizations. Below is the output from the svnsync showed this: # /usr/bin/svnsync

(More)…

SVN Apache LDAP configuration

Published on March 9th, 2009

Apache Configuration Create a Apache configuration file for Subversion # vi /etc/httpd/conf.d/subversion.conf LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so # Enable Subversion DAV svn # Directory containing all repository for this path SVNParentPath /opt/svn/ SVNAutoversioning on # LDAP Authentication & Authorization is final; do not check other databases AuthBasicProvider ldap AuthzLDAPAuthoritative off # Do basic password

(More)…

 
© [How2CentOS]
credit