Inatall svn on turbolinux with souce code
2009-03-05 07:22:13 Category:管理 Tags: turbolinux , svn
- Download the source code from http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=9755&expandFolder=9755&folderID=10269
- Uncompress the tar file. tar xvzf Subversion-1.5.5.tar.gz
- Go into the directory. cd Subversion-1.5.5
- Configure the path and enviroment.
- Create the repository.
- Configure the repository(It is same with install svn server in my computer).
- Start the svn server. svnserve -d -r /tmp/project1
./configure --prefix=/opt/subversion
make
make install
cd /opt/subversion/bin
svnadmin create /tmp/project1
TrackBack
TrackBack URL: http://jum.appspot.com/feeds/trackBack/9641/