<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>TOW (Trac On Windows) Blog</title>
	<atom:link href="http://traconwindows.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://traconwindows.wordpress.com</link>
	<description>Trac, Windows, All-in-one, Package</description>
	<lastBuildDate>Sun, 02 Oct 2011 14:13:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='traconwindows.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>TOW (Trac On Windows) Blog</title>
		<link>http://traconwindows.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://traconwindows.wordpress.com/osd.xml" title="TOW (Trac On Windows) Blog" />
	<atom:link rel='hub' href='http://traconwindows.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Known bugs in TOW 0.3.0 alpha 1</title>
		<link>http://traconwindows.wordpress.com/2008/08/28/known-bugs-in-tow-030-alpha-1/</link>
		<comments>http://traconwindows.wordpress.com/2008/08/28/known-bugs-in-tow-030-alpha-1/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 05:20:30 +0000</pubDate>
		<dc:creator>yeoupooh</dc:creator>
				<category><![CDATA[Hot Fix]]></category>
		<category><![CDATA[Trouble Shooting]]></category>
		<category><![CDATA[User Guide]]></category>
		<category><![CDATA[0.3.0 alpha 1]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[known]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[TOW]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[variable]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://traconwindows.wordpress.com/?p=43</guid>
		<description><![CDATA[So far known bugs in TOW 0.3.0 alpha 1 is listed here. Another Python installation may conflict error. (reported from LEE Munyoung) =&#62; Solution: Use PYTHONHOME variable instead of PYTHON_HOME. Error in add-perm, list-perm, remove-perm scripts. (reported from kermi) =&#62; Solution: Edit scripts like below Fixed add-perm.bat file @echo off call set-tow.bat if &#8220;%3&#8243;==&#8221;" goto [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=43&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So far known bugs in TOW 0.3.0 alpha 1 is listed here.</p>
<ul>
<li>Another Python installation may conflict error. (reported from LEE Munyoung)<br />
=&gt; Solution: Use PYTHONHOME variable instead of PYTHON_HOME.</li>
<li>Error in add-perm, list-perm, remove-perm scripts. (reported from kermi)<br />
=&gt; Solution: Edit scripts like below</li>
</ul>
<p style="padding-left:30px;"><strong>Fixed add-perm.bat file</strong></p>
<blockquote><p><span style="color:#000000;">@echo off</span></p>
<p>call set-tow.bat</p>
<p>if &#8220;%3&#8243;==&#8221;" goto usage</p>
<p>call trac-admin %1 permission add %2 %3 %4 %5 %6 %7 %8 %9</p>
<p>goto end</p>
<p>:usage<br />
call lang ADD_REMOVE_PERM_USAGE %0</p>
<p>:end</p></blockquote>
<p style="padding-left:30px;"><strong>Fixed list-perm.bat file<br />
</strong></p>
<blockquote><p>@echo off</p>
<p>call set-tow.bat</p>
<p>if &#8220;%1&#8243;==&#8221;" goto usage</p>
<p>call trac-admin %1 permission list %2 %3 %4 %5 %6 %7 %8 %9</p>
<p>goto end</p>
<p>:usage<br />
call lang LIST_PERM_USAGE %0</p>
<p>:end</p></blockquote>
<p style="padding-left:30px;"><strong>Fixed remove-perm.bat file<br />
</strong></p>
<blockquote><p>@echo off</p>
<p>call set-tow.bat</p>
<p>if &#8220;%3&#8243;==&#8221;" goto usage</p>
<p>call trac-admin %1 permission remove %2 %3 %4 %5 %6 %7 %8 %9</p>
<p>goto end</p>
<p>:usage<br />
call lang ADD_REMOVE_PERM_USAGE %0</p>
<p>:end</p></blockquote>
<p>This bugs will be fixed in next release.<br />
Thank you reporters.</p>
<blockquote>
<p style="padding-left:90px;">
</blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/traconwindows.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/traconwindows.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/traconwindows.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/traconwindows.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/traconwindows.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/traconwindows.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/traconwindows.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/traconwindows.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/traconwindows.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/traconwindows.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/traconwindows.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/traconwindows.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/traconwindows.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/traconwindows.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/traconwindows.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/traconwindows.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=43&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://traconwindows.wordpress.com/2008/08/28/known-bugs-in-tow-030-alpha-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">yeoupooh</media:title>
		</media:content>
	</item>
		<item>
		<title>TOW (TracOnWindows) 0.3.0 alpha 1 (Base package only) is released.</title>
		<link>http://traconwindows.wordpress.com/2008/08/14/tow-traconwindows-030-alpha-1-base-package-only-is-released/</link>
		<comments>http://traconwindows.wordpress.com/2008/08/14/tow-traconwindows-030-alpha-1-base-package-only-is-released/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 03:41:39 +0000</pubDate>
		<dc:creator>yeoupooh</dc:creator>
				<category><![CDATA[Release]]></category>
		<category><![CDATA[0.11.1]]></category>
		<category><![CDATA[0.3.0]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[TOW]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[trac 0.11]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://traconwindows.wordpress.com/?p=33</guid>
		<description><![CDATA[This release is for testing of new trac and more features. Release Note TOW 0.3.0 alpha 1 Base package includes&#8230; Python 2.5.2 Trac 0.11.1 Genshi 0.5.1 Apache HTTP Server 2.2.9 Mod_python 3.3.1 Subversion 1.5.1 (Subversion Repository support 1.4) Subversion Python binding 1.5.1 EasyInstall 0.6c8 Added useful scripts. Changelog Upgraded Python 2.5.2 Upgraded Trac 0.11.1 Upgraded [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=33&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This release is for testing of new trac and more features.</p>
<p><strong>Release Note</strong></p>
<p>TOW 0.3.0 alpha 1 Base package includes&#8230;</p>
<ul>
<li><a href="http://python.org/">Python</a> 2.5.2</li>
<li><a href="http://trac.edgewall.org/">Trac</a> 0.11.1</li>
<li><a href="http://genshi.edgewall.org/">Genshi</a> 0.5.1</li>
<li><a href="http://httpd.apache.org/">Apache HTTP Server</a> 2.2.9</li>
<li><a href="http://modpython.org/">Mod_python</a> 3.3.1</li>
<li><a href="http://subversion.tigris.org/">Subversion</a> 1.5.1 (Subversion Repository support 1.4)</li>
<li><a href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91&amp;expandFolder=91&amp;folderID=469">Subversion Python binding</a> 1.5.1</li>
<li><a href="http://peak.telecommunity.com/DevCenter/EasyInstall">EasyInstall</a> 0.6c8</li>
<li>Added useful scripts.</li>
</ul>
<p><strong>Changelog</strong></p>
<ul>
<li>Upgraded Python 2.5.2</li>
<li>Upgraded Trac 0.11.1</li>
<li>Upgraded Subversion 1.5.1</li>
<li>Upgraded EasyInstall 0.6c8</li>
<li>More secured SVN authrization. After installed, edit C:\TOW\SvnRepo\Projects\authz. By default admin user only has rw permissions.</li>
</ul>
<p>You can download it from <a title="SF.net" href="http://sourceforge.net/project/showfiles.php?group_id=192688" target="_blank">SourceForge.net.</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/traconwindows.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/traconwindows.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/traconwindows.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/traconwindows.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/traconwindows.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/traconwindows.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/traconwindows.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/traconwindows.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/traconwindows.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/traconwindows.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/traconwindows.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/traconwindows.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/traconwindows.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/traconwindows.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/traconwindows.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/traconwindows.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=33&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://traconwindows.wordpress.com/2008/08/14/tow-traconwindows-030-alpha-1-base-package-only-is-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">yeoupooh</media:title>
		</media:content>
	</item>
		<item>
		<title>You met 500 Internal Server error?</title>
		<link>http://traconwindows.wordpress.com/2008/06/18/you-met-500-internal-server-error/</link>
		<comments>http://traconwindows.wordpress.com/2008/06/18/you-met-500-internal-server-error/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 03:19:57 +0000</pubDate>
		<dc:creator>yeoupooh</dc:creator>
				<category><![CDATA[Trouble Shooting]]></category>
		<category><![CDATA[trac tow traconwindows 500 internal server error troubl]]></category>

		<guid isPermaLink="false">http://traconwindows.wordpress.com/?p=32</guid>
		<description><![CDATA[Opps. [Wed Jun 18 11:48:43 2008] [error] [client ...] mod_python (pid=2980, interpreter=&#8217;tow.localhost&#8217;, phase=&#8217;PythonHandler&#8217;, handler=&#8217;trac.web.modpython_frontend&#8217;): Application error [Wed Jun 18 11:48:43 2008] [error] [client ...] ServerName: &#8216;tow.localhost&#8217; [Wed Jun 18 11:48:43 2008] [error] [client ...] DocumentRoot: &#8216;C:/TOW/Apache/htdocs&#8217; [Wed Jun 18 11:48:43 2008] [error] [client ...] URI: &#8216;/projects/&#8230;/ticket/133&#8242; [Wed Jun 18 11:48:43 2008] [error] [client ...] Location: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=32&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Opps.</p>
<blockquote><p>[Wed Jun 18 11:48:43 2008] [error] [client ...] mod_python (pid=2980, interpreter=&#8217;tow.localhost&#8217;, phase=&#8217;PythonHandler&#8217;, handler=&#8217;trac.web.modpython_frontend&#8217;): Application error<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...] ServerName: &#8216;tow.localhost&#8217;<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...] DocumentRoot: &#8216;C:/TOW/Apache/htdocs&#8217;<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...] URI: &#8216;/projects/&#8230;/ticket/133&#8242;<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...] Location: &#8216;/projects&#8217;<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...] Directory: None<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...] Filename: &#8216;C:/TOW/Apache/cgi-bin/trac.cgi&#8217;<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...] PathInfo: &#8216;/&#8230;/ticket/133&#8242;<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...] Traceback (most recent call last):<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\Lib\\site-packages\\mod_python\\importer.py&#8221;, line 1537, in HandlerDispatch\n    default=default_handler, arg=req, silent=hlist.silent)<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\Lib\\site-packages\\mod_python\\importer.py&#8221;, line 1229, in _process_target\n    result = _execute_target(config, req, object, arg)<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\Lib\\site-packages\\mod_python\\importer.py&#8221;, line 1128, in _execute_target\n    result = object(arg)<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\Lib\\site-packages\\trac\\web\\modpython_frontend.py&#8221;, line 87, in handler\n    gateway.run(dispatch_request)<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\Lib\\site-packages\\trac\\web\\wsgi.py&#8221;, line 87, in run\n    response = application(self.environ, self._start_response)<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\Lib\\site-packages\\trac\\web\\main.py&#8221;, line 416, in dispatch_request\n    env.log.warn(e)<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\lib\\logging\\__init__.py&#8221;, line 983, in warning\n    apply(self._log, (WARNING, msg, args), kwargs)<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\lib\\logging\\__init__.py&#8221;, line 1079, in _log\n    self.handle(record)<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\lib\\logging\\__init__.py&#8221;, line 1089, in handle\n    self.callHandlers(record)<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\lib\\logging\\__init__.py&#8221;, line 1126, in callHandlers\n    hdlr.handle(record)<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\lib\\logging\\__init__.py&#8221;, line 642, in handle\n    self.emit(record)<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\Lib\\logging\\handlers.py&#8221;, line 819, in emit\n    self.handleError(record)<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\lib\\logging\\__init__.py&#8221;, line 693, in handleError\n    traceback.print_exception(ei[0], ei[1], ei[2], None, sys.stderr)<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\lib\\traceback.py&#8221;, line 125, in print_exception\n    print_tb(tb, limit, file)<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\lib\\traceback.py&#8221;, line 70, in print_tb\n    if line: _print(file, &#8216;    &#8216; + line.strip())<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...]   File &#8220;C:\\TOW\\Python\\lib\\traceback.py&#8221;, line 13, in _print\n    file.write(str+terminator)<br />
[Wed Jun 18 11:48:43 2008] [error] [client ...] IOError: [Errno 9] Bad file descriptor</p></blockquote>
<p>Error messages is like above? Then follow this.</p>
<p>TOW is set to Windows Event Log for logging by default. Sometimes Windows Event logging occurs 500 Internal Server error. I don&#8217;t know why. But it&#8217;s suspicious.</p>
<p>Change logging setting to anything but Windows event log. Edit trac.ini like below or visit Admin page &gt; General &gt; Logging.</p>
<blockquote><p>[logging]<br />
log_level = WARNING<br />
log_type = file</p></blockquote>
<p>Hope this helps.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/traconwindows.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/traconwindows.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/traconwindows.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/traconwindows.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/traconwindows.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/traconwindows.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/traconwindows.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/traconwindows.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/traconwindows.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/traconwindows.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/traconwindows.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/traconwindows.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/traconwindows.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/traconwindows.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/traconwindows.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/traconwindows.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=32&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://traconwindows.wordpress.com/2008/06/18/you-met-500-internal-server-error/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">yeoupooh</media:title>
		</media:content>
	</item>
		<item>
		<title>Vote for TOW (TracOnWindows)</title>
		<link>http://traconwindows.wordpress.com/2008/05/26/vote-for-tow-traconwindows/</link>
		<comments>http://traconwindows.wordpress.com/2008/05/26/vote-for-tow-traconwindows/#comments</comments>
		<pubDate>Mon, 26 May 2008 00:46:34 +0000</pubDate>
		<dc:creator>yeoupooh</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[awards]]></category>
		<category><![CDATA[choice]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[sourceforget.net]]></category>
		<category><![CDATA[TOW]]></category>
		<category><![CDATA[traconwindows]]></category>
		<category><![CDATA[vote]]></category>

		<guid isPermaLink="false">http://traconwindows.wordpress.com/?p=31</guid>
		<description><![CDATA[Dear users, you can vote for TOW (TracOnWindows) under http://sourceforge.net/community/cca08-nominate?group_id=192688 Best regards, Jinwoo<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=31&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dear users,</p>
<p>you can vote for TOW (TracOnWindows) under</p>
<p><a href="http://sourceforge.net/community/cca08-nominate?group_id=192688">http://sourceforge.net/community/cca08-nominate?group_id=192688</a></p>
<p>Best regards,</p>
<p>Jinwoo</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/traconwindows.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/traconwindows.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/traconwindows.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/traconwindows.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/traconwindows.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/traconwindows.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/traconwindows.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/traconwindows.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/traconwindows.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/traconwindows.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/traconwindows.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/traconwindows.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/traconwindows.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/traconwindows.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/traconwindows.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/traconwindows.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=31&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://traconwindows.wordpress.com/2008/05/26/vote-for-tow-traconwindows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">yeoupooh</media:title>
		</media:content>
	</item>
		<item>
		<title>How to install TOW to the other folder not C:\TOW (not pefect, but useful)</title>
		<link>http://traconwindows.wordpress.com/2008/03/07/how-to-install-tow-to-the-other-folder-not-ctow-not-pefect-but-useful/</link>
		<comments>http://traconwindows.wordpress.com/2008/03/07/how-to-install-tow-to-the-other-folder-not-ctow-not-pefect-but-useful/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 11:36:22 +0000</pubDate>
		<dc:creator>yeoupooh</dc:creator>
				<category><![CDATA[Install]]></category>
		<category><![CDATA[User Guide]]></category>
		<category><![CDATA[change folder]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[TOW]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[traconwindows]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://traconwindows.wordpress.com/?p=30</guid>
		<description><![CDATA[I&#8217;ve tried installation on the other folder. It&#8217;s almost perfect except Python. So, if you want to install to your own TOW folder, follow below. (ex. %TOW_HOME% is D:\Apps\TOW) Unzip TOW-*.zip to D:\Apps. Open %TOW_HOME%\set-tow.bat file and replace strings like below. set TOW_HOME=D:\Apps\TOW Open %TOW_HOME%\Apache\conf\httpd.conf file and replace strings like below. C:/TOW -&#62; D:/Apps/TOW Open [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=30&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve tried installation on the other folder. It&#8217;s almost perfect except Python.</p>
<p>So, if you want to install to your own TOW folder, follow below. (ex. %TOW_HOME% is D:\Apps\TOW)</p>
<ol>
<li>Unzip TOW-*.zip to D:\Apps.</li>
<li>Open %TOW_HOME%\set-tow.bat file and replace strings like below.<br />
<blockquote><p>set TOW_HOME=D:\Apps\TOW</p></blockquote>
</li>
<li>Open %TOW_HOME%\Apache\conf\httpd.conf file and replace strings like below.<br />
<blockquote><p>C:/TOW -&gt; D:/Apps/TOW</p></blockquote>
</li>
<li>Open all %TOW_HOME%\SetupTracRepo\Projects\HelloTOW\conf\*.tpl files and replace strings.<br />
<blockquote><p>C:\TOW -&gt; D:\Apps\TOW<br />
C:\\TOW -&gt; D:\\Apps\\TOW</p></blockquote>
</li>
<li>Open %TOW_HOME%\create-svn-repo.bat file and replace.<br />
<blockquote><p>C:/TOW -&gt; D:/Apps/TOW</p></blockquote>
</li>
<li>Copy %TOW_HOME%\Python folder to C:\TOW\Python</li>
<li>Run %TOW_HOME%\start-tow.bat</li>
</ol>
<p>If you have already installed on C:\TOW and want to move D:\Apps\TOW, you need something to do it working.</p>
<ol>
<li>Open %TOW_HOME%\TracRepo\Projects\%PROJECT_NAME%\trac.ini file and replaces strings like below.<br />
<blockquote><p>C:\TOW -&gt; D:\Apps\TOW<br />
C:\\TOW -&gt; D:\\Apps\\TOW</p></blockquote>
</li>
<li>Resync Trac repository.D:\Apps\TOW&gt;trac-admin.bat %PROJECT_NAME% resync</li>
<li>That&#8217;s it.</li>
</ol>
<p>I hope it helps you.</p>
<p>P.S. Anyone have an idea to move Python to the other folder?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/traconwindows.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/traconwindows.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/traconwindows.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/traconwindows.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/traconwindows.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/traconwindows.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/traconwindows.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/traconwindows.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/traconwindows.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/traconwindows.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/traconwindows.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/traconwindows.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/traconwindows.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/traconwindows.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/traconwindows.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/traconwindows.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=30&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://traconwindows.wordpress.com/2008/03/07/how-to-install-tow-to-the-other-folder-not-ctow-not-pefect-but-useful/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">yeoupooh</media:title>
		</media:content>
	</item>
		<item>
		<title>(Fixed) How to manage access control each user on SVN?</title>
		<link>http://traconwindows.wordpress.com/2008/02/22/how-to-manage-access-control-per-user-on-svn/</link>
		<comments>http://traconwindows.wordpress.com/2008/02/22/how-to-manage-access-control-per-user-on-svn/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 05:44:25 +0000</pubDate>
		<dc:creator>yeoupooh</dc:creator>
				<category><![CDATA[User Guide]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[privilege]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[subvesion]]></category>
		<category><![CDATA[TOW]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[traconwindows]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://traconwindows.wordpress.com/?p=29</guid>
		<description><![CDATA[(Fixed: no requires svnserve.conf file. sorry) By default, All TOW users have all privileges of SVN. If you want to manage access control each user on SVN, try like this. Edit C:\TOW\Apache\conf\httpd.conf. Find &#60;Location /svn&#62; and change like below. &#60;Location /svn&#62; DAV svn SVNParentPath &#8220;C:/TOW/SvnRepo/Projects&#8221; # our access control policy AuthzSVNAccessFile &#8220;C:/TOW/SvnRepo/Projects/authz&#8221; # try anonymous [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=29&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(Fixed: no requires svnserve.conf file. sorry)</p>
<p>By default, All TOW users have all privileges of SVN.</p>
<p>If you want to manage access control each user on SVN, try like this.</p>
<ol>
<li>Edit C:\TOW\Apache\conf\httpd.conf.</li>
<li>Find &lt;Location /svn&gt; and change like below.<br />
<blockquote><p>&lt;Location /svn&gt;<br />
DAV svn<br />
SVNParentPath &#8220;C:/TOW/SvnRepo/Projects&#8221;</p>
<p># our access control policy<br />
AuthzSVNAccessFile &#8220;C:/TOW/SvnRepo/Projects/authz&#8221;</p>
<p># try anonymous access first, resort to real<br />
# authentication if necessary.<br />
Satisfy Any<br />
Require valid-user</p>
<p>AuthType Basic<br />
AuthName &#8220;TOW:Subversion Authentication&#8221;<br />
AuthUserFile &#8220;C:/TOW/SvnRepo/Projects/trac.htpasswd&#8221;<br />
&lt;/Location&gt;</p></blockquote>
</li>
<li>Create C:/TOW/SvnRepo/Projects/authz file and fill like below. (ex. test, test2 has already registered.)<br />
<blockquote><p><code>[/]<br />
test = rw<br />
test2 = r<br />
* =</code></p></blockquote>
</li>
<li><code></code>Restart TOW.</li>
</ol>
<p>You can find more details about authz settings in <a href="http://svnbook.red-bean.com/en/1.0/ch06s04.html">here</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/traconwindows.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/traconwindows.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/traconwindows.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/traconwindows.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/traconwindows.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/traconwindows.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/traconwindows.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/traconwindows.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/traconwindows.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/traconwindows.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/traconwindows.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/traconwindows.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/traconwindows.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/traconwindows.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/traconwindows.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/traconwindows.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=29&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://traconwindows.wordpress.com/2008/02/22/how-to-manage-access-control-per-user-on-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">yeoupooh</media:title>
		</media:content>
	</item>
		<item>
		<title>TOW and Eclipse Integration Diagram</title>
		<link>http://traconwindows.wordpress.com/2008/02/19/tow-and-eclipse-integration-diagram/</link>
		<comments>http://traconwindows.wordpress.com/2008/02/19/tow-and-eclipse-integration-diagram/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 02:04:15 +0000</pubDate>
		<dc:creator>yeoupooh</dc:creator>
				<category><![CDATA[User Guide]]></category>
		<category><![CDATA[diagram]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[TOW]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[traconwindows]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://traconwindows.wordpress.com/?p=28</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=28&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.gliffy.com/pubdoc/1337010/L.jpg" alt="TOW and Eclipse Integration" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/traconwindows.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/traconwindows.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/traconwindows.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/traconwindows.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/traconwindows.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/traconwindows.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/traconwindows.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/traconwindows.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/traconwindows.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/traconwindows.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/traconwindows.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/traconwindows.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/traconwindows.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/traconwindows.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/traconwindows.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/traconwindows.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=28&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://traconwindows.wordpress.com/2008/02/19/tow-and-eclipse-integration-diagram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">yeoupooh</media:title>
		</media:content>

		<media:content url="http://www.gliffy.com/pubdoc/1337010/L.jpg" medium="image">
			<media:title type="html">TOW and Eclipse Integration</media:title>
		</media:content>
	</item>
		<item>
		<title>TOW (TracOnWindows) 0.2.2a is released.</title>
		<link>http://traconwindows.wordpress.com/2008/02/18/tow-traconwindows-022a-is-released/</link>
		<comments>http://traconwindows.wordpress.com/2008/02/18/tow-traconwindows-022a-is-released/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 00:42:11 +0000</pubDate>
		<dc:creator>yeoupooh</dc:creator>
				<category><![CDATA[Release]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[TOW]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[traconwindows]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://traconwindows.wordpress.com/?p=27</guid>
		<description><![CDATA[Release Note TOW 0.2.2a Base package includes&#8230; Python 2.4.4 Python for Windows Extensions build 210 Trac 0.10.4 Clearsilver 0.9.14 Apache HTTP Server 2.2.6 Mod_python 3.3.1 Subversion 1.4.5 Subversion Python binding 1.4.5 SQLite 3.5.2 pysqlite 2.3.5 EasyInstall Added useful scripts. TOW 0.2.2a Standard package includes&#8230; TOW 0.2.2 Base package admin account has TRAC_ADMIN, XML_RPC permission. Plugins [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=27&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><b>Release Note</b></p>
<p>TOW 0.2.2a Base package includes&#8230;</p>
<ul>
<li><a href="http://python.org/">Python</a> 2.4.4</li>
<li><a href="http://starship.python.net/crew/mhammond/win32/">Python for Windows Extensions</a> build 210</li>
<li><a href="http://trac.edgewall.org/">Trac</a> 0.10.4</li>
<li><a href="http://www.clearsilver.net/">Clearsilver</a> 0.9.14</li>
<li><a href="http://httpd.apache.org/">Apache HTTP Server</a> 2.2.6</li>
<li><a href="http://modpython.org/">Mod_python</a> 3.3.1</li>
<li><a href="http://subversion.tigris.org/">Subversion</a> 1.4.5</li>
<li><a href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91&amp;expandFolder=91&amp;folderID=469">Subversion Python binding</a> 1.4.5</li>
<li><a href="http://www.sqlite.org/">SQLite</a> 3.5.2</li>
<li><a href="http://initd.org/tracker/pysqlite/wiki/pysqlite">pysqlite</a> 2.3.5</li>
<li><a href="http://peak.telecommunity.com/DevCenter/EasyInstall">EasyInstall</a></li>
<li>Added useful scripts.</li>
</ul>
<p>TOW 0.2.2a Standard package includes&#8230;</p>
<ul>
<li>TOW 0.2.2 Base package</li>
<li>admin account has TRAC_ADMIN, XML_RPC permission.</li>
<li>Plugins
<ul>
<li><a href="http://trac.edgewall.org/wiki/WebAdmin">Web Admin Plugin</a> r6060</li>
<li><a href="http://trac-hacks.org/wiki/AccountManagerPlugin">Account Manager Plugin</a> r2548</li>
<li><a href="http://trac-hacks.org/wiki/XmlRpcPlugin">XML-RPC Plugin</a> r2874</li>
<li><a href="http://trac-hacks.org/wiki/EclipseTracPlugin">Eclipse Trac Integration</a> r2874</li>
<li><a href="http://trac-hacks.org/wiki/TracWysiwygPlugin">WYSIWYG Editor Plugin</a> r2856</li>
<li><a href="http://trac-hacks.org/wiki/IniAdminPlugin">trac.ini Admin Plugin</a> r2883</li>
<li><a href="http://svn.ipd.uka.de/trac/javaparty/wiki/TracNav">TracNav</a> 3.92</li>
</ul>
</li>
<li>Macros
<ul>
<li><a href="http://trac-hacks.org/wiki/TocMacro">TOC Macro</a> r2879</li>
</ul>
</li>
</ul>
<p><b>Changelogs</b></p>
<ul>
<li>Fixed problem in subversion repository setting on trac.ini which made from add-project script.</li>
</ul>
<p>You can download it from <a href="https://sourceforge.net/project/showfiles.php?group_id=192688&amp;package_id=226706&amp;release_id=574064" title="SF.net" target="_blank">SourceForge.net.</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/traconwindows.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/traconwindows.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/traconwindows.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/traconwindows.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/traconwindows.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/traconwindows.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/traconwindows.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/traconwindows.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/traconwindows.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/traconwindows.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/traconwindows.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/traconwindows.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/traconwindows.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/traconwindows.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/traconwindows.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/traconwindows.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=27&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://traconwindows.wordpress.com/2008/02/18/tow-traconwindows-022a-is-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">yeoupooh</media:title>
		</media:content>
	</item>
		<item>
		<title>TOW를 NT Service로 돌리기</title>
		<link>http://traconwindows.wordpress.com/2008/01/24/tow%eb%a5%bc-nt-service%eb%a1%9c-%eb%8f%8c%eb%a6%ac%ea%b8%b0/</link>
		<comments>http://traconwindows.wordpress.com/2008/01/24/tow%eb%a5%bc-nt-service%eb%a1%9c-%eb%8f%8c%eb%a6%ac%ea%b8%b0/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 07:00:18 +0000</pubDate>
		<dc:creator>yeoupooh</dc:creator>
				<category><![CDATA[사용자 가이드]]></category>
		<category><![CDATA[as]]></category>
		<category><![CDATA[nt service]]></category>
		<category><![CDATA[TOW]]></category>

		<guid isPermaLink="false">http://traconwindows.wordpress.com/2008/01/24/tow%eb%a5%bc-nt-service%eb%a1%9c-%eb%8f%8c%eb%a6%ac%ea%b8%b0/</guid>
		<description><![CDATA[열정몰입님께서 정리를 잘해주셨네요. 감사합니다.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=26&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://swguru.egloos.com/" title="열정몰입">열정몰입</a>님께서 정리를 잘해주셨네요. 감사합니다.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/traconwindows.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/traconwindows.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/traconwindows.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/traconwindows.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/traconwindows.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/traconwindows.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/traconwindows.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/traconwindows.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/traconwindows.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/traconwindows.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/traconwindows.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/traconwindows.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/traconwindows.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/traconwindows.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/traconwindows.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/traconwindows.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=26&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://traconwindows.wordpress.com/2008/01/24/tow%eb%a5%bc-nt-service%eb%a1%9c-%eb%8f%8c%eb%a6%ac%ea%b8%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">yeoupooh</media:title>
		</media:content>
	</item>
		<item>
		<title>How to manage user permissions?</title>
		<link>http://traconwindows.wordpress.com/2008/01/09/how-to-manage-user-permissions/</link>
		<comments>http://traconwindows.wordpress.com/2008/01/09/how-to-manage-user-permissions/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 07:54:55 +0000</pubDate>
		<dc:creator>yeoupooh</dc:creator>
				<category><![CDATA[User Guide]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[TOW]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[traconwindows]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://traconwindows.wordpress.com/2008/01/09/how-to-manage-user-permissions/</guid>
		<description><![CDATA[You may know that using trac-admin can manage user permissions. But it needs long typing. So TOW 0.2.2 provides simple script. Listing all user permissions C:\TOW&#62;list-perm &#60;ProjectName&#62; Listing user permissions C:\TOW&#62;list-perm &#60;ProjectName&#62; &#60;UserName&#62; Adding user permissions C:\TOW&#62;add-perm &#60;ProjectName&#62; &#60;UserName&#62; &#60;Permissions(separated by space)&#62; Removing user permissions C:\TOW&#62;remove-perm &#60;ProjectName&#62; &#60;UserName&#62; &#60;Permissions(separated by space)&#62; You can use *(wild [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=23&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You may know that using trac-admin can manage user permissions. But it needs long typing.</p>
<p>So TOW 0.2.2 provides simple script.</p>
<p><b>Listing all user permissions</b><br />
<code><br />
C:\TOW&gt;list-perm &lt;ProjectName&gt;<br />
</code></p>
<p><b>Listing user permissions</b><br />
<code><br />
C:\TOW&gt;list-perm &lt;ProjectName&gt; &lt;UserName&gt;<br />
</code></p>
<p><b>Adding user permissions</b><br />
<code><br />
C:\TOW&gt;add-perm &lt;ProjectName&gt; &lt;UserName&gt; &lt;Permissions(separated by space)&gt;<br />
</code></p>
<p><b>Removing user permissions</b><br />
<code><br />
C:\TOW&gt;remove-perm &lt;ProjectName&gt; &lt;UserName&gt; &lt;Permissions(separated by space)&gt;<br />
</code></p>
<p>You can use *(wild card) at permissions.<br />
You can find more detail informations in <a href="http://trac.edgewall.org/wiki/TracPermissions">TracPermissions</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/traconwindows.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/traconwindows.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/traconwindows.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/traconwindows.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/traconwindows.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/traconwindows.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/traconwindows.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/traconwindows.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/traconwindows.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/traconwindows.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/traconwindows.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/traconwindows.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/traconwindows.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/traconwindows.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/traconwindows.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/traconwindows.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=traconwindows.wordpress.com&amp;blog=2144792&amp;post=23&amp;subd=traconwindows&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://traconwindows.wordpress.com/2008/01/09/how-to-manage-user-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">yeoupooh</media:title>
		</media:content>
	</item>
	</channel>
</rss>
