<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Software design and embedded system tools. &#187; tortoiseSVN</title>
	<atom:link href="http://embedsoftdev.com/tag/tortoisesvn/feed/" rel="self" type="application/rss+xml" />
	<link>http://embedsoftdev.com</link>
	<description>Good information for software design</description>
	<lastBuildDate>Fri, 27 Aug 2010 22:53:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Software to manage subversion.</title>
		<link>http://embedsoftdev.com/software-tools/software-to-manage-subversion/</link>
		<comments>http://embedsoftdev.com/software-tools/software-to-manage-subversion/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 05:54:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software tools]]></category>
		<category><![CDATA[subclipse]]></category>
		<category><![CDATA[subversion software]]></category>
		<category><![CDATA[tortoiseSVN]]></category>
		<guid isPermaLink="false">http://embedsoftdev.com/?p=69</guid>
		<description><![CDATA[The story for today is about Subversion program and other program that can use with subversion. I normally separate the subversion program into two groups as follow. 1. Command line subversion program is the subversion program that must use only the command to manage all operation of subversion (such as you must type the command [...]
Related posts:<ol><li><a href='http://embedsoftdev.com/software-tools/tool-for-convert-the-picture-file-to-c-source-code/' rel='bookmark' title='Permanent Link: Tool for convert the picture file to C source code.'>Tool for convert the picture file to C source code.</a></li>
<li><a href='http://embedsoftdev.com/software-tools/software-revision-control/' rel='bookmark' title='Permanent Link: Software revision control.'>Software revision control.</a></li>
<li><a href='http://embedsoftdev.com/software-engineering/git-vs-perforce-vs-clearcase-vs-cvs/' rel='bookmark' title='Permanent Link: GIT vs Perforce vs Clearcase vs CVS'>GIT vs Perforce vs Clearcase vs CVS</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fembedsoftdev.com%2Fsoftware-tools%2Fsoftware-to-manage-subversion%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fembedsoftdev.com%2Fsoftware-tools%2Fsoftware-to-manage-subversion%2F&amp;style=normal" height="61" width="50" title="Software to manage subversion." alt="software tools Software to manage subversion." /><br />
			</a>
		</div>
<p>       The story for today is about Subversion program and other program that can use with subversion.</p>
<p>I normally separate the subversion program into two groups as follow.</p>
<p>        1. Command line subversion program is the subversion program that must use only the command to manage all operation of subversion (such as you must type the command in the &#8220;command prompt&#8221; of Windows XP) Subversion program in command line interface have many binary files used for manage the subversion system altogether such as &#8220;svn.exe&#8221;,&#8221;svnadmin.exe&#8221;,&#8221;sveserve.exe&#8221;,&#8221;svnlook.exe&#8221;.The advantage of  this subversion series is that it is able to used in many operating system.You can look for the OS<br />
that can be use the subversion in command line style at <a rel="nofollow" target="_blank" href="http://subversion.tigris.org/getting.html#windows">http://subversion.tigris.org/getting.html#windows</a>.<br />
Another advantage is that it provide the subversion server program (subversion is managed as the<br />
client-server model, so it must set the subversion server first) used for make the subversion server service<br />
that other clients can be connect to.The only disadvantage of this subversion series is that it is difficult<br />
to manage because it is only the command , you must type the command to manage it!! and you also<br />
must read the a lot of the instructions of the command too.The well-known program for this series of<br />
subversion is come from CollabNet at here &#8211;>  <a rel="nofollow" target="_blank" href="http://www.collab.net/downloads/subversion/">http://www.collab.net/downloads/subversion/</a></p>
<p>         2.Graphical user interface subversion program is the subversion program used only as the subversion client software.</p>
<p>         This series of subversion program must used as the integrator with other software or OS.The well-known subversion program in this series is TortoiseSVN (for integrate with windows explorer), Subclipse and Subversive (for integrate with Eclipse IDE),AnkhSVN and VisualSVN (for integrate with Visual Studio), RapidSVN (Cross-platform) etc&#8230;</p>
<p>         The main advantage of GUI subversion is the ease of use because you don&#8217;t have to write the command to control the subversion system , just only use mouse to click at the command you want at the GUI subversion program.However before you can use the GUI Subversion program to control your subversion you must set  subversion server service by using Apache subversion module or using the subversion server program that usually come with the subversion command line program.</p>
<div id="attachment_70" class="wp-caption aligncenter" style="width: 310px"><img src="http://embedsoftdev.com/wp-content/uploads/2009/07/Subclipse-Eclipse-Compare.jpg-300x236.png" alt="Subclipse windows." title="Subclipse" width="300" height="236" class="size-medium wp-image-70" /><p class="wp-caption-text">Subclipse windows.</p></div>
<div id="attachment_71" class="wp-caption aligncenter" style="width: 310px"><img src="http://embedsoftdev.com/wp-content/uploads/2009/07/repairmove2-300x277.png" alt="TortoiseSVN commit windows." title="TortoiseSVN" width="300" height="277" class="size-medium wp-image-71" /><p class="wp-caption-text">TortoiseSVN commit windows.</p></div>
<p>          For the subversion client software for windows I recommend to use TortoiseSVN because it is easy to use,popular and the software is cover all the necessary operation for manage the subversion system.If you use the eclipse IDE as your development environment I suggest to use Subclipse because of the ease of use and it capability is similar to TortoiseSVN.</p>
<p>          If the subversion programs I show you in the above is not enough.I also have other suggestion programs that can be use with the subversion client software to make it better and easy to monitor.They are&#8230;</p>
<p>          &#8211; cvs2svn <a rel="nofollow" target="_blank" href="http://cvs2svn.tigris.org/">http://cvs2svn.tigris.org/</a>-> The tool to convert the CVS to SVN.</p>
<p>          &#8211; CommitMonitor <a rel="nofollow" target="_blank" href="http://tools.tortoisesvn.net/CommitMonitor">http://tools.tortoisesvn.net/CommitMonitor</a>-> Integrate with TortoiseSVN to look for the commit and the change that happen to the repository.<br />
          &#8211; WebSVN <a rel="nofollow" target="_blank" href="http://websvn.tigris.org/">http://websvn.tigris.org/ </a>-> The web interface for look at the status in subversion system.<br />
          &#8211; svnnotifier <a rel="nofollow" target="_blank" href="http://svnnotifier.tigris.org/">http://svnnotifier.tigris.org/ </a>-> Look for the commit and change that happen to the repository.<br />
          &#8211; StatSVN <a rel="nofollow" target="_blank" href="http://sourceforge.net/projects/statsvn/">http://sourceforge.net/projects/statsvn/</a>-> Look for the statistic of the subversion.<br />
          &#8211; Bugzilla/SVN integration <a rel="nofollow" target="_blank" href="http://sean-janus.optionpc.com/me/software/bugtraq/">http://sean-janus.optionpc.com/me/software/bugtraq/ </a>->  scripts to integrate Bugzilla with Subversion.<br />
          &#8211; Gurtle <a rel="nofollow" target="_blank" href="http://code.google.com/p/gurtle/">http://code.google.com/p/gurtle/ </a>-> TortoiseSVN issue tracker plug-in.</p>
<p>          For more information about subversion software , please take a look at <a rel="nofollow" target="_blank" href="http://subversion.tigris.org/links.html#clients">http://subversion.tigris.org/links.html#clients</a></p>
<p>By jitkasem pintaya.   </p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/software-tools/software-to-manage-subversion/" title="GUI to manage subversion server">GUI to manage subversion server</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 1.356 ms -->
<p>Related posts:<ol><li><a href='http://embedsoftdev.com/software-tools/tool-for-convert-the-picture-file-to-c-source-code/' rel='bookmark' title='Permanent Link: Tool for convert the picture file to C source code.'>Tool for convert the picture file to C source code.</a></li>
<li><a href='http://embedsoftdev.com/software-tools/software-revision-control/' rel='bookmark' title='Permanent Link: Software revision control.'>Software revision control.</a></li>
<li><a href='http://embedsoftdev.com/software-engineering/git-vs-perforce-vs-clearcase-vs-cvs/' rel='bookmark' title='Permanent Link: GIT vs Perforce vs Clearcase vs CVS'>GIT vs Perforce vs Clearcase vs CVS</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/software-tools/software-to-manage-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
