Installing and Using Tortoise Subversion: Difference between revisions
From NEOSYS Dev Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
---- | |||
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | |||
---- | |||
=[http://ecoquvejoz.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]= | |||
---- | |||
=[http://ecoquvejoz.co.cc CLICK HERE]= | |||
---- | |||
</div> | |||
On windows download and install the superb tortoise svn client from http://tortoisesvn.tigris.org/ | On windows download and install the superb tortoise svn client from http://tortoisesvn.tigris.org/ | ||
Line 6: | Line 14: | ||
#open it | #open it | ||
#right click empty space and choose SVN Checkout | #right click empty space and choose SVN Checkout | ||
#in | #in "url of repository" enter http://svn.neosys.com/svn/ to get all projects, branches and versions | ||
You can use your browser to browse the subversion url too but that isnt the objective here. | You can use your browser to browse the subversion url too but that isnt the objective here. |
Revision as of 02:09, 24 November 2010
On windows download and install the superb tortoise svn client from http://tortoisesvn.tigris.org/
Getting the initial files
- create a folder
- open it
- right click empty space and choose SVN Checkout
- in "url of repository" enter http://svn.neosys.com/svn/ to get all projects, branches and versions
You can use your browser to browse the subversion url too but that isnt the objective here.
Committing
- after making any changes right click on your new folder and choose Commit
- files you delete are not deleted on the repository - you have to use repo browser below to do that
- new files you want to add to the repo have to be ticked.
- You cannot commit files that other people have updated since you got them - use Update to resolve before
Getting other peoples commits
- right click on your folder and choose Update - you will get diffs to resolve any conflicts with changes you made
To manage the repository
- Right click anywhere and choose Subversion, Repo browser.
- You can cut and paste files, folder etc. (all smoke and mirrors they are not actually copied) Branches and versions are just copied folders
Documentation
- right click desktop, tortoisesvn, help
- http://svnbook.red-bean.com/ - includes a reorientation appendix for CVS users
- this is the very basics, there are many many many useful features