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

svnadmin create leaves rubbish behind

From: Norbert Unterberg <nepo_at_gmx.net>
Date: 2004-12-17 10:03:57 CET

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
Received on Fri Dec 17 10:09:06 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.