1 / 10

Sharing Code using Projectlocker and Tortoise SVN

Sharing Code using Projectlocker and Tortoise SVN. Why do we need projectlocker?. Projectlocker. Developer3. Developer1. Developer2. Why do we need SVN? To upload , download code from the developer’s pc. Many subversions are there, we are considering tortoise svn.

ziya
Download Presentation

Sharing Code using Projectlocker and Tortoise SVN

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Sharing Code using Projectlocker and Tortoise SVN

  2. Why do we need projectlocker? Projectlocker Developer3 Developer1 Developer2 • Why do we need SVN? • To upload , download code from the developer’s pc. • Many subversions are there, we are considering tortoise svn.

  3. How to use projectlocker Step -1 Create a free account in Projectlocker: http://www.projectlocker.com/ Step – 2 Now access your account : https://portal.projectlocker.com

  4. Step -3 Get your subversion URL. This is the place where your files will be uploaded.

  5. How to upload my project files? Step – 1: Now you have the space. So upload your code using tortoise svn. Download it from: http://tortoisesvn.net/downloads Install it. Step – 2 : • Now you’ll get svn options as part of your right click menu. Now right click on the folder you want to upload. • From the context menu choose TortoiseSVN -> Import. • This window will appear.

  6. How to checkout from Projectlocker? • Right click on the folder where you want to download codes. • Choose SVNcheckout. Or you could also choose TortoiseSVN->Export • Give location of the repository files • Give location to the folder where to downnload. • Give username , password.

  7. How to commit? • Now you have modified some of your files. • TortoiseSVN will mark them red. • Right click on the file/folder. • Choose SVNcommit Good Practice: We should add messages on what changes we have made.

  8. How to update? • Right click on the folder and select SVNupdate. • We should update our code before commit. • Otherwise there might be conflict at the time of commit. <<<<<<< .mine //My previous code ================= //This is a comment. >>>>>>> .r3

  9. Some other useful options Update to revision Revert Diff Add – First Add then update. Delete – First Delete then update. Branch Documentation: http://tortoisesvn.net/docs/release/TortoiseSVN_en/

  10. Questions/Comments

More Related