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

Re: How to access local svnserve repository in Windows

From: Lorenz <lorenznl_at_yahoo.com>
Date: Fri, 09 Jul 2010 05:47:18 +0000

David Bartmess wrote:
>I've setup a local repository under C:\svn_repository\Test using
>"svnadmin create c:\svn_repository\Test", and want to access it via the
>command line svn.exe. The svnserve is setup as a Windows service, and I
>can see that it's started.
>[...]
>svn import -m "Test import" . svn://localhost/Test
>svn: No repository found in 'svn://localhost/Test'

so it seems your server is running ok (because that is a response from
the server), but either there is something wrong with the path you
gave when starting the server, or something went wrong whit creating
the repository.

does accessing the repository via file:// protocol work?
Try something like
         svn list file:///c:/svn_repository/Test
Received on 2010-07-09 07:48:09 CEST

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.