[. NET object-oriented programming advanced] (23) Team Development Weapon (ii) Excellent version control tool SVN (top)This article guide:The previous article introduced the Common Code management tool VSS, looked at a comment, many classmates
From: http://blog.csdn.net/cb_121/archive/2008/10/28/3167901.aspx
Basic usage
SVN is the next version of CVS. It is mainly used for version control. It can control the version of program code, audio, video, and image files.
Directories and files are
1. Basic Work Cycle:A update of your working copy$ SVN updateB Making changes$ svn add/delete/copy/moveC Inspection Modification$ svn Status/diff/revertD merging other people's changes reverse working copy$ svn merge/resolvedE to submit your
This article turns from http://www.cr173.com/html/46224_1.htmlThe command that resolves the version conflict. After the conflict is resolved, you need to use svnresolved to tell the Subversion conflict resolution so that the update can be submitted.
SVN occurrence of the exclamation point file conflict Resolution This method is I saw on the net, at that time I also encountered SVN file conflict, after watching the feeling is good, so the collection to share with you as follows: The resolution
SourceToday, I ran into a depressed problem, SVN executes the clean up command times wrong "Previous operation have not finished; Run ' cleanup ' if it was interrupted ". Whether you go to that parent's directory to execute "clean up", it's the same
1, the code base is very simple to buildSvnadmin create command record, SVN manual recommends that the project use the following directory structureProjectTrunkBranchesTags2, Code ImportSVN import. File:///home/kkmao/expe/repos-m "Init import"3,
Today, I ran into a depressed problem, SVN executes the clean up command times wrong "Previous operation have not finished; Run ' cleanup ' if it was interrupted ". Whether you go to that parent's directory to execute "clean up", it's the same error.
Cainiao asks, how to use php to checkout from svn or cvs, such as a known address, user name, and password, how to use php to implement the svn or cvs checkout function has been tried to use shell_exec to execute the svncheckout command. it seems
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.