Showing posts with label Project Management. Show all posts
Showing posts with label Project Management. Show all posts
Wednesday, June 15, 2011
Saturday, March 12, 2011
Using TortoiseSVN on Windows
Steps:
ref: http://www.shokhirev.com/nikolai/programs/SVN/svn.html
- 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
Subscribe to:
Posts (Atom)