Some Incorrect things were accidentally modified when I was using SVN for release, and some incorrect files were added and edited. Due to the large number of files and complicated directories, it is impossible to perform a single process, so I think of SVN version rollback.
Roll back the local working directory:
1. Right-click the working directory and choose show log.
2. Find the version you want to roll back, and then revert to this revision
In this way, your local file will be rolled back to the selected version, but the server version is not rolled back.
Rollback server working directory:
1. Right-click the working directory and choose show log.
2. Find the version (1074) You want to roll back, and then select all versions (1077-1119) Revert changes from this revision
3. In this case, directly commit the local working directory, so that the server version will be rolled back to the desired version.
SVN version rollback