- Create repository.
- eg: d:\www\svnrepo
- right click > tortoisesvn > create repo..
- this will create repository that contains all the config files and complete historical source projects files
- Initial import.
- eg: d:\tmp\wwwprojects
- right click > tortoisesvn > import
- this will import the contents of d:\tmp\wwwprojects to repository
- Set working folder.
- eg: d:\www\project1
- right click > svn checkout
- this will download the project source files to the specified folder
- Committing updated source
- right click > SVN commit
- this will import the updated file/s from the project folder/file to the repository
- Synching with repository
- right click > SVN update
- this will download newest file/s on repository to the project folder
ref: http://www.shokhirev.com/nikolai/programs/SVN/svn.html
No comments:
Post a Comment