创建SVN库:svnadmin create E:\svn\repository
启动SVN服务:svnserve -d -r E:\svn\repository //(-d:后台模式,-r:指定路径)
在服务端库的\conf\svnserve.conf
可设置权限如:
anon-access = read
anon-access = write
客户端
import文件到svn服务器
svn import svn://localhost
启动SVN服务:svnserve -d -r E:\svn\repository //(-d:后台模式,-r:指定路径)
在服务端库的\conf\svnserve.conf
可设置权限如:
anon-access = read
anon-access = write
客户端
import文件到svn服务器
svn import svn://localhost