<?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>Sat, 04 Feb 2012 06:40:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: P.D.P.</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-10325</link>
		<dc:creator>P.D.P.</dc:creator>
		<pubDate>Thu, 24 Feb 2011 18:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-10325</guid>
		<description>Never mind, that gives acces to everyone; still working on a solution ...</description>
		<content:encoded><![CDATA[<p>Never mind, that gives acces to everyone; still working on a solution &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: P.D.P.</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-10322</link>
		<dc:creator>P.D.P.</dc:creator>
		<pubDate>Thu, 24 Feb 2011 17:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-10322</guid>
		<description>This tutorial only worked for me after I changed the


DAV svn
SVNParentPath /svn
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile /etc/svnauth
Require valid-user
AuthzSVNAccessFile /etc/svnaccess


part in the /etc/apache2/sites-available/myserver file to



   DAV svn
   SVNParentPath /svn
   AuthType Basic
   AuthName "Subversion Repository"
   AuthUserFile /etc/svnauth
   
      Require valid-user
   


otherwise I got the exception

svn: Server sent unexpected return value (403 Forbidden) in response to OPTIONS request for 'http://localhost/svn/shortprojname'

when I tried to checkout</description>
		<content:encoded><![CDATA[<p>This tutorial only worked for me after I changed the</p>
<p>DAV svn<br />
SVNParentPath /svn<br />
AuthType Basic<br />
AuthName &#8220;Subversion Repository&#8221;<br />
AuthUserFile /etc/svnauth<br />
Require valid-user<br />
AuthzSVNAccessFile /etc/svnaccess</p>
<p>part in the /etc/apache2/sites-available/myserver file to</p>
<p>   DAV svn<br />
   SVNParentPath /svn<br />
   AuthType Basic<br />
   AuthName &#8220;Subversion Repository&#8221;<br />
   AuthUserFile /etc/svnauth</p>
<p>      Require valid-user</p>
<p>otherwise I got the exception</p>
<p>svn: Server sent unexpected return value (403 Forbidden) in response to OPTIONS request for &#8216;http://localhost/svn/shortprojname&#8217;</p>
<p>when I tried to checkout</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: horst der hack</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-9627</link>
		<dc:creator>horst der hack</dc:creator>
		<pubDate>Wed, 02 Feb 2011 00:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-9627</guid>
		<description>Hi I'm again ... I'm not sure how to 'start' trac ... i have done every thing of the tut but is trac allready running ?</description>
		<content:encoded><![CDATA[<p>Hi I&#8217;m again &#8230; I&#8217;m not sure how to &#8217;start&#8217; trac &#8230; i have done every thing of the tut but is trac allready running ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: horst der hack</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-9626</link>
		<dc:creator>horst der hack</dc:creator>
		<pubDate>Wed, 02 Feb 2011 00:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-9626</guid>
		<description>Hi nice tut ... but i can not access my trac via host.com/trac/projectname ... i got an error that the link does not exists ... ehmm i wounder about the directory settings ... i have to put my web content stuff to /var/www/vhosts/domain/httpdocs/

I tried to change the path in the apache thing but it changed nothing ... can anyone help me ?</description>
		<content:encoded><![CDATA[<p>Hi nice tut &#8230; but i can not access my trac via host.com/trac/projectname &#8230; i got an error that the link does not exists &#8230; ehmm i wounder about the directory settings &#8230; i have to put my web content stuff to /var/www/vhosts/domain/httpdocs/</p>
<p>I tried to change the path in the apache thing but it changed nothing &#8230; can anyone help me ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luck sharma</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-9401</link>
		<dc:creator>luck sharma</dc:creator>
		<pubDate>Wed, 26 Jan 2011 10:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-9401</guid>
		<description>By the way I cannot access the server as my authentication is not working. I want to add multiple users to the server. I have a group who needs to access through the server. Is it possible add the group on the perl script so that I can make access to the working space. 
Thanks</description>
		<content:encoded><![CDATA[<p>By the way I cannot access the server as my authentication is not working. I want to add multiple users to the server. I have a group who needs to access through the server. Is it possible add the group on the perl script so that I can make access to the working space.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luck sharma</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-9400</link>
		<dc:creator>luck sharma</dc:creator>
		<pubDate>Wed, 26 Jan 2011 09:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-9400</guid>
		<description>I could not find the location to save init.pl for perl file. Could you please let me know where to save it?

Thanks, 
Luck</description>
		<content:encoded><![CDATA[<p>I could not find the location to save init.pl for perl file. Could you please let me know where to save it?</p>
<p>Thanks,<br />
Luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-8132</link>
		<dc:creator>Alessandro</dc:creator>
		<pubDate>Fri, 26 Nov 2010 14:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-8132</guid>
		<description>Hi Anant,
with your tutorial, I've created two repositories, but the users that I created are able access to every repository.
How can I create a user that can access only in one of available repository?

Thank in advance!</description>
		<content:encoded><![CDATA[<p>Hi Anant,<br />
with your tutorial, I&#8217;ve created two repositories, but the users that I created are able access to every repository.<br />
How can I create a user that can access only in one of available repository?</p>
<p>Thank in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-8129</link>
		<dc:creator>Alessandro</dc:creator>
		<pubDate>Fri, 26 Nov 2010 11:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-8129</guid>
		<description>Thank you so much for this great tutorial!
I have a question:
How can I modify this settings for using the svn (or better svn+ssh) protocol instead of http protocol?

Thank you in advance!</description>
		<content:encoded><![CDATA[<p>Thank you so much for this great tutorial!<br />
I have a question:<br />
How can I modify this settings for using the svn (or better svn+ssh) protocol instead of http protocol?</p>
<p>Thank you in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Issa</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-6595</link>
		<dc:creator>Issa</dc:creator>
		<pubDate>Thu, 29 Jul 2010 17:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-6595</guid>
		<description>Hello i love this how to !

but can u explain how to add better user profile ?</description>
		<content:encoded><![CDATA[<p>Hello i love this how to !</p>
<p>but can u explain how to add better user profile ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Issa</title>
		<link>http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/comment-page-1/#comment-6570</link>
		<dc:creator>Issa</dc:creator>
		<pubDate>Tue, 27 Jul 2010 11:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=169#comment-6570</guid>
		<description>hello good how, to !!

but how using only https, please ?</description>
		<content:encoded><![CDATA[<p>hello good how, to !!</p>
<p>but how using only https, please ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

