yqsh log 20090806

在AIX上添家SVN帐户:

    地址:192.168.200.119

    端口:23

    帐号:svnroot

    密码:svnroot

 

登陆后:

 

  路径/home/svnroot/etc

 

修改以下文件:

authz   passwd

authz为用户,passwd为密码.

 

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
admin = lanzhisheng,dongyusuo,wangxin
super_user = litao
common_user = fuweiwei,houzhenyu
new_user = chenlei

[yqsh:/]
@admin = rw
@super_user = rw
* = r
"authz" 32 lines, 956 characters
@super_user = rw
* = r

[yqsh:/src]
@admin = rw
@super_user = rw
* =

[yqsh:/src/backmanage]
@admin = rw
@super_user = rw
* =

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]
# harry = harryssecret
# sally = sallyssecret
litao=lt

 

 

SVN用法:

 

eclipse插件svn的用法

 

把 site-1.2.4.zip 解压缩后的文件夹内容放到eclipse对应的文件夹下:

features文件夹内容放到eclipse对应的features文件夹下,

plugins文件夹内容放到eclipse对应的plugins文件夹下,

site.xml放到eclipse根目录下。

安装完毕。

------------------

使用方法:

eclipse环境:new->other->svn 就可以了,

这个和CVS差不多。

你可能感兴趣的:(yqsh log 20090806)