`
Jatula
  • 浏览: 276798 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

SVN在 Windows下的安裝

阅读更多

使用軟件:

svn-1.3.0-setup.exe

SVNService.exe

TortoiseSVN-1.4.0.7501-win32-svn-1.4.0.msi

步驟:

1.直接安裝svn-1.3.0-setup.exe,然后把SVNService.exe放到C:\Program Files\Subversion\bin中;

2.在C盤建立目錄SVNROOT

3.在DOS下的C:\Program Files\Subversion\bin下,運行SVNService -install -d -r C:\SVNROOT

4.在DOS下的svnadmin create C:\SVNROOT 在“服務”中把原來SVNService設置為"自動";

5.

svnserve.conf
### This file controls the configuration of the svnserve daemon, if you

### use it to allow access to this repository. (If you only allow
### access through http: and/or file: URLs, then this file is
### irrelevant.)

### Visit http://subversion.tigris.org/ for more information.

[general]
### These options control access to the repository for unauthenticated
### and authenticated users. Valid values are "write", "read",
### and "none". The sample settings below are the defaults.
# anon-access = read
# auth-access = write
### The password-db option controls the location of the password
### database file. Unless you specify a path starting with a /,
### the file's location is relative to the conf directory.
### Uncomment the line below to use the default password file.
password-db = passwd
### The authz-db option controls the location of the authorization
### rules for path-based access control. Unless you specify a path
### starting with a /, the file's location is relative to the conf
### directory. If you don't specify an authz-db, no path-based access
### control is done.
### Uncomment the line below to use the default authorization file.
authz-db = authz
### This option specifies the authentication realm of the repository.
### If two repositories have the same authentication realm, they should
### have the same password database, and vice versa. The default realm
### is repository's uuid.
# realm = My First Repository
passwd

### This file is an example password file for svnserve.
### Its format is similar to that of svnserve.conf. As shown in the
### example below it contains one section labelled [users].
### The name and password for each user follow, one account per line.

[users]
admin = admin
lake = 123456
allin = 11111

authz

### This file is an example authorization file for svnserve.
### Its format is identical to that of mod_authz_svn authorization
### files.
### As shown below each section defines authorizations for the path and
### (optional) repository specified by the section name.
### The authorizations follow. An authorization line can refer to a
### single user, to a group of users defined in a special [groups]
### section, or to anyone using the '*' wildcard.  Each definition can
### grant read ('r') access, read-write ('rw') access, or no access
### ('').

[groups]
# harry_and_sally = harry,sally

# [/foo/bar]
# harry = rw
# * =

# [repository:/baz/fuz]
# @harry_and_sally = rw
# * = r

admin_group = admin,lake

[/]
* = r
@admin_group = rw

 

1
1
分享到:
评论

相关推荐

    Apache配合SVN在Windows下安装配置及其权限管理

    ### Apache配合SVN在Windows下的安装配置及其权限管理 #### 一、安装配置Apache与SVN **1. 安装Apache** - **步骤**: 首先下载Apache 2.2.14版本,并进行安装。安装路径设为`D:\Program Files\Apache Software ...

    Windows下svn客户端TortoiseSVN的安装和操作

    TortoiseSVN 是 Windows 下最常用的 svn 客户端,以下是 TortoiseSVN 的安装和操作流程: 一、安装 TortoiseSVN 可以从 http://tortoisesvn.tigris.org/ 下载最新版的 TortoiseSVN,目前最新版是 TortoiseSVN-1.5....

    Windows下Svn安装与应用

    ### Windows下Svn安装与应用 #### 一、概述 Subversion(SVN)是一种广泛使用的版本控制系统,它能够帮助团队有效地管理和跟踪代码的变化。在Windows环境下安装和配置SVN对于许多开发人员来说是非常必要的技能。...

    windows下安装配置svn

    ### Windows 下安装与配置 SVN 的详细步骤 #### 一、简介 版本控制系统是软件开发过程中不可或缺的一部分,它帮助团队管理代码...如果在安装或配置过程中遇到任何问题,可以参考官方文档或者寻求专业技术人员的帮助。

    Svn最强大的Windows下实现自动全量增量备份和异地备份,一切自动化完成

    最强大的Svn在Windows下实现自动全备份和增量备份,以及异地备份,一切自动化完成 1.SVN备份内容 SVN在Windows下的自动备份实现,包括: 1)SVN目录的全备份(1周或1个月备份1次,由windows计划来调度执行); 2)...

    svn在windows下的安装及其软件源

    总结一下,本压缩包提供的资源可能包括TortoiseSVN的安装指南和示例图片,帮助你更好地理解和操作Windows下的SVN安装。通过遵循上述步骤和理解SVN的基本概念,你可以顺利地在Windows环境中搭建起一个有效的版本控制...

    Windows下安装SVN.

    是一篇关于SVN源代码服务器搭建方面的中文技术文章,本人亲测可用

    详细介绍Windows下SVN服务器的配置

    【Windows下SVN服务器配置详解】 Subversion (简称SVN) 是一款强大的版本控制系统,它在Windows环境下同样可以被高效地配置和使用。本指南将详细介绍如何在Windows上搭建SVN服务器,包括Apache HTTP Server的安装、...

    win下的svn安装工具及安装步骤

    在安装过程中,可以选择安装SVN服务器组件,如VisualSVN Server,用于托管代码仓库。如果只需要客户端工具,那么这个步骤可以跳过。 4. **安装完成后设置环境变量** 安装完毕后,可能需要手动添加SVN的bin目录到...

    SVN安装文件(SVN for Windows)

    3. 配置选项:在安装过程中,你可以选择自定义安装路径,以及是否将SVN命令行工具添加到系统PATH环境变量中,以便于在任何目录下都能使用SVN命令。 4. 安装过程:按照向导的提示进行,等待安装完成。 5. 验证安装:...

    Windows下安装配置SVN服务

    ### Windows下安装配置SVN服务 #### 概述 本篇文档主要介绍如何在Windows操作系统上安装并配置Subversion(SVN)服务。Subversion是一款开源版本控制系统,广泛应用于软件开发过程中,帮助开发者管理和追踪代码的...

    smartsvn for windows

    这次带来的是smartsvn-windows-X86中文破解版,license在压缩包里。运行setup后 直接导入license即可。 7.0版本和老版本最大的变化在于.svn文件夹不再出现在每个目录下。而是合并成一个,处于项目文件的根目录,个人...

    Windows安装SVN服务器

    在安装过程中,Apache服务器需要以适合的配置来运行,包括正确设置监听端口,以及启用必要的模块。安装Subversion后,需要配置Apache的httpd.conf文件,使服务器支持SVN的特定功能,这通常涉及到加载mod_dav_svn模块...

    windows2003下搭建SVN服务的详细说明及软件下载

    以上就是在Windows 2003下搭建SVN服务的详细步骤。在实际操作中,可能需要根据团队的具体需求和环境进行调整。务必确保所有操作的安全性,避免未授权的访问。此外,定期备份SVN仓库是防止数据丢失的重要措施。通过...

    1.1 、安装教程 svn Windows下搭建SVN服务器1

    总的来说,Windows下的SVN服务器搭建和客户端安装是一个相对简单的过程,通过VisualSVN Server和TortoiseSVN的组合,可以有效地实现代码的版本管理和团队协作。熟悉这两个工具的使用,对于任何在Windows环境下进行...

    Windows下Svn的安装使用

    以上就是Windows下Svn的基本使用方法。熟练掌握这些操作,可以帮助你更好地进行团队协作,管理源代码的变更。记得定期更新你的工作副本,保持与服务器的同步,避免丢失重要变更。在实际工作中,你还可以利用Svn的...

    svn -windows插件

    在安装完成后,用户可以通过Windows命令提示符或PowerShell来使用SVN命令。例如,`svn co URL` 可以克隆远程仓库到本地,`svn status` 用来查看工作目录的状态,`svn commit` 提交更改,`svn update` 同步本地副本...

Global site tag (gtag.js) - Google Analytics