Before the small series introduced the svn command to everyone, can not read the Linux SVN tool command summary, today Xiaobian to introduce to you is the use of svn in the Linux system and svn Related operation examples, interested friends can come to understand.
1, the checkout files to a local directory
svn checkout path (path is a directory on the server)
For example: svn checkout svn: //192.168. 1.1/pro/domain
Shorthand: svn co
2. Add a new file to the repository
svn add file
For example: svn add Test.php (add test.php)
svn add * .php (add all php files in the current directory)
3. Submit the changed files to the repository
svn commit -m “ LogMessage ” [ -N ] [ --no-unlock ] PATH (If you choose to keep the lock, use the --no-unlock switch)
For example: svn commit - m “ add test file for my test ” test.php
shorthand: svn ci
4, lock/unlock
svn lock -m “ LockMessage &rdquo ; [ --force ] PATH
For example: svn lock -m “ lock test file ” test.php
svn unlock PATH
12 next page total 2 pages
In Linux system, you need to modify the desktop resolution due to game configuratio
In Linux system, in addition to PHP can view the file directory, the shell command
VMware Workstation is a desktop virtual machine software that allows multiple operating systems to r
Using the ftp command in the Linux system, users can perform file transfer operatio
What are the differences in the length of 32-bit and 64-bit data types in Linux?
How to configure LILO file for Red Flag Linux system
RPM Software Package Operation Guide
Linux system how to create a scheduled task with crontab
Linux detection and prevention of DDOS attacks skills
Debian install closed source package method
Linux system uses logrotate to cut Tomcat logs
What are the SELinux security mechanisms?
What should I do if a Linux normal user does not have permission to use the command?
What if CentOS fails to mount Glusterfs?
How to use uniq command to delete text duplicate lines in Linux system
What should I do if I want to enter a password every time git is submitted in Ubuntu?
Win7 upgrade key accidentally input error What to do
Win8.1 system does not have IE icon how to retrieve desktop IE icon
Win8.1 system caused blue screen failure due to tdx.sys file and solution
Restore to WinXP tool with GHOST tool under Win7 system + detailed steps
WIN8: 80 port is occupied by SYSTEM solution
Windows 7 system window automatic maximization and QQ auto-hiding conflicts
Linux installation vagrant process encountered problems