SVN- SVN server and set up the pc

Subversion is a great version control tools, their specific advantages and details, there is not more to say.


First, download and set up SVN server.


Now Subversion has been migrated to the apache site, Download:


HTTP: // Subversion .apache.org / packages.html


display site is open all types of operating system version corresponds


find the Windows version of VisualSVN version (server version), click enter, select VisualSVN server to download and install






to start the installation


click Next


select I accept the terms in the License Agreement
Next


select VisualSVN Server and Management Console
select the Add Subversion command-line tools to the PATH environment variable ..
Next


click Edition Standard
the Location for the installation directory
Repositories file storage directory
Server port port number on this computer 443 port has been accounted for, the choice of 8443
selected by default Use secure connection (https: //)
Next


Click Install to start the installation






after the installation starts
establishment of the repository:
In the list on the left
, right-click Repositories-> New -> Repository


Enter the name of the repository
Next


select Empty repository (recommended option)
Next


set the repository access
select All Subversion users have Read / Write access to allow all users access svn
next


obtains the address repository url, where the intermediate portion can change to access the native ip as
url obtained here is
https: // x6x8-20121105NU: 8443 / svn / firstSvn
the machine ip: 192.168.100.116, url can be changed
https://192.168.100.116:8443/svn/firstSvn
access


to create a user:
in the list on the left
, right-click Users-> New -> user


enter the user name
filled twice password
click OK to create


the file repository on this point can be used to create client SVN repository url and the new username and password to access the server






Client Installation
TortoiseSVN official website to download the address: http: //tortoisesvn.net/downloads.html
also be found in the following pages language pack
after the match with the computer to download the installation package and install language packs


Click Next
Next


select I accept the terms in the License Agreement
next


select the installation path, you can default
the next step


click install to begin the installation


next, install the Simplified Chinese language pack, this is very simple, all the way next on the line


is normally done after Ann language pack SVN client that is the Chinese version of
the no automatic change can in the space right mouse button - set> TortoiseSVN->
the first item in the General settings language set






the client to use SVN
find a folder
right click -> detection


fill in the server repository url
detection depth: best all-recursive
version: the latest version
is determined


to enter a user name, password, and save the certificate on the election
determined


to be checked out to the new repository folder files


each time after syncing with the server in the folder blank
right click -> update
to and change the file before the update at best


New local file
after the new file to display a question mark on the
right-File -> TortoiseSVN-> added (there are options blue plus sign)
and then in the space right -> Submit -> OK
to submit the new file to the server repository
submit Remarks can fill in some information when


deleting files
right file -> TortoiseSVN-> delete (there is an option red cross)
and then in the space right -> submit -> OK
to delete the file in the server repository


rename
delete files
right file -> TortoiseSVN-> renamed
again in the space right - submit> -> OK
to rename internal formerly known as SVN is in accordance delete files, rename files and then add






the use of all SVN version of the machine tools were
VisualSVN-Server-2.6.0
TortoiseSVN-1.8.0.24401-win32-svn- 1.8.0

LanguagePack_1.8.0.24401-win32-zh_CN


Transfer from: http: //www.cnblogs.com/dreamhome/p/3212237.html

Published 13 original articles · won praise 4 · views 10000 +

Guess you like

Origin blog.csdn.net/u011429167/article/details/50392179