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

Re: Create Repository Failure

From: Brad <brasstilde_at_insightbb.com>
Date: 2005-11-08 14:25:35 CET

> > I am having trouble getting a repository created. Just started
> > using subversion for win2000 and get errors saying;

> > svnadmin create /path/to/repos
> > svnadmin: Repository creation failed
> > svnadmin: Could not create top-level directory

> /path/to/repos doesn't look like any Windows filesystem path I've
> ever seen. I think you want svn create D:\repos_directory

The svnadmin program will recognize the forward slashes in the path and
operate correctly, even on Windows. However, Windows mkdir command
doesn't recognize the forward slash as a valid path seperator, only the
backslash.

If you do this:

    md \path\to
    svnadmin create /path/to/repos

it should work. At least it does on my Windows XP Pro, SP2 machine.

 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 8 14:28:13 2005

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.