Difference between revisions of "TortoiseSvn"
From MohidWiki
Line 12: | Line 12: | ||
<htm><a href="http://content.screencast.com/users/GRiflet/folders/Jing/media/4acf6039-649c-45bb-928e-01918aae78c5/2008-12-12_2347.png"><img src="http://content.screencast.com/users/GRiflet/folders/Jing/media/4acf6039-649c-45bb-928e-01918aae78c5/2008-12-12_2347.png" width="319" height="282" border="0" /></a></htm> | <htm><a href="http://content.screencast.com/users/GRiflet/folders/Jing/media/4acf6039-649c-45bb-928e-01918aae78c5/2008-12-12_2347.png"><img src="http://content.screencast.com/users/GRiflet/folders/Jing/media/4acf6039-649c-45bb-928e-01918aae78c5/2008-12-12_2347.png" width="319" height="282" border="0" /></a></htm> | ||
− | *Set the central server repo address as '''https:// | + | *Set the central server repo address as '''https://mohid.svn.codeplex.com/svn''', then click '''ok''': |
<htm><a href="http://content.screencast.com/users/GRiflet/folders/Jing/media/06a40ea8-f46b-48af-9b34-86a5b11045fd/2008-12-12_2350.png"><img src="http://content.screencast.com/users/GRiflet/folders/Jing/media/06a40ea8-f46b-48af-9b34-86a5b11045fd/2008-12-12_2350.png" width="456" height="313" border="0" /></a></htm> | <htm><a href="http://content.screencast.com/users/GRiflet/folders/Jing/media/06a40ea8-f46b-48af-9b34-86a5b11045fd/2008-12-12_2350.png"><img src="http://content.screencast.com/users/GRiflet/folders/Jing/media/06a40ea8-f46b-48af-9b34-86a5b11045fd/2008-12-12_2350.png" width="456" height="313" border="0" /></a></htm> | ||
Revision as of 19:30, 31 July 2009
TortoiseSvn is a very cool svn client for windows with a cool interface that blends seamlessly with the windows explorer.
Contents
How to use the svn client with Mohid
Simply install presto the tortoise svn Tortoise svn.
Creating a new local repo
Here's the quick how-to add a new mohid_net project from our local intranet repository:
- Create a new folder:
- Right click the new folder and select svn checkout...:
- Set the central server repo address as https://mohid.svn.codeplex.com/svn, then click ok:
- Insert your subversion user name and password. Then click ok.
- Get the files, and when it's done click ok:
- That's it! You've imported the whole project!
Getting the latest version of the code
- To refresh and get the latest version of the code simply right-click on your local-repository, and then select the SVN update option:
- Once the new files are downloaded, simply hit the ok button.
- That's it!
Commiting changes to the code
- Now whenever you feel like to commit your changes, if any (provided that you are granted the rights to do so - ask the mohid code administrators for a user name and the write permission), simply right click the subversioned folder, and click Svn commit...:
- Make sure you log all your changes, then click ok:
- And... it's done!
External References
- <goto>TortoiseSvn</goto>
- <goto>RapidSvn</goto>