Apache httpd.conf entry is:
<Location /warfare>
DAV svn
SVNPath d:\prj\warfare
AuthzSVNAccessFile d:\svn-admin\rights\prj-warfare.access
Require valid-user
AuthType Basic
AuthName "Warfare version repository"
AuthUserFile d:\svn-admin\repos.passwd
</Location>
Repository contains mostly binary data. The working copy I'm trying to
checkout is about 3Gb in size.
I can provide full crash dump for this crash if it can help.
Access to repository is technically possible but it'll be better to use it
as a last chance. Repository is located in our intranet and contains private
data which I can't disclose.
On 11/23/06, D.J. Heap <djheap@gmail.com> wrote:
>
> On 11/21/06, Sergej Zagursky <gvozdoder@gmail.com> wrote:
> > Hi!
> > I have a command-line client crash during checkout on Windows Server
> 2003
> > SP1.
> >
> > The command line I've used to reproduce crash is: svn.exe checkout
> > --no-auth-cache --username "sybra" --password "xxxx"
> > http://hive/warfare/branches/dev d:\1243
> [snip]
>
>
> Can you provide more details on your server/authentication
> configuration and the repository data or access to the repository that
> causes the crash?
>
> DJ
>
Received on Thu Nov 23 14:52:07 2006