SVN server deployment and dynamic code update

Background Version control is required during project development. Introducing how to build an svn server on Linux system (CentOs). 1. Use the yum command to install svn yum -y install subversion After the installation is complete, execute the command svn help to verify the results. 2. Create a new warehouse directory Create an svn directory […]

SVN installation and error resolution

SVN installation and error resolution 1. Installation and configuration of svn under Centos7 system Summary of premise: Precautions: Other instructions (Linux): 2. SVN server migration (Windows) 3. Delete the just submitted version 4. Client command line instructions 5. SVN error reporting 5.1 SVN error: E160028 5.2 SVN error: E170013, E230001 5.3 SVN error: access denied […]

Remote access to SVN services in Linux environment: Detailed configuration and operation guide for SVN intranet penetration

Article directory Preface 1. Install SVN service on Ubuntu 2. Modify configuration file 2.1 Modify the svnserve.conf file 2.2 Modify passwd file 2.3 Modify authz file 3. Start the svn service 4. Intranet penetration 4.1 Install cpolar intranet penetration 4.2 Create tunnel mapping local port 5. Test public network access 6. Configure a fixed public […]

.svn source code exploit tool-svnExploit

SvnExploit supports SVN source code leak full version Dump source code SvnExploit is a SVN source code utilization tool, which perfectly supports SVN source code leakage of SVN1.7 Project address https://github.com/admintony/svnExploit Install dependent libraries sudo pip install -r requirements.txt View help python SvnExploit.py -h Detect SVN source code leak python SvnExploit.py -u http://192.168.27.128/.svn Download source […]

Building an SVN environment for Windows

VisualSVN Server Download https://www.visualsvn.com/products VisualSVN Server installation Create warehouse create project create user create group project assignment group VisualSVN Download https://www.visualsvn.com/products VisualSVN installation VisualSVN Sinicization Official website download is super slow: https://tortoisesvn.net/downloads.html Follow the WeChat official account at the bottom of the article, and send “SVN Sinicization Package” to get the download link of the […]

Linux installation SVN server

Install SVN server To deploy an SVN server on a Linux server, you need to follow the steps below: 1. Install SVN server software On a Linux server, use a package manager to install the Subversion (SVN) server software. The specific commands may vary depending on the Linux distribution you are using. The following are […]

Build SVN server in Linux environment and realize public network access – cpolar port mapping

Article directory foreword 1. Install SVN service on Ubuntu 2. Modify the configuration file 2.1 Modify the svnserve.conf file 2.2 Modify the passwd file 2.3 Modify the authz file 3. Start the svn service 4. Intranet penetration 4.1 Install cpolar intranet penetration 4.2 Create a tunnel to map a local port 5. Test public network […]

SVN server simple configuration process

1. Overview The full name of SVN is Subversion, which is a popular open source version control system. Subversion manages data that changes over time in a central repository. It’s like a normal file server, but it remembers every file change. In this way, when you need to go back, you can restore the file […]