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

Re: assertion error

From: Marcin Gil <mgil_at_vernet.pl>
Date: 2003-10-24 19:52:05 CEST

On Thu, 23 Oct 2003 20:59:44 +0100
Philip Martin <philip@codematters.co.uk> wrote:

 
> What would "svn status" have shown? Describe your working copy.
>
[22:55] denti @enclave devel/bip % svn status
! .

What info do you need as working copy description?
I couldn't replicate this error though..

Oh.. maybe this one.. In the project I use smarty php template engine.
It often creates directories with names like '%%%117c'..

>
> That's a mod_dav_svn/Apache error, I'm not really an expert. Describe
> your Locaction directive.
>
<VirtualHost repo.vernet.pl>
        ServerAdmin tech@vernet.pl
        DocumentRoot /home/svn
        ServerName repo.vernet.pl
        ErrorLog /etc/httpd/logs/repo-error
        CustomLog /etc/httpd/logs/repo-access common
</VirtualHost>

<Directory "/home/svn">
    Options Indexes MultiViews
    
    DAV svn
    SVNPath /home/svn

    AuthType Basic
    AuthName "Repozytorium Verall Internet"
    AuthUserFile /home/svn/users
    AuthGroupFile /home/svn/groups
    Require valid-user
</Directory>

I use directory directive because I've set up a virtual host
for subversion purposes only..

With svnserve everything goes fine.. But I don't know how to setup
a secured repo with restricted access.. I'm reading Svn book,
there is something mentioned about inetd but no config is given
(like use of stream or dgram).

-- 
  Marcin Gil
    email#   mgil : vernet pl | GaduGadu ID# 185057
    JID# dentharg : chrome pl | 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 24 19:53:03 2003

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.