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

Re: Command-line client checkout crash

From: Sergej Zagursky <gvozdoder_at_gmail.com>
Date: 2006-11-23 14:51:22 CET

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

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.