[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Fwd: svn does not respond on wrong urls

From: Moisei <moisei_at_gmail.com>
Date: 2005-03-17 12:14:59 CET

Hello, and again I am wondering whether the post has arrived to the list?
I tried to find it in the archive but with no success.

Thanks & Sorry,
Moisei.
---------- Forwarded message ----------
From: Moisei <moisei@gmail.com>
Date: Wed, 16 Mar 2005 17:36:19 +0200
Subject: svn does not repspond on wrong urls
To: users@subversion.tigris.org

Hello dear all,
is the subj a known issue? Any svn command I run on the wrong url
is just doesn't respond instead of return any error message.
It only happens for the urls that are under my "svn parent folder".
i.e:
svn ls http://svn-srv/svn/Repo/dir_exists works well
svn ls http://svn-srv/svn/Repo/dir_NOT_exists *STUCK* just does not
return without any error
svn ls http://svn-srv/BAD_PARENT/Repo/dir_exists -- returns error that is OK

Any help would be appreciated. I post the snapshot of my config, may
be it could help:
svn is running on dedicated windows w2k server Dual 2.8 GHz Intel PIV, 2 Gb RAM
Apache 2.0.53
svnversion, version 1.1.3 (r12730) compiled Jan 20 2005, 05:51:34

# @svn
# show list of repositories at /svn
RewriteEngine on
RewriteRule ^/svn$ /svn_index.php [PT]
RewriteRule ^/svn/$ /svn_index.php [PT]
RewriteRule ^/svn/index.html$ /svn_index.php [PT]
#
# define subversion location
#
<Location /svn>
    DAV svn
    SVNParentPath "Q:/Subversion"
    # domain user authenticateion
    AuthType SSPI
    SSPIAuth On
    SSPIAuthoritative On
    SSPIDomain MYDOMAIN
    # remove domain prefix from user name on report
    SSPIOmitDomain On
    SSPIOfferBasic On
    # allow only authorized access
    Require valid-user
    # configure permission for authorized users
    # i.e. fine-tune permissions for authorized users
    # for example restrict access to the cfg repository for admins only
    AuthzSVNAccessFile "C:/Program Files/Apache
Group/Apache2/conf/svn_perm.conf"
</Location>

Thanks in advance,

--
Best Regards,
Moisei
-- 
Best Regards,
Moisei
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 17 12:17:29 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.