- Create reposity folder.
- "C:\SVNRepository\new".
- Right click, select "TortoiseSVN\Create repository here".
- Select folder that you want to be a SVN folder.
- Using new folder is better, "D:\new".
- Create three folders: "trunk", "branches", "tags".
- Go back to parent and select "D:\new" folder.
- Right click, select "TortoiseSVN\Import...".
- Right click, select "SVN Checkout..."
- If you used new folder, then copy all your files in it.
- Finally, select "D:\new".
- Right click, select "SVN Commit".
- Add all files and click "OK".
- Done. All your files are controlled by SVN.
For more details, please refers to
http://e7fendy.blogspot.com/2009/11/setup-svn-local-repository-step-by-step.html
Comments
Post a Comment