o(╥﹏╥)oSad

WeChat cannot downloadwin7 32-bit Subversion, but just click on the upper right corner and select open in browser or Safari!
win7 32-bit Subversion

win7 32-bit Subversion

The latest version is Setup-Subversion-1.7.5 under win7 32-bit. Seeing that many people need it, I released it and shared it. .

illustrate:

Subversion for Windows (svn for short) is a version management software that has emerged in recent years and is the successor of cvs. Currently, the vast majority of open source software uses svn as code version management software.
Subversion Win32 build. These binaries are built using Visual C++ 6.0 to work on all flavors of Windows from NT4 to Win7/2008 including server variants (not all tested). For Apache 2.2 modules. Language bindings, not tested

Configure svnserver as a windows service project

Windows NT (including Windows XP, Windows 2000, Windows 2003 Server) itself contains a tool for installing services called "Service Control", which is sc.exe. For example, my Subversion is installed in "D:Subversion" and the version library is in "D:svnroot", and I want the corresponding Subversion service to be named svnservice. The command to install this svn service can be written like this: Run cmd and type the following command sc create svnservice binpath= "D:Subversionbinsvnserve.exe --service -r D:svnroot" displayname= "SVNService" depend= Tcpip In addition, when starting svnserve in the past, the "-d" option was used, which is the daemon mode. It cannot be used here, which will cause the service to fail to start. Likewise, the "-i" and "-t" options cannot be used. After executing this command in the command line window, the service has not started yet. You can continue to run "net start svnservice" to start the service, and then use "net stop svnservice" to stop the service. There are two other points that need to be handled carefully. First of all, if the path contains spaces, be sure to use "" to process the """ sign. For example, in the above example, if svnserve.exe is in "c:program filessubversion", the command should be written as "binpath= ""c:program filessubversionbinsvnserve.exe"" (content in ""), the entire command is as follows, the red part is the changed part: sc create svnservice binpath= ""E:program filesSubversionbinsvnserve.exe" --service -r E:svn" displayname= "SVNService" depend= Tcpip Secondly, sc also has requirements for the format of options. For example, "depend= Tcpip" cannot be written as "depend = Tcpip" or "depend= Tcpip", that is, there must be no spaces before "=", and there must be spaces after

After the service is successfully established, you can right-click My Computer-->Manage and find the svnservice service we created in Services. Right-click and select Properties to set it to run automatically. This way, the service can be automatically run every time the server computer is turned on, which facilitates management operations. .

Version: 1.9.7/1.10.0-alpha3 free version | Update time: 2024-11-01

Similar recommendations

Latest updates

win7 32-bit Subversion review

  • 1st floor Huajun netizen 2019-05-31 15:19:20
    Win7 32-bit Subversion is very easy to use, thank you! !
  • 2nd floor Huajun netizen 2022-03-25 05:30:44
    The overall feeling of win7 32-bit Subversion is good, I am quite satisfied, the installation and operation are very smooth! Followed the installation step-by-step instructions and it went very smoothly!
  • 3rd floor Huajun netizen 2020-01-23 13:42:03
    Win7 32-bit Subversion is not bad, the download is very fast, I give you a good review!

Recommended products

Everyonealso likeThese:

+

This application has not passed real-name authentication. You can download it through the mobile assistant.

CancelOK