<?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>RedHatVN Network &#124; Ho Tro Linux &#124; Support Linux &#124; Linux VN &#187; Windows</title>
	<atom:link href="http://redhatvn.net/category/windows-center/feed" rel="self" type="application/rss+xml" />
	<link>http://redhatvn.net</link>
	<description>Shared Linux problems</description>
	<lastBuildDate>Fri, 03 Sep 2010 08:03:00 +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>How to format hard drive to FAT32 filesystem inside Windows 7 64 bit</title>
		<link>http://redhatvn.net/how-to-format-hard-drive-to-fat32-filesystem-inside-windows-7-64-bit</link>
		<comments>http://redhatvn.net/how-to-format-hard-drive-to-fat32-filesystem-inside-windows-7-64-bit#comments</comments>
		<pubDate>Mon, 02 Aug 2010 06:52:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://redhatvn.net/?p=1231</guid>
		<description><![CDATA[The option to format internal and external hard drives to the FAT 32 filesystem is not available to you from within the Graphical User Interface in Windows Vista/Windows 7 64 Bit Editions. If you wish to make data available to operating systems or applications that cannot properly read or write to NTFS partitions, this can [...]]]></description>
			<content:encoded><![CDATA[<p>The option to format internal and external hard drives to the FAT 32  filesystem is not available to you from within the Graphical User  Interface in Windows Vista/Windows 7 64 Bit Editions. If you wish to  make data available to operating systems or applications that cannot  properly read or write to NTFS partitions, this can pose something of a  problem for you. Thankfully there is a relatively easy command prompt  solution you can use to solve this little problem.</p>
<p>To perform this format successfully, you need to launch Command  Prompt with Administrator permissions before executing the command.<br />
<span id="more-1231"></span><br />
<strong>Here are the steps to follow:</strong></p>
<p>1. First, find the drive letter of the HDD you wish to format from My  Computer. Check, double check, and triple check you have the right  letter before executing any format commands on your drive.</p>
<p>2. Navigate to the Command Prompt program: Start Menu &gt; Accessories</p>
<p>3. Right click the Command Prompt entry in Accessories and choose to “Run as Administrator”.</p>
<p>4. You should be prompted by User Account Control “Do you want to  allow the following program to make changes to this computer?” Answer  yes. If you have disabled UAC, you will not see this message.</p>
<p>5. With the command prompt now showing, enter the following command:</p>
<p>format XYZ: /FS:FAT32</p>
<p>Replace XYZ with the letter of the drive you wish to format.</p>
<p>You can also perform a quick format on any drive without bad sectors:</p>
<p>format XYZ: /FS:FAT32 /q</p>
<p>Again, replace XYZ with the letter of the drive you want to format.</p>
<p>Depending on the size and the method you choose to use to format your  drive, it can take anywhere between one minute and several hours for  the format to finish. But once complete, you will have your drive  properly formatted to the FAT32 filesystem.</p>
]]></content:encoded>
			<wfw:commentRss>http://redhatvn.net/how-to-format-hard-drive-to-fat32-filesystem-inside-windows-7-64-bit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create your own user-defined services Windows NT/2000/XP/2003</title>
		<link>http://redhatvn.net/create-your-own-user-defined-services-windows-nt2000xp2003</link>
		<comments>http://redhatvn.net/create-your-own-user-defined-services-windows-nt2000xp2003#comments</comments>
		<pubDate>Tue, 01 Jun 2010 04:11:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://redhatvn.net/?p=1203</guid>
		<description><![CDATA[The Windows NT/2000 Resource Kit provides two utilities that allow you to create a Windows user-defined service for Windows applications and some 16-bit applications (but not for batch files). Whats needed for Windows NT/2000: Instrsrv.exe installs and removes system services from Windows NT/2000 Srvany.exe allows any Windows application to run as a service. You can [...]]]></description>
			<content:encoded><![CDATA[<p>The Windows NT/2000 Resource Kit provides two utilities that allow you  to create a Windows user-defined service for Windows applications and  some 16-bit applications (but not for batch files).</p>
<p><strong><span id="more-1203"></span>Whats needed for Windows NT/2000</strong>:<br />
<strong>Instrsrv.exe</strong> installs and removes system services from Windows  NT/2000<br />
<strong>Srvany.exe</strong> allows any Windows application to run as a service.<br />
You can download both files here <a href="http://www.tacktech.com/download.cfm?file=microsoft/service/srvany.zip">srvany.zip</a></p>
<p>This zip includes three files. The two you need srvany.exe and  instsrv.exe to install the services and also srvany.wri which documents  everything you can do with the program.<br />
<strong>Note:</strong> Make sure the Services Manager is closed while running the  DOS commands.</p>
<hr />You will need to put these files in a directory called <strong>reskit</strong> At a MS-DOS command prompt(Start | Run | &#8220;cmd.exe&#8221;), type the following  command:<br />
&lt;path&gt;\reskit\INSTSRV.EXE &#8220;<em>Service Name</em>&#8221;  &lt;path&gt;\reskit\SRVANY.EXE<br />
This creates the service in the Services manager and the registry keys  to setup what program to run.</p>
<p><img src="http://www.tacktech.com/images/articles/197/addsrv.gif" alt="http:www.tacktech.com/" /></p>
<hr />Next open regedit.exe <strong>Start | run | regedit.exe</strong><br />
<strong>WARNING:</strong> Using Registry Editor incorrectly can cause serious  problems that may require you to reinstall your operating system.  Microsoft cannot guarantee that problems resulting from the incorrect  use of Registry Editor can be solved. Use Registry Editor at your own  risk.</p>
<p><img src="http://www.tacktech.com/images/articles/197/regedit.gif" alt="http:www.tacktech.com/" /></p>
<hr />Next navigate to this registry key.<br />
<strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<em>service name</em></strong></p>
<p><img src="http://www.tacktech.com/images/articles/197/key.gif" alt="http:www.tacktech.com/" /></p>
<hr />From the Edit menu, click Add Key and name it <strong>Parameters</strong><br />
Next from the Edit menu, click Add Value and type this information.<br />
<strong>Value Name: Application</strong><br />
<strong>Data Type : REG_SZ</strong><br />
<strong>String : &lt;path&gt;\&lt;application.ext&gt;</strong></p>
<p><img src="http://www.tacktech.com/images/articles/197/addkey.gif" alt="http:www.tacktech.com/" /></p>
<hr />Now you can start your service from the Service Manager</p>
<p><img src="http://www.tacktech.com/images/articles/197/srvmgr.gif" alt="http:www.tacktech.com/" /></p>
<hr />With this same program you can remove the service also. Just run this command from command prompt.<br />
<strong>&lt;path&gt;\reskit\INSTSRV.EXE <em>&#8220;Service Name&#8221;</em> REMOVE</strong></p>
<p><img src="http://www.tacktech.com/images/articles/197/remove.gif" alt="http:www.tacktech.com/" /></p>
]]></content:encoded>
			<wfw:commentRss>http://redhatvn.net/create-your-own-user-defined-services-windows-nt2000xp2003/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>23 Essential HTML 5 Resources</title>
		<link>http://redhatvn.net/23-essential-html-5-resources</link>
		<comments>http://redhatvn.net/23-essential-html-5-resources#comments</comments>
		<pubDate>Tue, 04 May 2010 17:39:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC OS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://redhatvn.net/?p=1199</guid>
		<description><![CDATA[Editor’s Note: Bruce Lawson will be doing a 1-hour tutorial called “How to build a HTML5 Web site” at the FOWD Tour. Everyone is excited about the possibilities of HTML 5, but there’s a lot to learn and absorb as well. With that in mind, we’ve compiled a list of articles to get you started! [...]]]></description>
			<content:encoded><![CDATA[<p><em>Editor’s Note: Bruce Lawson will be doing a 1-hour tutorial  called “How to build a HTML5 Web site” at the <a href="http://events.carsonified.com/fowd/2009/tour">FOWD Tour</a>.</em></p>
<p>Everyone is excited about the possibilities of HTML 5, but there’s a  lot to learn and absorb as well. With that in mind, we’ve compiled a  list of articles to get you started!<span id="more-1199"></span></p>
<ol>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sitepoint.com');" href="http://www.sitepoint.com/article/html-5-snapshot-2009/">Yes,  You Can Use HTML 5 Today!</a> – A great beginning overview of HTML 5</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');" href="http://en.wikipedia.org/wiki/HTML_5">Wikipedia:  HTML 5</a> – A basic overview from Wikipedia</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.smashingmagazine.com');" href="http://www.smashingmagazine.com/2009/07/06/html-5-cheat-sheet-pdf/">HTML  5 Cheat Sheet</a> – A great quick guide to HTML 5 as a printable PDF</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/html5demos.com');" href="http://html5demos.com/">HTML  5 Demos</a> – A great set of demos. Just view the source to see how  they work.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/zope.cetis.ac.uk');" href="http://zope.cetis.ac.uk/members/scott/blogview?entry=20090624222327">HTML  5 Drag and Drop + Microformats = a whole world of possibilities</a> –  An example of how to use Drag-n-Drop in HTML 5</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/html5gallery.com');" href="http://html5gallery.com/">HTML  5 Gallery</a> – See what’s possible with HTML 5</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/brucelawson.co.uk');" href="http://brucelawson.co.uk/tests/html5-forms-demo.html">HTML  5 Forms Demo</a> – A powerful demo of how forms work in HTML 5</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/html5doctor.com');" href="http://html5doctor.com/">HTML  5 Doctor</a> – A great general resource on HTML 5</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/html5doctor.com');" href="http://html5doctor.com/the-header-element/">Headers  in HTM 5</a> – A good article from HTML 5 Doctor on the Header element</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/html5doctor.com');" href="http://html5doctor.com/the-video-element/">Video  elements</a> – A useful article from HTML 5 Doctor on the Video element</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/html5doctor.com');" href="http://html5doctor.com/designing-a-blog-with-html5/">Designing  a blog with html5</a> – A tutorial on how to build a blog in HTML 5</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/html5doctor.com');" href="http://html5doctor.com/how-to-get-html5-working-in-ie-and-firefox-2/">How  to get HTML5 working in IE and Firefox 2</a> – Another great article  from HTML 5 Doctor</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.whatwg.org');" href="http://www.whatwg.org/specs/web-apps/current-work/">HTML  5 – Draft Standard</a> – The whole spec, in all it’s scary technical  detail</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.alistapart.com');" href="http://www.alistapart.com/articles/semanticsinhtml5/">Semantics  in HTML 5</a> – An opinion piece from A List Apart</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.paciellogroup.com');" href="http://www.paciellogroup.com/blog/?p=362">Thinking  About HTML 5 canvas Accessibility</a> – Some quick thoughts on  accessibility problems with the Canvas element</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.zeldman.com');" href="http://www.zeldman.com/2009/07/13/html-5-nav-ambiguity-resolved/">HTML  5: nav ambiguity resolved</a> – A post by Zeldman on the HTML 5 Nav  element</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/molly.com');" href="http://molly.com/html5/html5-0709.html">A  Selection of Supported Features in HTML5</a> – A great list from Molly  about which HTML 5 features are supported by which browsers</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/blog.whatwg.org');" href="http://blog.whatwg.org/">The  WHATWG Blog</a> – The Web Hypertext Application Technology Working  Group – the folks working on the HTML 5 spec</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/dev.opera.com');" href="http://dev.opera.com/articles/view/html-5-canvas-the-basics/">HTML  5 canvas</a> – A great in-depth tutorial on how the HTML 5 Canvas  element works</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/html5doctor.com');" href="http://html5doctor.com/native-drag-and-drop/">Native  Drag and Drop</a> – A demo of how the Drag-n-Drop functionality works.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/bespin.mozilla.com');" href="https://bespin.mozilla.com/">Bespin</a> – A Mozilla Labs experiment on how to build an extensible Web code  editor using HTML 5 technology.</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/a.deveria.com');" href="http://a.deveria.com/caniuse/">When  can I use…</a> – Compatibility tables for features in HTML5, CSS3, SVG  and other upcoming web technologies</li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');" href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28HTML_5%29">Comparison  of layout engines (HTML 5)</a> – A good resource from Wikipedia</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://redhatvn.net/23-essential-html-5-resources/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Show Hidden Files In Windows 7</title>
		<link>http://redhatvn.net/how-to-show-hidden-files-in-windows-7</link>
		<comments>http://redhatvn.net/how-to-show-hidden-files-in-windows-7#comments</comments>
		<pubDate>Wed, 14 Apr 2010 13:48:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[WIndows 7]]></category>

		<guid isPermaLink="false">http://redhatvn.net/?p=1162</guid>
		<description><![CDATA[The Windows 7 operating system, like its predecessors Windows Vista and Windows XP, hides certain files by default. This is largely done to protect system and application files from users who may attempt to delete or modify them. There are four different hide options in Window 7: protected operating system files, files and folders with [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://windows7news.com/">Windows 7</a> operating  system,  like its predecessors Windows Vista and Windows XP, hides  certain files by default. This is largely done to protect system and  application files from users who may attempt to delete or modify them.  There are four different hide options in Window 7: protected operating  system files, files and folders with the hidden flag, hidden drives and  file extensions. The hidden file feature often confuses users looking  for a specific file or folder, since so long as it is hidden the data  cannot be accessed directly in Windows Explorer.<br />
<span id="more-1162"></span><br />
<strong>How To Show Hidden Files In Windows 7</strong></p>
<p>All  settings related to hidden files and folders are configurable in the  Folder Option dialog. The easiest way to get there is to click on the  Control Panel in the Start menu. A click on the Appearance and  Personalization category will display a link to the Folder Options where  the hidden file and folder settings can be configured. Another option  is to open a Windows Explorer window, click the Organize link in the  toolbar, and from there click on Folder and Search options. The Hidden  files and folders options are to be found on the View tab under Advanced  Settings.</p>
<p><img title="how to show hidden files in windows 7" src="http://cdn.ghacks.net/wp-content/uploads/2010/04/how_to_show_hidden_files_in_windows_7.jpg" alt="" width="393" height="478" /></p>
<p>The four entries of relevance in  this menu are:</p>
<ul>
<li>Hidden files and folders</li>
<li>Hide empty  drives in the Computer folder</li>
<li>Hide extensions for known file  types</li>
<li>Hide protected operating system files (Recommended)</li>
</ul>
<p><strong>Hidden  files and folders</strong></p>
<p>The NTFS file system used by Windows  supports several attributes that can be assigned to files, such as Read  Only, Encrypted, Compressed and Hidden. Hidden files and folders are  simply normal files with the Hidden attribute. Windows Explorer will not  display files with the Hidden attribute to the user if the Folder  Options setting is configured as such, however the operating system and  applications have normal access to such files. Changing the Windows  Explorer setting to “Show hidden files, folders and drives” will enable  the user to see all hidden files and folders, with the exception of  protected operating system files.</p>
<p><strong>Hide protected operating  system files</strong></p>
<p>Operating system files are files that get  installed with Windows 7. These files are necessary for the operation of  the system. Windows users come usually into contact with these files  only when they follow a tweaking guide that asks them to manipulate such  a file.</p>
<p>Removing the checkmark from the selection box displays  all protected operating system files in Windows Explorer. This is not  recommended as it increases the chance that these files may be edited or  deleted accidentally by the user.</p>
<p><strong>Hide extensions for  known file types</strong></p>
<p>Windows 7 hides the file extensions of  known file types by default. This mean that file.txt will be displayed  simply as “file”, and application.exe will be displayed simply as  “application”. This setting is often problematic as it sometimes becomes  difficulty to identify a file type by its icon  alone. It is generally  recommended to display file extensions all the time to avoid this  problems and make file identification easier.</p>
<p><strong>Hide empty  drives in the computer folder</strong></p>
<p>Empty drives such as empty  DVD drives are hidden by default in the Windows 7 operating system. This  is an interesting feature that might cause some confusion, especially  on new PCs. Users who do not see their DVD drive in My Computer might  think that it is not properly installed. Users who wish to display all  drives all the time can uncheck the associated option to hide empty  drives.</p>
]]></content:encoded>
			<wfw:commentRss>http://redhatvn.net/how-to-show-hidden-files-in-windows-7/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Set up a Subversion Server under Windows</title>
		<link>http://redhatvn.net/how-to-set-up-a-subversion-server-under-windows</link>
		<comments>http://redhatvn.net/how-to-set-up-a-subversion-server-under-windows#comments</comments>
		<pubDate>Sun, 07 Feb 2010 12:57:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[win2k8]]></category>

		<guid isPermaLink="false">http://redhatvn.net/?p=1122</guid>
		<description><![CDATA[A) Download Subversion You’ll need the latest version of.. the Windows binaries the “run Subversion as a windows service” wrapper the TortoiseSVN shell integration utility B) Install Subversion Unzip the Windows binaries to a folder of your choice. I chose c:\program files\subversion\ as my path. Now, add the subversion binaries to the path environment variable for [...]]]></description>
			<content:encoded><![CDATA[<p><strong>A) Download Subversion</strong></p>
<p>You’ll need the latest version of..</p>
<ul>
<li>the <a href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91">Windows  binaries</a></li>
<li>the <a href="http://dark.clansoft.dk/%7Embn/svnservice/">“run  Subversion as a windows service” wrapper</a></li>
<li>the TortoiseSVN <a href="http://tortoisesvn.tigris.org/download.html">shell integration  utility</a></li>
</ul>
<p><span id="more-1122"></span><br />
<strong>B) Install Subversion</strong></p>
<ol>
<li>Unzip the Windows binaries to a folder of your choice. I chose <em>c:\program  files\subversion\</em> as my path.</li>
<li>Now, add the subversion binaries to the path environment variable  for the machine. I used <em>%programfiles%\subversion\bin\</em><br />
<img src="http://blogs.vertigosoftware.com/photos/jatwood/images/1877/original.aspx" alt="" /></li>
<li>You’ll also need another environment variable, SVN_EDITOR, set to  the text editor of your choice. I used <em>c:\windows\notepad.exe</em><br />
<img src="http://blogs.vertigosoftware.com/photos/jatwood/images/1876/original.aspx" alt="" /></li>
</ol>
<p><strong>C) Create a Repository</strong></p>
<ol>
<li>Open a command prompt and type<br />
<blockquote><p>svnadmin create &#8220;c:\Documents and Settings\Subversion Repository&#8221;</p></blockquote>
</li>
<li>Navigate to the folder we just created. Within that folder,  uncomment the following lines in the <em>/conf/svnserve.conf</em> file:<br />
<blockquote><p>[general]<br />
anon-access = read<br />
auth-access = write<br />
password-db = passwd</p></blockquote>
<p>Next, uncomment these lines in the <em>/conf/passwd</em> file:</p>
<blockquote><p>[users]<br />
harry = harryssecret<br />
sally = sallyssecret</p></blockquote>
</li>
</ol>
<p><strong>D) Verify that everything is working</strong></p>
<ol>
<li>Start the subversion server by issuing this command in the command  window:<br />
<blockquote><p>svnserve &#8211;daemon &#8211;root &#8220;C:\Documents and Settings\Subversion Repository&#8221;</p></blockquote>
</li>
<li>Create a project by opening a second command window and entering  this command:<br />
<blockquote><p>svn mkdir svn://localhost/myproject</p></blockquote>
<p>It’s a standard Subversion convention to have three folders at the  root of a project:</p>
<blockquote dir="ltr"><p><em>/trunk</em><br />
<em>/branches</em><br />
<em>/tags</em></p></blockquote>
</li>
<li>At this point, Notepad should launch:<img src="http://blogs.vertigosoftware.com/photos/jatwood/images/1882/original.aspx" alt="" />Enter any comment you want at the top of the file, then save and  exit.</li>
<li>You’ll now be prompted for credentials. In my case I was  prompted for the administrator credentials as well:<br />
<blockquote><p>Authentication realm:  0f1a8b11-d50b-344d-9dc7-0d9ba12e22df<br />
Password for &#8216;Administrator&#8217;: *********<br />
Authentication realm:  0f1a8b11-d50b-344d-9dc7-0d9ba12e22df<br />
Username: sally<br />
Password for &#8216;sally&#8217;: ************</p>
<p>Committed revision 1.</p></blockquote>
<p>Congratulations! You just checked a change into Subversion!</li>
</ol>
<p><strong>E) Start the server as a service</strong></p>
<ol>
<li>Stop the existing command window that’s running svnserve by pressing  CTRL+C.</li>
<li>Copy the file <em>SVNService.exe</em> from the zip file of the same  name to the <em>subversion\bin</em> folder.</li>
<li>Install the service by issuing the following commands:<br />
<blockquote><p>svnservice -install &#8211;daemon &#8211;root &#8220;C:\Documents and Settings\Subversion Repository&#8221;<br />
sc config svnservice start= auto<br />
net start svnservice</p></blockquote>
</li>
<li>Test the new service by listing all the files in the repository:<br />
<blockquote><p>svn ls svn://localhost/</p></blockquote>
<p>You should see the single project we created earlier, <em>myproject/ </em></li>
</ol>
<p><strong>F) Set up the shell extension</strong></p>
<ol>
<li>Run the TortoiseSVN installer. It will tell you to restart, but you  don’t need to.</li>
<li>Create a project folder somewhere on your hard drive. Right click in  that folder and select “SVN Checkout…”<img src="http://blogs.vertigosoftware.com/photos/jatwood/images/1892/original.aspx" alt="" />type <em>svn://localhost/myproject/</em> for the repository URL and  click OK.<img src="http://blogs.vertigosoftware.com/photos/jatwood/images/1891/original.aspx" alt="" /></li>
<li>Create a new file in that directory. Right click the file  and select “TortoiseSVN, Add”<img src="http://blogs.vertigosoftware.com/photos/jatwood/images/1893/original.aspx" alt="" /></li>
<li>The file hasn’t actually been checked in yet. Subversion  batches any changes and commits them as one atomic operation. To send  all your changes to the server, right click and select “SVN Commit”:<img src="http://blogs.vertigosoftware.com/photos/jatwood/images/1895/original.aspx" alt="" /></li>
</ol>
<p>And we’re done! <strong>You now have a networked Subversion server  and client set up on your machine</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://redhatvn.net/how-to-set-up-a-subversion-server-under-windows/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->