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

Reply via email to