`
glinux
  • 浏览: 25672 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

Installing Subversion

阅读更多
USE="apache2" emerge subversion -Dav

#创建svn初始库
emerge --config =dev-util/subversion-1.4.6

#设置权限
groupadd svnusers
chown -R root:svnusers /var/svn/repos/
chmod -R g-w /var/svn/repos
chmod -R g+rw /var/svn/repos/db
chmod -R g+rw /var/svn/repos/locks

#使用http方式
1.edit /etc/conf.d/apache2 to include both "-D DAV" and "-D SVN"
2. create an htpasswd file:
htpasswd2 -m -c /var/svn/conf/svnusers USERNAME

#svn备份
echo '# hot-backup: Keep that many repository backups around' > /etc/env.d/80subversion
echo 'SVN_HOTBACKUP_NUM_BACKUPS=2' >> /etc/env.d/80subversion
分享到:
评论

相关推荐

    linux subversion以及依赖的apche apr

    Linux Subversion是一个版本控制系统,它允许用户协同工作,管理和跟踪文件和目录的变更。这个压缩包包含Subversion的源代码以及其依赖的Apache Portable Runtime (APR) 和 APR Util库,还有SQLite数据库引擎的集成...

    RegexKitLite-NoWarning:它是从官方 subversion (RegexKitLite-4.0) 克隆而来的

    RegexKitLite-NoWarning 是一个基于 Objective-C 的正则表达式框架,它是在原版 RegexKitLite-4.0 的基础上进行修改的版本,主要目的是消除编译时的警告。这个框架专为 iOS 和 macOS 开发者设计,提供了一个简单易用...

    crank---Exporting a Storyboard Project as an Android Application

    - SVN(Subversion)是一种版本控制系统,用于管理文件的变更历史,并能够跟踪文件的修改和更新。Subclipse是Subversion的Eclipse插件,提供了在Eclipse开发环境中使用SVN功能的接口。 - Mylyn是Eclipse的一个插件,...

    Professional_Linux_Programming.pdf

    Subversion 104 Decentralized tools 108 Bazaar-NG 109 Linux kernel SCM (git) 112 Integrated SCM Tools 115 Eclipse 115 Summary 117 Chapter 5: Network Programming 119 Linux Socket Programming 119 Sockets...

    GExperts 1.37 Beta1 XE5

    Before installing any new version, please backup and then uninstall any older versions of GExperts. See the Developer FAQ for Subversion information and instructions on how to obtain the latest ...

    《pro git》 Pro Git Book written by Scott Chacon and Ben Straub

    此外,这一章还简述了版本控制系统的演变历程,特别提到了Git是如何从早期的集中式系统(如CVS和Subversion)中脱颖而出的。 "About Version Control"部分深入讨论了版本控制的基本概念,包括分支、合并、提交、回...

    Eclipse 3.4安装VE插件

    Subclipse是一款集成Subversion(SVN)的Eclipse插件,用于版本控制。要在Eclipse 3.4中安装Subclipse,你需要访问两个更新站点:http://download.eclipse.org/technology/subversive/0.7/update-site/和...

    eric5-5.3.1

    Installing eric5 is a simple process. Just execute the install.py script (type python install.py -h for some help). Please note that the installation has to be performed using the administrators ...

    Manning - Eclipse In Action.pdf

    - **Version Control Integration**: How to integrate version control systems like Git or Subversion directly into Eclipse for seamless source code management. **Chapter 5: Building with Ant** - **...

    GeoServer开发者手册

    Installing Maven 确保系统中已安装Maven,并且版本符合GeoServer的要求。 #### 2. Running Maven 了解如何在命令行中运行Maven命令,包括构建、测试、打包等操作。 #### 3. Building Maven的构建过程包括清理、...

Global site tag (gtag.js) - Google Analytics