<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>tortoisesvn &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/tortoisesvn/</link>
	<description>Feed of posts on WordPress.com tagged "tortoisesvn"</description>
	<pubDate>Sun, 29 Nov 2009 07:30:04 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[10 Very useful web design and web programming tools]]></title>
<link>http://kahrn.wordpress.com/2009/11/18/10-very-useful-webdesign-and-web-programming-tools/</link>
<pubDate>Wed, 18 Nov 2009 20:28:31 +0000</pubDate>
<dc:creator>kahrn</dc:creator>
<guid>http://kahrn.wordpress.com/2009/11/18/10-very-useful-webdesign-and-web-programming-tools/</guid>
<description><![CDATA[Web development today Web development today isn&#8217;t just HTML editing or basic php scripts. Web ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Web development today</strong></p>
<p>Web development today isn&#8217;t just HTML editing or basic php scripts. Web development and programming today is usually achieved with a wide set of tools &#8212; any popular website around today uses a wide set of tools. For example,</p>
<ul>
<li>reddit.com &#8212; reddit uses <a href="http://python.org" target="_blank">Python</a> and <a href="http://en.wikipedia.org/wiki/PostgreSQL" target="_blank">PostgreSQL</a>, which spit out html (of xhtml syntax), javascript and <a href="http://www.w3schools.com/css/css_intro.asp" target="_blank">CSS</a>.</li>
<li>slashdot.com &#8212; slashdot.com uses Perl and MySQL, sitting on top of Apache.</li>
<li>microsoft.com &#8212; microsoft.com uses a combination of ASP.NET, running on top of IIS. The output is html (xhtml syntax), css and javascript.</li>
</ul>
<h2>The tools</h2>
<h3>Web Developer / Firefox Extension</h3>
<p>Firefox Web Developer Extension is a useful tool for being able to disable various features on a page, manage cookies, view specific css information using a picker tool for any specific elements and being able to manager userstyles. You can also manage images and various other tools including the ability to view generated source.</p>
<p>You can download it at <a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Mozilla Add-ons</a></p>
<h3>ColorZilla / Firefox Extension</h3>
<p><a href="http://kahrn.wordpress.com/files/2009/11/blogwebdevcolorzilla.png"><img src="http://kahrn.wordpress.com/files/2009/11/blogwebdevcolorzilla.png?w=300" alt="" title="Colorzilla Firefox Extension" width="125" height="119" class="alignright size-medium wp-image-246" /></a>ColorZilla is an extension to firefox that adds a color picker tool to the browser UI. It is then possible to return information for a given pixel on a website.</p>
<p>You can download it at the <a href="https://addons.mozilla.org/en-US/firefox/addon/271" target="_blank">Mozilla Add-ons</a> site.</p>
<h3>MeasureIT / Firefox Extension</h3>
<p><a href="http://kahrn.wordpress.com/files/2009/11/blogwebdevmeasureit.png"><img src="http://kahrn.wordpress.com/files/2009/11/blogwebdevmeasureit.png?w=150" alt="" title="MeasureIT Firefox Extension" width="150" height="83" class="alignright size-thumbnail wp-image-250" /></a>The measureIT Firefox extension adds a measuring tool that appears as an overlay on any webpage you need to use it on.</p>
<p>You can download measureIT at the <a href="https://addons.mozilla.org/en-US/firefox/addon/539" target="_blank">Mozilla Add-ons</a> site</p>
<h3>DOM Inspector / Firefox Extension</h3>
<p><a href="http://kahrn.wordpress.com/files/2009/11/blogwebdevdominspector.png"><img src="http://kahrn.wordpress.com/files/2009/11/blogwebdevdominspector.png?w=150" alt="" title="Firefox DOM Inspector" width="150" height="112" class="alignright size-thumbnail wp-image-253" /></a>The Document Object Model Inspector is a tool to inspect the DOM of any webpage. It often comes with the default install of firefox as an option.</p>
<p>You can download DOM Inspector at <a href="https://developer.mozilla.org/en/dom_inspector" target="_blank">https://developer.mozilla.org/en/dom_inspector</a></p>
<h3>Firebug / Firefox Extension</h3>
<p>Firebug is an extension which is useful for editing css, html or javascript elements within a webpage.</p>
<p>You can download Firebug at the <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Mozilla Add-ons</a> site.</p>
<h3>Google page speed / Firebug Extension</h3>
<p><a href="http://kahrn.wordpress.com/files/2009/11/blogwebdevgooglepagespeed11.png"><img src="http://kahrn.wordpress.com/files/2009/11/blogwebdevgooglepagespeed11.png?w=150" alt="" title="Google web page speed for Firebug" width="150" height="116" class="alignright size-thumbnail wp-image-255" /></a>Google page speed is a Firebug extension that is able to give you a wealth of information on the download speeds and execution time of your website. It can also give you tips on how to reduce overheads and improve code.</p>
<p>You can download the Google page speed Firebug extension at the <a href="http://code.google.com/speed/page-speed/download.html" target="_blank">google page speed</a> site.</p>
<h3>Notepad++</h3>
<p><a href="http://kahrn.wordpress.com/files/2009/11/blogwebdevnotepadplusplus1.png"><img src="http://kahrn.wordpress.com/files/2009/11/blogwebdevnotepadplusplus1.png?w=150" alt="" title="Notepad++" width="150" height="115" class="alignright size-thumbnail wp-image-259" /></a>Notepad++ is a tool I often use when working on smaller projects where I do not need a full IDE.</p>
<blockquote><p><strong>Notepad++</strong> is a free (as in &#8220;free speech&#8221; and also as in &#8220;free beer&#8221;) source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by <a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">GPL</a> License.<br />
Based on a powerful editing component <a href="http://www.scintilla.org/" target="_blank">Scintilla</a>, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size.</p></blockquote>
<p>You can download it over at the <a href="http://notepad-plus.sourceforge.net/uk/site.htm">notepad++ sourceforge</a> project site.</p>
<h3>Netbeans with PHP Development plugin</h3>
<p><a href="http://kahrn.wordpress.com/files/2009/11/blogwebdevnetbeans.png"><img src="http://kahrn.wordpress.com/files/2009/11/blogwebdevnetbeans.png?w=150" alt="" title="Netbeans with PHP Plugin" width="150" height="116" class="alignright size-thumbnail wp-image-260" /></a>Netbeans is a Java IDE developed by Sun. It supports various plugins &#8212; one being PHP development extensions. When working on large projects, Netbeans proves useful.</p>
<p>You can download it at the <a href="http://netbeans.org/">Netbeans</a> site.</p>
<h3>Visual SVN</h3>
<p>VisualSVN is a SVN server for Windows. It is quick and easy to use and requires little previous knowledge of server administration or svn experience, but it can also be quite powerful.</p>
<p>You can download it at the <a href="http://www.visualsvn.com/server/download/">VisualSVN Server</a> site. It is free for both personal and commercial use.</p>
<h3>Tortoise SVN</h3>
<p>TortoiseSVN is an SVN client that interfaces with Windows Explorer to interface with SVN.</p>
<p>You can download it at the <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a> site.</p>
<h3>XAMPP</h3>
<p>XAMPP is a quick and easy way to get an apache server, MySQL daemon and PHP all running on Windows for a development environment. It also supports an FTP server and a few other things.</p>
<p>You can download it at the <a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a> site.</p>
<p><strong>Forums</strong><br />
You can come and discuss web development, get website reviews and also SEO information at the <a href="http://tdlabs.co.uk/forums">Transcendental Labs</a> forum.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[My SVN Global Ignore Pattern for C# and Resharper]]></title>
<link>http://blogs.edwardwilde.com/2009/11/11/my-svn-global-ignore-pattern-for-c-and-resharper/</link>
<pubDate>Wed, 11 Nov 2009 16:16:01 +0000</pubDate>
<dc:creator>Edward Wilde</dc:creator>
<guid>http://blogs.edwardwilde.com/2009/11/11/my-svn-global-ignore-pattern-for-c-and-resharper/</guid>
<description><![CDATA[*\bin* *\obj* *.suo *.user *.bak **.ReSharper** **\_ReSharper.** StyleCop.Cache]]></description>
<content:encoded><![CDATA[<div class='snap_preview'></p>
<p><code>*\bin* *\obj* *.suo *.user *.bak **.ReSharper** **\_ReSharper.** StyleCop.Cache</code></p>
<pre><code></code></pre>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[RabbitVCS, como tener TortoiseSVN en Linux]]></title>
<link>http://fdfblog.wordpress.com/2009/11/10/rabbitvcs-como-tener-tortoisesvn-en-linux/</link>
<pubDate>Tue, 10 Nov 2009 08:54:11 +0000</pubDate>
<dc:creator>Fernando de Francisco</dc:creator>
<guid>http://fdfblog.wordpress.com/2009/11/10/rabbitvcs-como-tener-tortoisesvn-en-linux/</guid>
<description><![CDATA[Es lo que tiene compartir información con la gente; ayer mismo andaba trabajando con un compañero en]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://fdfblog.wordpress.com/files/2009/11/rabbitvcs_context_menu.png?w=300"><img class="alignright size-medium wp-image-222" title="RabbitVCS Context Menu" src="http://fdfblog.wordpress.com/files/2009/11/rabbitvcs_context_menu.png?w=300" alt="RabbitVCS Context Menu" width="300" height="202" /></a>Es lo que tiene compartir información con la gente; ayer mismo andaba trabajando con un compañero en las pruebas finales de un proyecto en su portátil cuando nos dimos cuenta de que, posiblemente, hubiera versiones actualizadas en nuestro servidor SVN, por lo que se dispuso a actualizar. Me quedé sorprendido cuando abrió el Nautilus en su Ubuntu 9.04 y busco la carpeta de trabajo del SVN y con el menú contextual pinchó en &#8220;Actualizar&#8221;.</p>
<p>- ¿Y eso?, se parece al TortoiseSVN de Windows.</p>
<p>- Sí, es el RabbitVCS, y funciona bastante bien.</p>
<p>Así que ya sabéis, si os resulta harto cómodo el cliente SVN de Windows ahora podéis usar algo muy similar en vuestro Linux.</p>
<p><a href="http://www.rabbitvcs.org/">Más info</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[TortoiseSVN 1.6.6]]></title>
<link>http://netvietnam.org/2009/10/27/tortoisesvn-1-6-6/</link>
<pubDate>Tue, 27 Oct 2009 04:26:41 +0000</pubDate>
<dc:creator>Nhân Mã</dc:creator>
<guid>http://netvietnam.org/2009/10/27/tortoisesvn-1-6-6/</guid>
<description><![CDATA[TortoiseSVN &#8211; Hệ thống quản lý phiên bản. Mục đích của SVN là xây dựng một hệ thống quản lý ph]]></description>
<content:encoded><![CDATA[TortoiseSVN &#8211; Hệ thống quản lý phiên bản. Mục đích của SVN là xây dựng một hệ thống quản lý ph]]></content:encoded>
</item>
<item>
<title><![CDATA[Subversion: Windows binaries]]></title>
<link>http://choorucode.wordpress.com/2009/10/24/subversion-windows-binaries/</link>
<pubDate>Sat, 24 Oct 2009 08:11:57 +0000</pubDate>
<dc:creator>Ashwin Nanjappa</dc:creator>
<guid>http://choorucode.wordpress.com/2009/10/24/subversion-windows-binaries/</guid>
<description><![CDATA[TortoiseSVN does not have the SVN admin tools implemented inside it, nor does it ship with these com]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><em>TortoiseSVN</em> does not have the SVN admin tools implemented inside it, nor does it ship with these command-line tools. If you need these admin tools on Windows, install the Windows binaries <a href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100">provided</a> by Tigris.org. CollabNet also <a href="http://www.collab.net/downloads/subversion/">provides</a> Windows binaries, but it requires a signup which I hate! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SVN Externals]]></title>
<link>http://thegsharp.wordpress.com/2009/10/15/svn-externals/</link>
<pubDate>Thu, 15 Oct 2009 19:33:26 +0000</pubDate>
<dc:creator>machadogj</dc:creator>
<guid>http://thegsharp.wordpress.com/2009/10/15/svn-externals/</guid>
<description><![CDATA[Improving your source code structure with SVN Externals Svn &#8220;externals&#8221; is an SVN proper]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Improving your source code structure with SVN Externals</strong></p>
<p>Svn &#8220;externals&#8221; is an SVN property of folders, which you can use to set external links. By doing this, you avoid having to copy the same folder in multiple locations, and you get to make changes only once and in only one place.</p>
<p>There are two ways to set an SVN property, through the command line or (if your svn client supports it) through the UI. In this case I will show you how to set the properties through the UI of the TortoiseSVN (my favorite SVN client).</p>
<p>First of all, you have to decide the folder of reference. Inside this reference folder you will have the external links. The syntax is as follows:</p>
<p>pathRelativeToYourFolder http://svnpathtoexternallink</p>
<p>So, first you put the path relative to the folder you right-clicked, and then the SVN url to the “external link” folder. As simple as that you can add external links to all your project folders.</p>
<p>Now let’s try to improve our source code structure using externals. If you followed my previous <a title="Structuring your source code" href="http://thegsharp.wordpress.com/2009/09/05/structuring-your-source-code/" target="_blank">post about code structure</a>, or if you have a similar structure you should have something like this:</p>
<div id="attachment_58" class="wp-caption alignnone" style="width: 261px"><img class="size-full wp-image-58" title="svn structure" src="http://thegsharp.wordpress.com/files/2009/10/svn-structure.png" alt="SVN basic structure" width="251" height="292" /><p class="wp-caption-text">SVN basic structure</p></div>
<p>Many of your projects will most  likely going to have a lot of the “lib” folder in common (for more information about the lib folder see <a title="Structuring your source code" href="http://thegsharp.wordpress.com/2009/09/05/structuring-your-source-code/" target="_blank">this</a>), such as nunit, nant, enterprise library, asp .net ajax toolkit, etc. So it makes sense to take the lib folder to a totally different path, outside of every project, and add it as external links to each project that may need it.</p>
<p>So all you need to do is create a lib folder outside the scope of your project, put all the lib stuff inside, and then go to the trunk folder, right click, go to TortoiseSVN -&#62; Properties, and finally add an svn:externals property with the following text:</p>
<p>lib <a href="http://yoursvn/path-to-the-lib-folder">http://yoursvn/path-to-the-lib-folder</a></p>
<p>From now on you can keep your lib folder always up-to-date in all of your projects at the same time! Notice however, that changes to the lib folder have to be done in the <a href="http://yoursvn/path-to-the-lib-folder">http://yoursvn/path-to-the-lib-folder</a> repository and not inside your trunk’s lib folder. Another thing to take into account is that if the lib folder grows too big, you can always do a checkout excluding the “externals”.</p>
<p>In this post we have improved the structure of our repository by moving the lib folder to a common place for all our projects, adding an external link using the svn:externals property.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[การติดตั้ง Lazarus แบบ Subversion บน Windows]]></title>
<link>http://priabroy.wordpress.com/2009/10/12/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-lazarus-%e0%b9%81%e0%b8%9a%e0%b8%9a-subversion-%e0%b8%9a%e0%b8%99-windows/</link>
<pubDate>Mon, 12 Oct 2009 05:44:56 +0000</pubDate>
<dc:creator>prajuab riabroy</dc:creator>
<guid>http://priabroy.wordpress.com/2009/10/12/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-lazarus-%e0%b9%81%e0%b8%9a%e0%b8%9a-subversion-%e0%b8%9a%e0%b8%99-windows/</guid>
<description><![CDATA[Blog ตอนก่อนผมเขียนเรื่องติดตั้ง lazarus แบบ subversion บน linux ละเอียดพอสมควร ติดค้างเรื่องติดตั้ง]]></description>
<content:encoded><![CDATA[Blog ตอนก่อนผมเขียนเรื่องติดตั้ง lazarus แบบ subversion บน linux ละเอียดพอสมควร ติดค้างเรื่องติดตั้ง]]></content:encoded>
</item>
<item>
<title><![CDATA[Pimp My VS2008]]></title>
<link>http://wwwebdev.wordpress.com/2009/09/28/pimp-my-vs2008/</link>
<pubDate>Mon, 28 Sep 2009 07:23:09 +0000</pubDate>
<dc:creator>swlkrdc</dc:creator>
<guid>http://wwwebdev.wordpress.com/2009/09/28/pimp-my-vs2008/</guid>
<description><![CDATA[So before I dive into my world changing ASP.NET MVC app, I figured I&#8217;d take some time to expla]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>So before I dive into my world changing ASP.NET MVC app, I figured I&#8217;d take some time to explain very simply how to set up some SVN integration in VS2008. Ready? Don&#8217;t blink &#8217;cause you might miss it:</p>
<p><strong>1. Beanstalk &#8211; </strong><a href="http://beanstalkapp.com"><strong>http://beanstalkapp.com/</strong></a></p>
<p>Follow the cues to set up your free subversion repository, you won&#8217;t need help navigating their site, it&#8217;s super simple.</p>
<p><strong>2. TortoiseSVN &#8211; </strong><a href="http://tortoisesvn.net/downloads"><strong>http://tortoisesvn.net/downloads</strong></a></p>
<p>This isn&#8217;t really necessary, but I like it just in case I&#8217;m in a windows explorer window and happen to want to commit something. Download the version for your appropriate cpu (32/64). Double click and hit next until it asks you to reboot. At that point you should reboot. Now you&#8217;re almost there, I mean you can hit up your beanstalk repo straight from the windows file system by right clicking the whitespace on a windows explorer window and clicking &#8220;SVN Checkout&#8230;&#8221;: but we want to never have to leave the IDE so on to step 3 we go.</p>
<div id="attachment_14" class="wp-caption alignnone" style="width: 310px"><a href="http://wwwebdev.wordpress.com/files/2009/09/screen-shot-2009-09-28-at-12-03-17-am.png"><img class="size-medium wp-image-14" title="Tortoise SVN Checkout" src="http://wwwebdev.wordpress.com/files/2009/09/screen-shot-2009-09-28-at-12-03-17-am.png?w=300" alt="Tortoise SVN Checkout..." width="300" height="224" /></a><p class="wp-caption-text">Tortoise SVN Checkout...</p></div>
<p><strong>3. AnkhSVN &#8211; </strong><a href="http://ankhsvn.open.collab.net/"><strong>http://ankhsvn.open.collab.net/</strong></a></p>
<p>On the right you&#8217;ll notice the download link for version &#62;= 2.1. Once it&#8217;s downloaded, close visual studio, double click the installer, next, next, next. Once it&#8217;s done installing open up visual studio and you&#8217;ll notice a new tab at the bottom of the window &#8220;Pending Changes&#8221;. If you don&#8217;t, that&#8217;s fine just click on &#8220;View&#8221; then click on &#8220;Pending Changes&#8221;:</p>
<div id="attachment_15" class="wp-caption alignnone" style="width: 310px"><a href="http://wwwebdev.wordpress.com/files/2009/09/ankhsvnpendingchanges.png"><img class="size-medium wp-image-15" title="ankhSVNPendingChanges" src="http://wwwebdev.wordpress.com/files/2009/09/ankhsvnpendingchanges.png?w=300" alt="AnkhSVN Pending Changes Pane" width="300" height="54" /></a><p class="wp-caption-text">AnkhSVN Pending Changes Pane</p></div>
<p><strong>4. Time for the secret sauce.</strong></p>
<p>Now, let&#8217;s put these awesome tools into action. Right click on your solution in the solution explorer and click &#8220;Add solution to subversion&#8221;:</p>
<div id="attachment_16" class="wp-caption alignnone" style="width: 310px"><a href="http://wwwebdev.wordpress.com/files/2009/09/screen-shot-2009-09-28-at-12-12-53-am.png"><img class="size-medium wp-image-16" title="SVN Initial Import!" src="http://wwwebdev.wordpress.com/files/2009/09/screen-shot-2009-09-28-at-12-12-53-am.png?w=300" alt="Adding your solution to subversion" width="300" height="151" /></a><p class="wp-caption-text">Adding your solution to subversion</p></div>
<p>A pop up window will come up, just enter in your repository URL:</p>
<div id="attachment_17" class="wp-caption alignnone" style="width: 281px"><a href="http://wwwebdev.wordpress.com/files/2009/09/screen-shot-2009-09-28-at-12-15-38-am.png"><img class="size-medium wp-image-17" title="SVN Pop up" src="http://wwwebdev.wordpress.com/files/2009/09/screen-shot-2009-09-28-at-12-15-38-am.png?w=271" alt="AnkhSVN asking you for your repo URL" width="271" height="300" /></a><p class="wp-caption-text">AnkhSVN asking you for your repo URL</p></div>
<p>(which can be found on your dashboard at beanstalk on the right under &#8220;Repository URL&#8221;) and once you connect, just hit OK and you&#8217;re good to go.</p>
<p>After this intial upload, your solution explorer will reflect which state your files are in:</p>
<ul>
<li>Blue check mark: you&#8217;re synced up with the repository</li>
<li>Red rectangle: you&#8217;ve made changes that haven&#8217;t been committed yet</li>
</ul>
<div id="attachment_18" class="wp-caption alignnone" style="width: 177px"><a href="http://wwwebdev.wordpress.com/files/2009/09/screen-shot-2009-09-28-at-12-18-05-am.png"><img class="size-medium wp-image-18" title="AnkhSVN Solution Explorer" src="http://wwwebdev.wordpress.com/files/2009/09/screen-shot-2009-09-28-at-12-18-05-am.png?w=167" alt="Ankh-ified Solution Explorer" width="167" height="300" /></a><p class="wp-caption-text">Ankh-ified Solution Explorer</p></div>
<p>Once you edit a file and you want to upload changes to the repo or download someone else&#8217;s changes, just go down the &#8220;Pending Changes&#8221; tab on the bottom of VS and hit &#8220;Commit/Update&#8221; respectively.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Roll back (Undo) revisions in the repository]]></title>
<link>http://devmanic.wordpress.com/2009/09/04/roll-back-undo-revisions-in-the-repository/</link>
<pubDate>Fri, 04 Sep 2009 23:47:06 +0000</pubDate>
<dc:creator>Drew</dc:creator>
<guid>http://devmanic.wordpress.com/2009/09/04/roll-back-undo-revisions-in-the-repository/</guid>
<description><![CDATA[Quick pointer to a particular TortoiseSVN feature I wasn&#8217;t familiar with for some reason. This]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Quick pointer to a particular TortoiseSVN feature I wasn&#8217;t familiar with for some reason. This enables reverting to a previous revision easily.</p>
<blockquote><p>The easiest way to revert the changes from a single revision, or from a range of revisions, is to use the revision log dialog. This is also the method to use of you want to discard recent changes and make an earlier revision the new HEAD.</p></blockquote>
<p>via <a href="http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-howto-rollback.html">Roll back (Undo) revisions in the repository</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Como configurar un repositorio SVN en Google Code]]></title>
<link>http://nosoyfriky.wordpress.com/2009/08/27/como-configurar-un-repositorio-svn-en-google-code/</link>
<pubDate>Thu, 27 Aug 2009 11:55:40 +0000</pubDate>
<dc:creator>rantamplan87</dc:creator>
<guid>http://nosoyfriky.wordpress.com/2009/08/27/como-configurar-un-repositorio-svn-en-google-code/</guid>
<description><![CDATA[Hace unos dias os hablaba sobre xp-dev.com. Es un SVN gratuito que puede albergar proyectos privados]]></description>
<content:encoded><![CDATA[Hace unos dias os hablaba sobre xp-dev.com. Es un SVN gratuito que puede albergar proyectos privados]]></content:encoded>
</item>
<item>
<title><![CDATA[Personal Source Control with Google Code &amp; SVN]]></title>
<link>http://relentlessdevelopment.wordpress.com/2009/08/26/personal-source-control-with-google-code-svn/</link>
<pubDate>Wed, 26 Aug 2009 22:50:56 +0000</pubDate>
<dc:creator>relentlessdevelopment</dc:creator>
<guid>http://relentlessdevelopment.wordpress.com/2009/08/26/personal-source-control-with-google-code-svn/</guid>
<description><![CDATA[I&#8217;m reading The Pragmatic Programmer at the moment, and one thing they recommend is to always ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I&#8217;m reading <a title="The Pragmatic Programmer" href="http://www.pragprog.com/the-pragmatic-programmer" target="_blank">The Pragmatic Programmer</a> at the moment, and one thing they recommend is to always use source control, even for small prototypes and personal projects.  Now I&#8217;ve been using source control at work ever since I started coding, but I&#8217;ve never given serious thought to using it at home &#8211; I only have a single machine for a start.</p>
<p>But that&#8217;s not really an issue these days, as there are a number of Internet hosts that can act as your source control server &#8211; and this gives the additional advantage of being able to access your code wherever you can get on the &#8216;net.  And as well as being a good way of backing things up,  you also get a full revision history, which can be handy when things go pear-shaped!</p>
<p>Now, I don&#8217;t want to spend any actual money on this, but that&#8217;s not a problem as there are many open source options available &#8211; I didn&#8217;t look too hard here as I&#8217;ve already used <a title="Subversion" href="http://subversion.tigris.org/" target="_blank">Subversion</a> (SVN) at a previous job and it has a big following, and is supported by most of the online hosts.  Same with the client, which is the part I had to install on my machine &#8211; <a title="TortoiseSVn" href="http://tortoisesvn.net/" target="_blank">TortoiseSVN</a> integrates with Windows Explorer, is free, easy to use, and has all the functionality you&#8217;d expect.</p>
<div id="attachment_36" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-36" title="Tortoise Screenshot" src="http://relentlessdevelopment.wordpress.com/files/2009/08/tortoisescreenshot.jpg" alt="TortoiseSVN in action" width="600" height="525" /><p class="wp-caption-text">TortoiseSVN in action</p></div>
<p>So the main thing to do was chose a host.  Again, there are many free options &#8211; <a title="SVN Hosting Comparison" href="http://www.svnhostingcomparison.com/" target="_blank">this site</a> has an excellent comparison of the available options, including several free ones.  One of the main things you need to decide is whether you want your code to be open source or not, as several of them only host open source projects.  I&#8217;m happy enough with that, so after a little research online I went for <a title="Google Code Hosting" href="http://code.google.com/hosting/" target="_blank">Google Code</a>, which has a lot of space, unlimited users, and some useful features.  Two minutes to create a Google account, then you can crate a new project by entering a few basic details, and you&#8217;re ready to rock &#38; roll!</p>
<div id="attachment_37" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-37" title="Google Code New Project" src="http://relentlessdevelopment.wordpress.com/files/2009/08/googlecodeproject.jpg" alt="Creating a new project in Google Code" width="600" height="625" /><p class="wp-caption-text">Creating a new project in Google Code</p></div>
<p>Once you&#8217;ve got TortoiseSVN installed and your Google Code project set up, you just need to upload your project &#8211; <a title="Getting Started with Google Code Hosting, Subversion, and TortoiseSVN " href="http://engtech.wordpress.com/2007/03/03/howto_google_code_hosting_subversion_tortoisesvn/" target="_blank">this blog</a> has some useful tips that will get you up and running in a couple of minutes.  And that&#8217;s it!  In less than 10 minutes you can be up and running with a full source control solution, including online administration:</p>
<div id="attachment_38" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-38" title="Google Code Admin" src="http://relentlessdevelopment.wordpress.com/files/2009/08/google-code-admin.jpg" alt="Google Code administration page" width="600" height="408" /><p class="wp-caption-text">Google Code administration page</p></div>
<p>And if you want to get someone fixing your defects for you, all they need is an SVN client and you&#8217;ve got yourself a development team.  If I&#8217;d known it was that easy, I&#8217;d have done it years ago..</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Most popular Subversion clients]]></title>
<link>http://jamesselvakumar.wordpress.com/2009/08/26/most-popular-subversion-clients/</link>
<pubDate>Wed, 26 Aug 2009 15:44:57 +0000</pubDate>
<dc:creator>James</dc:creator>
<guid>http://jamesselvakumar.wordpress.com/2009/08/26/most-popular-subversion-clients/</guid>
<description><![CDATA[Subversion is a very popular version control system. As a result, subversion has a wide array of cli]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Subversion is a very popular version control system. As a result, subversion has a wide array of client tools which makes life difficult for us, the users. So we wanted to know what our readers actually use and here is the summary of their opinions. Read more from <a href="http://www.solitarygeek.com/linux/most-popular-subversion-clients/">SolitaryGeek</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[TortoiseSVN 1.6.5]]></title>
<link>http://netvietnam.org/2009/08/24/tortoisesvn-1-6-5/</link>
<pubDate>Mon, 24 Aug 2009 00:42:55 +0000</pubDate>
<dc:creator>Nhân Mã</dc:creator>
<guid>http://netvietnam.org/2009/08/24/tortoisesvn-1-6-5/</guid>
<description><![CDATA[TortoiseSVN &#8211; Hệ thống quản lý phiên bản. Mục đích của SVN là xây dựng một hệ thống quản lý ph]]></description>
<content:encoded><![CDATA[TortoiseSVN &#8211; Hệ thống quản lý phiên bản. Mục đích của SVN là xây dựng một hệ thống quản lý ph]]></content:encoded>
</item>
<item>
<title><![CDATA[Herramientas imprescindibles para desarrolladores .NET Parte 2]]></title>
<link>http://alanmacgowan.wordpress.com/2009/08/13/herramientas-imprescindibles-para-desarrolladores-net-parte-2/</link>
<pubDate>Thu, 13 Aug 2009 00:16:05 +0000</pubDate>
<dc:creator>alanmacgowan</dc:creator>
<guid>http://alanmacgowan.wordpress.com/2009/08/13/herramientas-imprescindibles-para-desarrolladores-net-parte-2/</guid>
<description><![CDATA[Herramientas imprescindibles para desarrolladores .NET Parte 2 Siguiendo con la lista de herramienta]]></description>
<content:encoded><![CDATA[Herramientas imprescindibles para desarrolladores .NET Parte 2 Siguiendo con la lista de herramienta]]></content:encoded>
</item>
<item>
<title><![CDATA[TortoiseSVN 1.6.4]]></title>
<link>http://netvietnam.org/2009/08/12/tortoisesvn-1-6-4/</link>
<pubDate>Wed, 12 Aug 2009 02:04:18 +0000</pubDate>
<dc:creator>Nhân Mã</dc:creator>
<guid>http://netvietnam.org/2009/08/12/tortoisesvn-1-6-4/</guid>
<description><![CDATA[TortoiseSVN &#8211; Hệ thống quản lý phiên bản. Mục đích của SVN là xây dựng một hệ thống quản lý ph]]></description>
<content:encoded><![CDATA[TortoiseSVN &#8211; Hệ thống quản lý phiên bản. Mục đích của SVN là xây dựng một hệ thống quản lý ph]]></content:encoded>
</item>
<item>
<title><![CDATA[Version control your automated tests, quickly, easily, today for free]]></title>
<link>http://watirmelon.com/2009/08/06/version-control-your-automated-tests-quickly-easily-today-for-free/</link>
<pubDate>Thu, 06 Aug 2009 10:55:57 +0000</pubDate>
<dc:creator>Alister Scott</dc:creator>
<guid>http://watirmelon.com/2009/08/06/version-control-your-automated-tests-quickly-easily-today-for-free/</guid>
<description><![CDATA[Why don&#8217;t testers version control their tests? I am still surprised at how many organizations ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Why don&#8217;t testers version control their tests?<br />
</strong></p>
<p>I am still surprised at how many organizations don&#8217;t version control their automated test scripts. I put it down to the following reasons:</p>
<ul>
<li>Developers may use expensive version control tools, but sometimes there aren&#8217;t enough licenses for testers;</li>
<li>People don&#8217;t realize there are free version control tools available;</li>
<li>Setting up version control might be considered too difficult for the test team;</li>
<li>Some people believe you need to own a version control server to version your test scripts; or</li>
<li>Any combination of the above.</li>
</ul>
<p>In reality:</p>
<ul>
<li>If the software developers&#8217; version control system is available for testers great, but if not, test scripts can be versioned separately;</li>
<li>There are many different free version control tools available. <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a>, which uses the Subversion (SVN) protocol, is very popular and very easy to use;</li>
<li>Setting up a new SVN repository using TortoiseSVN only takes a few minutes; and</li>
<li>You can set up a SVN repository on a shared network drive, so you don&#8217;t need a server (but a server is cool).</li>
</ul>
<p><strong>How to quickly set up a new SVN respository on a shared network drive (using Windows)</strong></p>
<p>If you haven&#8217;t version controlled your test scripts yet, here&#8217;s how to do so.</p>
<ol>
<li>Download and install TortoiseSVN from <a href="http://tortoisesvn.tigris.org/">http://tortoisesvn.tigris.org/</a> (it&#8217;s about 19MB, and requires a reboot: bummer <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  )</li>
<li>Find a location on a shared network drive where you can store your SVN repository. For example, it could be <code> Q:\SVN  Repositories </code>, create a new directory for your repository (eg. <code>Q:\SVN  Repositories\WatirMelon\</code> and right click within this new directory in Windows Explorer, and choose TortoiseSVN, and then &#8216;create repository here&#8217;. The path to your new directory will be your SVN repository path. <a href="http://watirmelon.wordpress.com/files/2009/08/create-svn-repository-here1.jpg"><img class="aligncenter size-full wp-image-281" title="Create SVN Repository Here" src="http://watirmelon.wordpress.com/files/2009/08/create-svn-repository-here1.jpg" alt="Create SVN Repository Here" width="360" height="256" /></a></li>
<li>The repository should be created in a matter of seconds, and filled with some directories and files. These files/directories should<strong> never be touched, under any circumstances</strong>. <a href="http://watirmelon.wordpress.com/files/2009/08/repository-created-successfully.png"><img class="aligncenter size-full wp-image-279" title="Repository created successfully" src="http://watirmelon.wordpress.com/files/2009/08/repository-created-successfully.png" alt="Repository created successfully" width="294" height="104" /></a></li>
<li>Now you need to create a local repository and check out the new repository (which will be blank initially). Create a directory on your local drive for your repository, for example <code>C:\watirmelon</code>, and right click within this directory and choose &#8216;SVN Checkout&#8217;. <a href="http://watirmelon.wordpress.com/files/2009/08/svn-checkout.png"><img class="aligncenter size-full wp-image-280" title="SVN Checkout" src="http://watirmelon.wordpress.com/files/2009/08/svn-checkout.png" alt="SVN Checkout" width="360" height="310" /></a></li>
<li>You will need to specify the location of your repository you created in Step 2, but importantly <strong>you will need to add file:/// to the front, and change the backslashes into forward slashes. </strong><a href="http://watirmelon.wordpress.com/files/2009/08/checkout-dialog.jpg"><img class="aligncenter size-full wp-image-282" title="Checkout Dialog" src="http://watirmelon.wordpress.com/files/2009/08/checkout-dialog.jpg" alt="Checkout Dialog" width="360" height="278" /></a></li>
<li>Once you click OK you have a repository (albeit blank) checked out. You would then simply add all your automated test scripts, then do an &#8216;SVN Add&#8217;, and &#8216;SVN commit&#8217;. If you want to use your automated tests on another machine, you simply checkout the repository following steps 4 &#38; 5 above.</li>
</ol>
<p><strong>Conclusion</strong></p>
<p>So there it is. Now there&#8217;s really no excuse not to version control your automated tests, considering it&#8217;s free, quick, easy and doesn&#8217;t require a server. So go and do it now (if you haven&#8217;t already).</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cài đặt SVN trên môi trường windows]]></title>
<link>http://datgs.wordpress.com/2009/07/03/cai-d%e1%ba%b7t-svn-tren-moi-tr%c6%b0%e1%bb%9dng-windows/</link>
<pubDate>Fri, 03 Jul 2009 07:33:19 +0000</pubDate>
<dc:creator>datgs</dc:creator>
<guid>http://datgs.wordpress.com/2009/07/03/cai-d%e1%ba%b7t-svn-tren-moi-tr%c6%b0%e1%bb%9dng-windows/</guid>
<description><![CDATA[Bước 1: cài đặt svn server Cách 1: download phiên bản subversion mới nhất và cài đặt subversion bằng]]></description>
<content:encoded><![CDATA[Bước 1: cài đặt svn server Cách 1: download phiên bản subversion mới nhất và cài đặt subversion bằng]]></content:encoded>
</item>
<item>
<title><![CDATA[TortoiseSVN 1.6.3]]></title>
<link>http://netvietnam.org/2009/07/01/tortoisesvn-1-6-3/</link>
<pubDate>Wed, 01 Jul 2009 15:59:14 +0000</pubDate>
<dc:creator>Nhân Mã</dc:creator>
<guid>http://netvietnam.org/2009/07/01/tortoisesvn-1-6-3/</guid>
<description><![CDATA[TortoiseSVN &#8211; Hệ thống quản lý phiên bản. Mục đích của SVN là xây dựng một hệ thống quản lý ph]]></description>
<content:encoded><![CDATA[TortoiseSVN &#8211; Hệ thống quản lý phiên bản. Mục đích của SVN là xây dựng một hệ thống quản lý ph]]></content:encoded>
</item>
<item>
<title><![CDATA[Setting Up Subversion Externals With TortoiseSVN]]></title>
<link>http://devmanic.wordpress.com/2009/05/19/setting-up-subversion-externals-with-tortoisesvn/</link>
<pubDate>Tue, 19 May 2009 22:17:10 +0000</pubDate>
<dc:creator>Drew</dc:creator>
<guid>http://devmanic.wordpress.com/2009/05/19/setting-up-subversion-externals-with-tortoisesvn/</guid>
<description><![CDATA[Instructions including screenshots for setting the svn:externals property using TortoiseSVN. This al]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Instructions including screenshots for setting the svn:externals property using TortoiseSVN. This allows multiple repositories to be open and used in a single Visual Studio instance using VisualSVN. Slick stuff, so far this is working really well for us.</p>
<blockquote><p>Just a tip I spent some time on figuring out: Found information today on how to use TortoiseSVN to manage svn:externals. I’m working on a big project where we need many different branches and parts to use the same css and images libraries throughout all subprojects.</p>
<p>via <a href="http://justaddwater.dk/2007/10/23/setting-up-subversion-externals-with-tortoisesvn/">justaddwater.dk &#124; Setting Up Subversion Externals With TortoiseSVN</a>.</p></blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Integrate Beyond Compare 3 Into Your TortoiseSVN Merge Process (or Any Other Client)]]></title>
<link>http://just3ws.wordpress.com/2009/05/19/integrate-beyond-compare-3-into-your-tortoisesvn-merge-process-or-any-other-client/</link>
<pubDate>Tue, 19 May 2009 04:01:10 +0000</pubDate>
<dc:creator>just3ws</dc:creator>
<guid>http://just3ws.wordpress.com/2009/05/19/integrate-beyond-compare-3-into-your-tortoisesvn-merge-process-or-any-other-client/</guid>
<description><![CDATA[Scroll down to the TortoiseSVN section and follow the instructions.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.scootersoftware.com/support.php?c=kb_vcs.php">Scroll down to the TortoiseSVN section and follow the instructions</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[TortoiseSVN 1.6.2]]></title>
<link>http://netvietnam.org/2009/05/11/tortoisesvn-1-6-2/</link>
<pubDate>Mon, 11 May 2009 00:18:35 +0000</pubDate>
<dc:creator>Nhân Mã</dc:creator>
<guid>http://netvietnam.org/2009/05/11/tortoisesvn-1-6-2/</guid>
<description><![CDATA[TortoiseSVN &#8211; Hệ thống quản lý phiên bản. Mục đích của SVN là xây dựng một hệ thống quản lý ph]]></description>
<content:encoded><![CDATA[TortoiseSVN &#8211; Hệ thống quản lý phiên bản. Mục đích của SVN là xây dựng một hệ thống quản lý ph]]></content:encoded>
</item>
<item>
<title><![CDATA[Scrummage]]></title>
<link>http://2009summer.wordpress.com/2009/05/04/scrummage/</link>
<pubDate>Mon, 04 May 2009 15:55:12 +0000</pubDate>
<dc:creator>annakatrinaaa</dc:creator>
<guid>http://2009summer.wordpress.com/2009/05/04/scrummage/</guid>
<description><![CDATA[I have often mentioned the Dealer Management System Project before. Pardon me for failing to discuss]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div class="mceTemp mceIEcenter" style="text-align:justify;">I have often mentioned the Dealer Management System Project before. Pardon me for failing to discuss, until now, what it is all about.</div>
<p style="text-align:justify;"><!--more-->The AppSource Dealer Management System (DMS) provides a solution to the needs of the different components of running a dealership with automotive dealers. The components handled by the system are parts, services, vehicle sales, finance, customer relationship, and information. The AppSource DMS aims to replace the current DMS, provided by Mitsubishi Motors Philippines Corporation, used by Freeway Motors.</p>
<p style="text-align:justify;"><a title=".NET Framework 3.5" href="http://www.microsoft.com/net/default.aspx" target="_self">.NET Framework 3.5</a> is the foundation of the AppSource DMS. It also requires that the server has, at the very least, a <a title="Windows Server" href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx" target="_self">Windows Server</a> with <a title="SQL Server Express" href="http://www.microsoft.com/express/sql/" target="_self">SQL Server Express</a> installed. As for the workstation that would be connecting to the server, <a title="Windows XP" href="http://www.microsoft.com/windows/windows-XP/" target="_self">Windows XP</a> or <a title="Windows Vista" href="http://www.microsoft.com/windows/windows-vista/default.aspx" target="_self">Vista</a> is sufficient. As it may now be obvious, the AppSource DMS is a Windows-based application that makes use of SQL for its database.</p>
<p style="text-align:justify;">Aside from aiming to run on much newer technologies, it is also the goal of the AppSource DMS to be user-friendly. The capability to support different export output formats (such as *.xls, *.doc, *.docx, *.pdf, and *.txt), as well as generate reports and logs in user-defined date ranges are some of the things being implemented in order to achieve it.</p>
<p style="text-align:justify;">As in the other AppSource project (BLSS), we will be using the <a title="SCRUM" href="http://en.wikipedia.org/wiki/Scrum_(development)" target="_self">SCRUM</a> <a title="Agile" href="http://en.wikipedia.org/wiki/Agile_software_development" target="_self">Agile</a> method as our software development methodology. However, unlike in the common implementation wherein each sprint lasts for about three weeks, our sprints are on a day-to-day basis. The basic idea behind the <a title="Sprint" href="http://en.wikipedia.org/wiki/Sprint_(software_development)" target="_self">sprint</a> is that clear and specific tasks are listed at the start and the team members identify the ones they can accomplish and those that they cannot. A report at the end is done, indicating the progress and the reasons for any tasks left undone.</p>
<p style="text-align:justify;">Sherry and I are part of the team and we will be receiving our set of tasks for the first sprint tomorrow. If I&#8217;m not mistaken, we&#8217;ll be working mainly on validation. And so, we prepared ourselves earlier by updating our test matrices based on the latest version of the source code.</p>
<p style="text-align:justify;">I was also introduced earlier to <a title="TortoiseSVN" href="http://tortoisesvn.tigris.org/" target="_self">TortoiseSVN</a>, which is the <a title="Version Control" href="http://en.wikipedia.org/wiki/Revision_control" target="_self">version control</a> software used by AppSource. Having its commands directly available from the windows explorer really makes it easy to use.</p>
<div id="attachment_1859" class="wp-caption aligncenter" style="width: 306px"><img class="size-medium wp-image-1859" title="imag12" src="http://2009summer.wordpress.com/files/2009/05/imag12.jpg?w=296" alt="TortoiseSVN on Windows Explorer" width="296" height="300" /><p class="wp-caption-text">TortoiseSVN on Windows Explorer</p></div>
<div id="attachment_1862" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1862" title="imag22" src="http://2009summer.wordpress.com/files/2009/05/imag22.jpg?w=300" alt="Close-up on the Features" width="300" height="182" /><p class="wp-caption-text">Close-up on the Features</p></div>
<p>For the Zambales Project, we have updated the demo unit, and it now has <a title="Ubuntu 9.04 Jaunty Jackalope" href="http://releases.ubuntu.com/9.04/" target="_self">Ubuntu 9.04 Jaunty Jackalope</a>.</p>
<p style="text-align:justify;">-Anna</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SVN, TeamViewer, Code Update]]></title>
<link>http://2009summer.wordpress.com/2009/04/29/svn-teamviewer-code-update/</link>
<pubDate>Wed, 29 Apr 2009 01:35:03 +0000</pubDate>
<dc:creator>livdag</dc:creator>
<guid>http://2009summer.wordpress.com/2009/04/29/svn-teamviewer-code-update/</guid>
<description><![CDATA[We finally migrated to an online subversion repository to help us update each others&#8217; code eas]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>We finally migrated to an <a href="http://beanstalkapp.com/" target="_blank">online subversion repository</a> to help us update each others&#8217; code easier. Since we were doing pair programming, having an online subversion repository made us work faster. Honestly, this is my first time to use an online subversion repository. Although we were taught how to use one in our cs192 lab class, we never had the chance to implement it in our cs192 project. Everything became so simple and hassle-free; instead of sending the code through email, downloading, finding the new code snippets and adding it to my copy, the online subversion repository finds the differences and easily updates my copy if Joot committed a change. Also, with the help of <a href="http://tortoisesvn.tigris.org/">Tortoise SVN</a>, everything was as easy as a right click.</p>
<p><!--more--></p>
<p>Before we moved to an online subversion repository, Joot introduced me to one of the wonders of network softwares: <a href="http://www.teamviewer.com/">TeamViewer </a>. Teamviewer enabled us to check each others&#8217; code real-time by sharing each others&#8217; screen. It was cool since we were able to do everything in the other person&#8217;s screen. It made bug-finding faster and easier. Teamviewer also supports file sharing and even chat. But sadly, Teamviewer is no repository, so we had to update our copies manually. </p>
<p>Aside from the subversions, I was able to integrate the add window to our main window. I also finished creating the delete function that Joot could use to implement the delete option. There are still a lot of things we need to do, hope we finish them soon!</p>
<p>Liv Dag</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Proxy setting in Subversion]]></title>
<link>http://atulagrwl.wordpress.com/2009/04/26/proxy-setting-in-svn/</link>
<pubDate>Sat, 25 Apr 2009 22:13:28 +0000</pubDate>
<dc:creator>atulaggarwal</dc:creator>
<guid>http://atulagrwl.wordpress.com/2009/04/26/proxy-setting-in-svn/</guid>
<description><![CDATA[Subversion is an important tool which needs to be configured to use proxy in case of user is behind ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Subversion is an important tool which needs to be configured to use proxy in case of user is behind proxy server. To add proxy support in svn edit the file ~/.subversion/servers (On Windows it is in &#8220;%APPDATA%Subversionservers&#8221;) and add the required proxy settings in the [global] group. You can also set the proxyusername and proxy password in the [global] group in case your proxy needs authentication.</p>
<p>After editing your servers file will look as.</p>
<blockquote><p>[global]</p>
<p>http-proxy-host = proxyip</p>
<p>http-proxy-port = proxyport</p>
<p>http-proxy-username = username</p>
<p>http-proxy-password = proxypassword</p></blockquote>
<p>If you are experiencing the error as:</p>
<blockquote><p>svn: path to server file:line Section header expected</p></blockquote>
<p>You have put the proxy configuration in wrong place, i.e. not under [global] group. Try commenting the line number mentioned and put the proxy information in [global] group to rectify the problem.</p>
<p>For more information see <a href="http://subversion.tigris.org/faq.html#proxy" target="_blank">FAQ</a> (subversion)</p>
<p>If you use tortiosesvn as your svn client in windows, adding proxy is one minute job (may be less). Follow these steps:Get the <span class="searchword1">proxy</span> sett<span class="searchword2">in</span>gs from your Network Administrator or ISP</p>
<ol>
<li>Right-click on the desktop or <span class="searchword2">in</span> any folder to get the context menu, select the &#8216;<span class="searchword4">setting</span>s&#8217; option under the <span class="searchword3">TortoiseSVN</span> menu item</li>
<li>Select the &#8216;Network&#8217; section <span class="searchword2">in</span> the left pane of the window</li>
<li>Check the &#8216;Enable <span class="searchword1">Proxy</span> Server&#8217; checkbox</li>
<li>Enter <span class="searchword2">in</span> the <span class="searchword1">proxy</span> server <span class="searchword4">setting</span>s, and you are done.</li>
</ol>
</div>]]></content:encoded>
</item>

</channel>
</rss>
