1. Install SVN-Skip.
2. Setting up the Local warehouse
(1) Create file mkdir svntest
(2) Mouse selected file, right-click TortoiseSVN-craete repository here. Then click OK in the Popup box.
3. Import the file to the local repository.
(1) Upload the contents of the F:\CCC folder to Svntest
(2) Select the CCC folder, right mouse button select TortoiseSVN->import
(3) in the popup URL of repository fill in the File:///G:/svnTest (previously created warehouse address) and then click OK
(4) When the file upload is finished, click OK.
4. Download files from the local repository
(1) Create the Svndownload folder and go to this folder
(2) Go to this folder, right-click SVN Checkout
(3) The URL of the popup box of repository fill in the local warehouse address--File:///G:/svnTest. Then click OK
PS: If you change the file, save the changes. Please update to the latest using SVN update, if there are conflicting files, select SVN commit save after resolving conflicts ~
SVN local repository