Download and Install Tortoise SVN First
Create folder of any name you want. In my case I created it with the name SVN Repository.
After you create folder Right Click on the folder and Click on TortoiseSVN. After that Click on Create repository here.
Note :- After you Click on Create repository here a dialogue box will open which will show Default directory structure successfully created as shown above.
Once your directory structure is created.Find the Start folder and create a txt file with the data you want.
After you create file Right Click on the Source folder and Click on TortoiseSVN. After that Click on import.
Then enter the path of the txt file which you created in Start folder and enter something as message in the message box as shown above.
Import Finished Dialogue Box will be Shown i.e. your Import is Completed.
Once the Import is Finished Right Click on the Source folder and Click on TortoiseSVN. After that Click on Repo-browser.
Enter the Path of the Start folder in url and Click OK.
Select the file you created from the Start folder. Enter the Checkout Directory as shown Below.
Checkout Finished Dialogue will be Shown as Below.
Make Changes to the txt file & Commit. The Below Screenshot shows that the Commit wasn’t Successful.
Note :- To Commit Click on Working Folder and Click on SVN Commit.
In this Screenshot the Commit is Successful.
Once the Commit is Successful you will be able to see the changes you made in the txt file.