Difference between revisions of "TortoiseSvn"
From MohidWiki
Line 3: | Line 3: | ||
==How to use the svn client with Mohid== | ==How to use the svn client with Mohid== | ||
Simply install presto the tortoise svn [http://tortoisesvn.tigris.org/ Tortoise svn]. | Simply install presto the tortoise svn [http://tortoisesvn.tigris.org/ Tortoise svn]. | ||
+ | You can also see [[Codeplex#Tutorials|video screencasts]] instead of the picture-only tutorial below... | ||
===Creating a new local repo=== | ===Creating a new local repo=== |
Revision as of 15:57, 20 May 2010
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. You can also see video screencasts instead of the picture-only tutorial below...
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>