I know this has been asked many time and i have seen that questions's answer too but dont know what i am missing. it would be great if you guys can look into it
successfully installed svn - from this tutorial
tecadmin.net/setup-subversion-server-on-centos/
my httpd.conf file
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
Alias /svn /var/www/svn
<Location /svn>
DAV svn
SVNParentPath /var/www/svn
AuthType Basic
AuthName "Subversion User Authentication "
AuthUserFile /etc/svn-users
Require valid-user
</Location>
also i created svn in var/ folder and it was giving that same error ( Redirect cycle detected for URL) and still when i created in var/www/ it is also giving the same error.