Problem creating SVN repository

When I try to create the initial repository using RoR I get the
following error:

Couldn't open a repository

svn: Unable to open an ra_local session to URL
svn: Unable to open repository ‘file:///c::/repository/schuljahre’
Die Syntax für den Dateinamen, Verzeichnisnamen oder die
Datenträgerbezeichnung ist falsch.
svn: Can’t open file ‘\c::\repository\schuljahre\format’

Couldn't open a repository

svn: Unable to open an ra_local session to URL
svn: Unable to open repository ‘file:///c::/repository’
Die Syntax für den Dateinamen, Verzeichnisnamen oder die
Datenträgerbezeichnung ist falsch.
svn: Can’t open file ‘\c::\repository\format’

Couldn't open a repository

svn: Unable to open an ra_local session to URL
svn: Unable to open repository ‘file:///c::’
Die Syntax für den Dateinamen, Verzeichnisnamen oder die
Datenträgerbezeichnung ist falsch.
svn: Can’t open file ‘\c::\format’

mkdir -m “Initial import.” file:///c::
Bad URL passed to RA layer
svn: Unable to open an ra_local session to URL
svn: Local URL ‘file://’ contains only a hostname, no path

Anyone any idea what is causing this?

Thanks

do u have a svn deamon running? does the repository exist? (you need to
create one first via svnadmin create )

?

Subversion on Rails
This episode will walk you through setting up a Rails project on
subversion. It covers some helpful tips and gotchas you may experience
along the way.

I hope this could help you a bit. :slight_smile:

On May 28, 7:59 am, Darren E. [email protected]

On 28/05/07, Darren E. [email protected] wrote:

When I try to create the initial repository using RoR I get the
following error:

Couldn't open a repository

svn: Unable to open an ra_local session to URL
svn: Unable to open repository ‘file:///c::/repository/schuljahre’

how did you try to create your repository?

there’s an free online-book on Subversion at
http://svnbook.red-bean.com/

-Thomas