<?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>Superuser &#8211; Henry Poon&#039;s Blog</title>
	<atom:link href="https://blog.henrypoon.com/blog/tag/superuser/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.henrypoon.com</link>
	<description></description>
	<lastBuildDate>Sun, 02 Oct 2022 04:35:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">83044199</site>	<item>
		<title>Setting Up Trac with Visual SVN Server</title>
		<link>https://blog.henrypoon.com/blog/2014/08/23/setting-up-trac-with-visual-svn-server/</link>
					<comments>https://blog.henrypoon.com/blog/2014/08/23/setting-up-trac-with-visual-svn-server/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Sun, 24 Aug 2014 05:11:37 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[Apache Subversion]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[Chan]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Free software]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[PATH]]></category>
		<category><![CDATA[Plan]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Struct]]></category>
		<category><![CDATA[Superuser]]></category>
		<category><![CDATA[Team]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[Visual SVN Server]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/setting-up-trac-with-visual-svn-server</guid>

					<description><![CDATA[Bug trackers are an important part of developing software as it allows teams to manage bugs, features, planning etc. &#160;There are a lot to choose from out there, but out of curiosity I decided to set up my own. &#160;I chose to use Trac for this purpose. &#160;Since I already use Visual SVN Server, I [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Bug trackers are an important part of developing software as it allows teams to manage bugs, features, planning etc. &nbsp;There are a lot to choose from out there, but out of curiosity I decided to set up my own. &nbsp;I chose to use Trac for this purpose. &nbsp;Since I already use Visual SVN Server, I was able to set up Trac with Visual SVN. &nbsp;<strong>All instructions in this post use Windows.</strong></p>



<h1 class="wp-block-heading">Setup</h1>



<p class="wp-block-paragraph">I pretty much used the instructions here:&nbsp;http://www.visualsvn.com/server/trac/. &nbsp;I didn&#8217;t do step 8 written in the instructions, and it still worked for me. &nbsp;However, what&#8217;s not setup is the Trac administrator account. &nbsp;After the setup, I was able to access the Trac webapp and was also able to view the SVN logs, revisions, etc. &nbsp;I initially got a message about &#8220;no changesets&#8221;, but after a commit to the repo, everything showed up on the webapp.</p>



<h1 class="wp-block-heading">Setting up the admin account</h1>



<p class="wp-block-paragraph">While the above instructions allow you to login to Trac using the existing SVN credentials, that user is not considered an admin user.  All I had to do was run this command:</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">trac-admin /path/to/projenv permission add bob TRAC_ADMIN</code></pre>



<p class="wp-block-paragraph">After restarting the server, the admin tab was available in Trac. &nbsp;Now Trac is available for use for bug tracking with an existing SVN repo!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2014/08/23/setting-up-trac-with-visual-svn-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1905</post-id>	</item>
	</channel>
</rss>
