<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Subversion + Trac for Multiple Projects (One Click Build)</title>
	<atom:link href="http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/</link>
	<description>on web development</description>
	<pubDate>Thu, 29 Jul 2010 19:25:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Issa</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-6405</link>
		<dc:creator>Issa</dc:creator>
		<pubDate>Thu, 08 Jul 2010 20:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-6405</guid>
		<description>Hello, prety cool how to !!
well i have tried this on ubuntu 10.04 server !

i have installed the 0.12 !

the problem when i try to connect on svn i have this :
issa@issa-desktop:/media/Element/programmation/EFL/program$ svn checkout  svn://192.168.0.23/pp
svn: Impossible de se connecter à l'hôte '192.168.0.23': Connexion refused

well if someone can help
thanks

and i have changed the [ / ] by [/]


but no change, and i do'nt know why, i can connect on the irc of trac :'(</description>
		<content:encoded><![CDATA[<p>Hello, prety cool how to !!<br />
well i have tried this on ubuntu 10.04 server !</p>
<p>i have installed the 0.12 !</p>
<p>the problem when i try to connect on svn i have this :<br />
issa@issa-desktop:/media/Element/programmation/EFL/program$ svn checkout  svn://192.168.0.23/pp<br />
svn: Impossible de se connecter à l&#8217;hôte &#8216;192.168.0.23&#8242;: Connexion refused</p>
<p>well if someone can help<br />
thanks</p>
<p>and i have changed the [ / ] by [/]</p>
<p>but no change, and i do&#8217;nt know why, i can connect on the irc of trac :&#8217;(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zkc</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-6072</link>
		<dc:creator>zkc</dc:creator>
		<pubDate>Fri, 04 Jun 2010 07:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-6072</guid>
		<description>There is an error in file /etc/svnaccess that cause the 403 Forbidden error. Change:
"""
[groups]
developers = yourusername, nextusername
[ / ]
@developers = rw
* = r
"""
to:
"""
[groups]
developers = yourusername, nextusername
[/]
@developers = rw
* = r
"""
And everything is OK!</description>
		<content:encoded><![CDATA[<p>There is an error in file /etc/svnaccess that cause the 403 Forbidden error. Change:<br />
&#8220;&#8221;"<br />
[groups]<br />
developers = yourusername, nextusername<br />
[ / ]<br />
@developers = rw<br />
* = r<br />
&#8220;&#8221;"<br />
to:<br />
&#8220;&#8221;"<br />
[groups]<br />
developers = yourusername, nextusername<br />
[/]<br />
@developers = rw<br />
* = r<br />
&#8220;&#8221;"<br />
And everything is OK!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dev</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-5008</link>
		<dc:creator>Dev</dc:creator>
		<pubDate>Sat, 20 Mar 2010 14:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-5008</guid>
		<description>want to delete a project from trac and svn which i have created for test purpose. Is it possible to delete a project from both trac and svn on a single go, or need to delete them separatelty. How to delet a trac project..is just deleting the proj or moving the project from trac environment works.</description>
		<content:encoded><![CDATA[<p>want to delete a project from trac and svn which i have created for test purpose. Is it possible to delete a project from both trac and svn on a single go, or need to delete them separatelty. How to delet a trac project..is just deleting the proj or moving the project from trac environment works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-4986</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Wed, 17 Mar 2010 19:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-4986</guid>
		<description>Brilliant guide, this saved me so much hassle.
Tripped up when I copy-pasted the svnaccess file but as noted above changing [ / ] for [/] solved it.</description>
		<content:encoded><![CDATA[<p>Brilliant guide, this saved me so much hassle.<br />
Tripped up when I copy-pasted the svnaccess file but as noted above changing [ / ] for [/] solved it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-4307</link>
		<dc:creator>Ash</dc:creator>
		<pubDate>Thu, 21 Jan 2010 13:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-4307</guid>
		<description>simply awesome...thanks anant</description>
		<content:encoded><![CDATA[<p>simply awesome&#8230;thanks anant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Sullivan</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-4293</link>
		<dc:creator>James Sullivan</dc:creator>
		<pubDate>Wed, 20 Jan 2010 08:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-4293</guid>
		<description>Thanks for publishing this - I was searching for a way to make trac and svn users one and the same and this is it.</description>
		<content:encoded><![CDATA[<p>Thanks for publishing this - I was searching for a way to make trac and svn users one and the same and this is it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-4205</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Thu, 14 Jan 2010 03:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-4205</guid>
		<description>@dev Try using nano /etc/svnaccess instead. gpedit probably isn't installed in your build.

@all I had to change the svnaccess file from '[ \ ]' to '[\]' as others have stated.

@all if you use the perl script be sure to chmod it (I used 774)

Thanks for the writeup!</description>
		<content:encoded><![CDATA[<p>@dev Try using nano /etc/svnaccess instead. gpedit probably isn&#8217;t installed in your build.</p>
<p>@all I had to change the svnaccess file from &#8216;[ \ ]&#8216; to &#8216;[\]&#8216; as others have stated.</p>
<p>@all if you use the perl script be sure to chmod it (I used 774)</p>
<p>Thanks for the writeup!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dev</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-4020</link>
		<dc:creator>dev</dc:creator>
		<pubDate>Fri, 01 Jan 2010 17:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-4020</guid>
		<description>sudo gpedit /etc/svnaccess
after this step it is saying gpedit command not found...
how to resolve this?</description>
		<content:encoded><![CDATA[<p>sudo gpedit /etc/svnaccess<br />
after this step it is saying gpedit command not found&#8230;<br />
how to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-3261</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 27 Nov 2009 03:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-3261</guid>
		<description>This all works well, and it's let me get SVN and Trac installed where most other "tutorials" just don't work.

One issue that I've found is that I've tried to activate the WebAdmin area by setting my user up with TRAC_ADMIN permission, but the administration panel doesn't show. I've installed the latest stable version as far as I know (0.11.3), and no matter what I do, the admin section stays firmly hidden, even though it's suppsoed to be build in with 0.11.x  

Anyone have any ideas on what might be wrong?</description>
		<content:encoded><![CDATA[<p>This all works well, and it&#8217;s let me get SVN and Trac installed where most other &#8220;tutorials&#8221; just don&#8217;t work.</p>
<p>One issue that I&#8217;ve found is that I&#8217;ve tried to activate the WebAdmin area by setting my user up with TRAC_ADMIN permission, but the administration panel doesn&#8217;t show. I&#8217;ve installed the latest stable version as far as I know (0.11.3), and no matter what I do, the admin section stays firmly hidden, even though it&#8217;s suppsoed to be build in with 0.11.x  </p>
<p>Anyone have any ideas on what might be wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Force</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-2565</link>
		<dc:creator>Justin Force</dc:creator>
		<pubDate>Mon, 02 Nov 2009 21:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-2565</guid>
		<description>Thank you for this guide. The svn DAV parts weren't quite working for me, and your guide had the pieces I was missing.</description>
		<content:encoded><![CDATA[<p>Thank you for this guide. The svn DAV parts weren&#8217;t quite working for me, and your guide had the pieces I was missing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
