To realize this idea, the key principle is to turn the default folder into a working copy under the control of svn, and then automatically update this working copy through the post-commit hook. Several key operations:
1. You need to install svn server on the server, start svn service and create svn library;
2. Convert the current default folder into a working copy of the newly built svn library (the folder where the client stores data). Specific operations: import the contents of the current default folder into the newly-built svn library, then clear the default, and then check out the contents of the svn library to the default;
3. Use the post-submission hook of svn (the SVN server will automatically call the hook after each successful submission) and edit the hook. The content is svnupdate folder default, so that the default folder will be automatically updated after each successful submission;
4. Check out the svn library on your own computer, and then submit it locally, and then the server will automatically update the default folder.
Clean up junk files. Svn folder of svn under linux?
Windowssvn client cleaning method
1 anywhere in the folder or desktop, right-click-> tortoisesvn-& gt; Settings, the settings dialog box of svn client will appear.
2 Find SavedData in the Settings dialog box, click it, and the setting items will appear on the right, including one item: authenticationdata.
How to check out a version of linuxsvn?
View software version: svn-version View file or directory status: svnstatus-vpath (show file and subdirectory status) The first column remains unchanged, the second column shows the working version number, and the third and fourth columns show the last modified version number and modifier.