A novice programmer meets SVN.
SVN is still used in many companies.
Common SVN commands under linux are as follows:
1. Update to the latest code:
Execute the svn up command after entering the project root directory
two。 Fallback to a version of svn: for example, to version 66666
Execute svn up-r 66666 after entering the project root directory