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

Cannot create a repository on Win2003 standard with v1.4.4

From: Talden <talden_at_gmail.com>
Date: 2007-07-30 00:06:12 CEST

As stated in the topic I cannot create a repository on Windows 2003
Standard Edition (32bit) using Subversion 1.4.4

I am able to do so with the same Subversion distribution on my XP pro desktop.

The command I'm executing is

      C:\> svnadmin create c:\temp\testrepo

This results in

      svnadmin: Can't stat directory 'c:\temp\testrepo\db': Partial results are
      valid but processing is incomplete

The user account is a local administrator and has full control of the
folder being used for the installation.

Using FileMon.exe (sysinternals) I see the following error occuring
near what looks like the end of repo creation - after which svnadmin
removes the content so far created:

"svnadmin.exe:4716", "QUERY INFORMATION", "C:\Temp\testrepo\db",
"BUFFER OVERFLOW", "FileFsVolumeInformation"
"svnadmin.exe:4716", "QUERY INFORMATION", "C:\Temp\testrepo\db",
"BUFFER OVERFLOW", "FileAllInformation"

Further down the log the same occurs with a security check (it's very
soon after this that the deletions start)

"svnadmin.exe:4716", "QUERY SECURITY", "C:\Temp\testrepo\db", "BUFFER OVERFLOW"

The column-names as given in FileMon are:
    Process
    Request
    Path
    Result
    Other

The --version of svnadmin is

      C:\>svnadmin --version
      svnadmin, version 1.4.4 (r25188)
         compiled Jun 8 2007, 19:58:37

      Copyright (C) 2000-2006 CollabNet.
      Subversion is open source software, see http://subversion.tigris.org/
      This product includes software developed by CollabNet
(http://www.Collab.Net/).

      The following repository back-end (FS) modules are available:

      * fs_base : Module for working with a Berkeley DB repository.
      * fs_fs : Module for working with a plain file (FSFS) repository.

Anyone have any ideas?

--
Talden
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 30 00:04:59 2007

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.