
How to Install and Configure Subversion 1.8 on CentOS 6.5
Subversion is a open source version control system that will manages files and will keep the changes made to the files. With Subversion, it can help you to recovers the…
How to Install and Configure Subversion 1.8 on CentOS 6.5
Subversion is a open source version control system that will manages files and will keep the changes made to the files. With Subversion, it can help you to recovers the…
How to Install Subversion on CentOS 6.3
This post will cover the quick steps to install Subversion 1.6 on linux CentOS 6.3 server. Apache Subversion (often abbreviated SVN) is a open source software versioning and revision control…
How to Enable LDAP Authentication for Subversion on CentOS 6.2
This post will show the quick steps to enable LDAP authentication for existing subversion on linux CentOS 6.2. This guideline assumed that your existing subversion server has been configured properly…
How to Install and Configure Subversion 1.6 on CentOS 6.2
Subversion is a open source version control system that will manages files and will keep the changes made to the files. In this post i will share the quick steps…
How to Install Subversion 1.6.17 on Fedora 16
Apache Subversion (often abbreviated SVN) is a open source software versioning and revision control system. Some people called it source code control(SCC) software and source code management(SCM) software. By using…
How to Fix “/svnserver/svn/testrepo/db/txn-current-lock’: Permission denied”
Question : When using TortoiseSVN and ssh command line to access svn server, i still can’t commit the file, can’t create the folder, can’t write the source code and always…
How to Install GForge Advanced Server on CentOS 5.5 Server
In this post, i will show you on how to install GForge Advanced Server on CentOS 5.5 Server. [root@server ~]# wget http://gforge.org/download/install-gforge-as-571-src.zip [root@server ~]# unzip install-gforge-as-571-src.zip [root@server ~]# cd gforge-as-571-src…
How to Install the Dependencies for GForge Community Edition and GForge Advanced Server
Question : How install dependencies for GForge Community Edition and GForge Advanced Server? -=# GForge Dependencies Checker #=- Checking PHP version… Ok (5.1.6) Checking… cvs /usr/bin/cvs Checking… psql which: no…
How to Fix “dependencies were not found: PHP MultiByte” in Linux Server
Question : During the installation such as gforge Collaborative development, the following dependencies were not found: PHP MultiByte. How to install PHP MultiByte into my linux server ? What php…
How to Install Subversion 1.6.17 on CentOS 5.5 Server
As mentioned in the previous post, Subversion is a open source version control system that will manages files and will keep the changes made to the files. Subversion 1.6.17 has…
How to Backup and Restore the Subversion Repository
In this post, i will show you on how to backup and restore the subversion repository using svnadmin command. To backup the repository, run below command : [root@server ~]# mkdir…
How to Fix “Repository moved permanently to… please relocate” Error In Subversion
This article assume that you are using the subversion server to control your development source code. For beginner, i believed most of you has facing this error when you try…