Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Deployment of SVN, backup of warehouse and WIN7 client testing

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Basic operation of SVN

① check-out (checkout) downloads the entire project created on the server side locally, which is the first step to participate in development after joining the project team, which only needs to be executed once.

② updates (update) update local files to the latest version on the server side, usually once a day at work or before modifying public files.

③ commit (commit) commits local changes to the server, usually at the end of the day or every time a function is implemented and a module is completed.

Download the server installation package from the official website (https://www.visualsvn.com/server/download/)

Download the client installation package and the corresponding language pack from (https://tortoisesvn.net/downloads.html)

Open the server and install it step by step

3. Create new users, groups and libraries, and set corresponding permissions

IV. WIN7 client testing

OK!

SVN backup

Enter the bin directory of the installation directory

Cd c:\ Program Files\ Visualsvn Server\ bin

Export the baktest2 library backup to the testbat folder on disk D

Svnadmin dump d:\ Repositories\ test > d:\ svnbaktest\ testfull.svn.bak

On the backup file testfull.svn.bak copy on another server

Create a new baktest library

Svnadmin create d:/repositories/baktest

Import the copied library backup file into the new library

Svnadmin load d:/repositories/baktest < d:\ bak\ testfull.svn.bak

Make local and remote backups at regular intervals every day

SVN local and remote backups, click here to download

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report