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

Re: svn import with svnserve on Windows

From: stephen meechan <mgvk68_at_dsl.pipex.com>
Date: 2004-08-16 03:14:24 CEST

> 4) Finally, tried to give the above to 'svnserve' for
> version control:
>
> -------------------------------------------------
> c:\opt\svn\svn-win32-1.0.6\bin\svn import c:\opt\vim\uwdist\tms
svn://localhost/c/tmp/testsvn -m "initial import of stuff released as 1.12"
> svn: No repository found in 'svn://localhost/c/tmp/testsvn'
>
> -------------------------------------------------
> c:\opt\svn\svn-win32-1.0.6\bin\svn import c:\opt\vim\uwdist\tms
svn://localhost/c/tmp/testsvn/tms -m "initial import of stuff released as
1.12"
> svn: No repository found in 'svn://localhost/c/tmp/testsvn/tms'
>
> -------------------------------------------------
> c:\opt\svn\svn-win32-1.0.6\bin\svn import c:\opt\vim\uwdist\tms
svn://localhost/c/tmp/ -m "initial import of stuff released as 1.12
> svn: No repository found in 'svn://localhost/c/tmp'
>

try

    svnadmin create c:\tmp\testsvn

then set repository access write permissions in the conf directory, then

    svnserve -d -r c:\tmp\testsvn

in another command prompt

    svn import c:\opt\vim\uwdist\tms svn://localhost -m "initial import of
stuff released as 1.12"

works for me.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 16 03:07:05 2004

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.