当前位置:网站首页>Internship: use of SVN

Internship: use of SVN

2022-06-25 02:30:00 ahyo

Follow the previous one easyPoi word After the code of the entity is delivered , Now the analysis and use of the source code Subversion Tools .

Apache Subversion Usually abbreviated to SVN, Is an open source version control system .

Subversion Basic concepts :

repository( Source code library ): The place where the source code is stored
Checkout( extract ): When you don't have source code , You need to get from repository checkout One copy
Commit( Submit ): When you've changed the code , You need it. Commit To repository
Update ( to update ): When you have Checkout A copy of the source code , Update You can go with Repository Source code synchronization on , There will be the latest changes in your code
The daily development process is actually like this ( Suppose you have Checkout And I've been working for a few days ):Update( Get the latest code ) --> Make your own modification and debug successfully --> Commit( You can see your changes ) .

as well as Subversion Installation and use . But in order to meet the development needs of the company Downloaded tortoiseSVN client
New folder Right click directly Click on check out from, Click on idea Just wait for the download .

Besides downloading svn The rest is how to use And how to Create Operation is used to create a new version Library . In most cases, this operation will only be performed once . When you create a new version library , Your version control system will let you provide some information to identify the repository , For example, the location of the creation and the name of the repository . How to build your own warehouse Open source code .

So use svn The requirement is Some basic operations Identify each module .

原网站

版权声明
本文为[ahyo]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/176/202206242245513379.html