You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Norbert Unterberg <ne...@gmx.net> on 2004/12/17 09:03:57 UTC

svnadmin create leaves rubbish behind

svnadmin create leaves a non-functional repository behind if called with 
a wrong fs-type parameter:

Script:

E:\SVN_Repositories>svnadmin create test --fs-type FSFS
svn: Unknown FS type 'FSFS'

Ups, I mis-typed FSFS, so I try again:

E:\SVN_Repositories>svnadmin create test --fs-type fsfs
svn: Repository creation failed
svn: Could not create top-level directory
svn: 'test' exists and is non-empty

Couldn't svnadmin check the requested file system type before creating 
the repository directory structure?

Norbert


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svnadmin create leaves rubbish behind

Posted by Ben Reser <be...@reser.org>.
On Fri, Dec 17, 2004 at 10:03:57AM +0100, Norbert Unterberg wrote:
> svnadmin create leaves a non-functional repository behind if called with 
> a wrong fs-type parameter:
> 
> Script:
> 
> E:\SVN_Repositories>svnadmin create test --fs-type FSFS
> svn: Unknown FS type 'FSFS'
> 
> Ups, I mis-typed FSFS, so I try again:
> 
> E:\SVN_Repositories>svnadmin create test --fs-type fsfs
> svn: Repository creation failed
> svn: Could not create top-level directory
> svn: 'test' exists and is non-empty
> 
> Couldn't svnadmin check the requested file system type before creating 
> the repository directory structure?

Fixed in r13200.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org