Learn about how to setup svn server on windows, we have the largest and most updated how to setup svn server on windows information on alibabacloud.com
ACCEPTIptables-a input-p tcp -- dport 22-j ACCEPTIptables-a input-m state -- state ESTABLISHED, RELATED-j ACCEPT # Allow ESTABLISHED and RELATED connectionsIptables-p input drop # default policyIptables-a output-m state -- state ESTABLISHED, RELATED-j ACCEPT # Allow ESTABLISHED and RELATED connections/Etc/init. d/iptables save # save iptables configuration.
============================================8. Disable selinuxVi/etc/sysconfig/selinux
SELINUX = DISABLED
=================================
Original http://www.cnblogs.com/haifg/archive/2013/05/31/3110935.html
Svn project version management tools
Operating System: windows
Service software: Setup-Subversion-1.7.9.msi
Customer service software: TortoiseSVN-1.7.12.24070-win32-svn-1.7.9.msi
I. install and configure the svn
About SVN and how it worksSubversion is the version management software that has risen in recent years and is the successor to CVS, and most open source software uses SVN as the code version management software. Subversion supports Linux and Windows, but is more installed under Linux.The SVN
To this, all configuration is complete, step by step verification below:
1. Apache Access Verification
In the browser address bar, enter:/HTTP Server ip/svn/
You will see access to the SVN version of the root directory, below you import the project folder, indicating that the Apache configuration is complete and functional
2.
About the configuration and basic use of SVN in Android Studio in Windows, svnandroid
I saw a lot of blog posts on the Internet about svn environment configuration and related Android-Studio, and found it very fragmented. I 'd like to gather the experts to sort it out:
In version control development in AndroidStudio, except Git is
About SVN:Why use SVN? Programmers in the process of writing a program, each programmer will generate a lot of different versions, which requires the programmer to effectively manage the code, when needed, can be quickly and accurately remove the corresponding version.What is Subversion?It is a free/open source version control system, a set of files stored in the central repository, record every file and directory changes, Subversion allows to restore
and write permissions. w has only read permissions.
8. Modify the svnserve. conf file.
Vi svnserve. conf
Open the following comments:
Anon-access = read # anonymous user readable
Auth-access = write # authorized users can write
Password-db = passwd # Which file is used as the account file
Authz-db = authz # Which file is used as the permission File
Realm =/var/svn/svnrepos # Name of the authentication space, directory of the version Library
9. Start
SVN installation in windows I. preparations:1. HTTP server: official website of apache2.x is http://httpd.apache.org/2. SVN: the official website is http://subversion.tigris.org/3. ClientProgram(Optional): tortoisesvn (if you want to use this tool to create a database, note that the version should be the version suppor
This section describes how to set up the SVN server in Windows. Here, we will share with you some suggestions and hope they will be useful to you.
1. Software Download
Set up the SVN server in Windows and download the Subversion
After Windows SVN uploads are automatically deployed to the Web directory, Svnweb
The first step
Set the web directory as the working directory
"D:\Program Files (x86) \visualsvn Server\bin\svn.exe" Upgrade "D:\yiyun_www\test"--quiet--username chiyj--password Chiyj
Execute under DOS.
Second step to modify the file
New file under D:\yiyun_code\test\hooks
Post-co
the project Directory access control. So, this problem only has to be solved by SVN itself.Previous versions of Subversion 1.3 can only be implemented using the Mod_authz_svn.so module, in conjunction with the Apache server.Directory AccessControl, which is not very convenient for people who are not familiar with the configuration and use of Apache (for example, my humble opinion). and subversion finally added this feature to the Svnserve.exe
Simple, with Yum installation method:
#yum Install Subversion
After the installation is complete, use the following to see if the installation is complete
#svn--version
Create SVN warehouses, such as:
#mkdir-P/DATA/SVN#svnadmin Create Opengeo
You will then find that you automatically generate files or directories such as CONF, DB, format, hooks, locks, READ
access directory of the server, so as to increase security and save time for inputting the svnserve URL:
Svnserve.exe -- daemon -- root drive: \ path \ To \ Repository
In the previous test, svnserve runs as follows:
Svnserve.exe -- daemon -- root E: \ SVN
Then the browser URL in tortoisesvn is reduced:
SVN: // localhost/repos1
You may ask, isn't it necessary to
] // GroupAdmin = eg1, eg2Guest = eg3, eg4Guset1 = eg5, eg6[/] // The Administrator has all the read and write permissions.* =@ Admin = rw[Project1: //] // access control of Project 1, which is inaccessible to guest1 and 2@ Admin = rwOrEg1 = rwEg2 = rw[Project2:/]@ Guest = rwOrEg3 = rwEg4 = rw[Project3:/]@ Guest1 = rwOrEg5 = rwEg6 = rw
3 restartSvnserve-d-r/home/svn
Stop commandKillall svnserve
Actual test:Each group member can only access their own p
Configuring the SVN server under Windows
1. Download the file
Download the latest version subversion, I choose Svn-1.4.5-setup.exe here
Download the Subversion Windows Service Package
Download TortoiseSVN Shell Integration Utility
2. Install Subversion
access method file: // directly access the file repository on the local hard disk http: // use the WebDAV protocol to access Apache 2 Web servers that support Subversion https: // similar to http: //, and support SSL-encrypted svn: // access svnserve server svn + ssh through the built-in protocol: // similar to svn: /
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.