1,EnterSVNThe installation directory, locatebinthe folder
2, start making dump file 3 . Upload the dump file to local via Windows share, etc. Then ssh connects to the Linux server. upload files to a Linux server using XFTP 4,install the svn service on theLinux server ; to create the SVN home directory: Mkdir-p/A/SVN Create an SVN folder to store the parent Dump file Mkdir-p/b Yum-y Install Subversion Svnadmin Create/a/svn/qianduankaifa Svnserve-d-r/a/svn/qianduankaifa Vim/a/svn/qianduankaifa/conf/svnserve.conf [General] Anon-access=none Auth-access=write password-db=/a/svn/qianduankaifa/conf/passwd Authz-db=/a/svn/qianduankaifa/conf/authz Vim/a/svn/qianduankaifa/conf/authz [/] Chen=rw Vim/a/svn/qianduankaifa/conf/passws Chen=chen123 Pkill Svnserve Svnserve-d-r/a/svn/ 5. import a copy of svn version file on a Linux server. Svnadmin Load/b/qianduankaifa.dump >/a/svn/qianduankaifa 6, on the Windows client with the turtle svn to detect:
|