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

Re: $2 in start-commit empty

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-10 17:24:40 CEST

dev@subversion.tigris.org writes:

> roman@freepuppy ~/tmp 1086:0 > sudo svnserve -dr /home/svn/repos
> roman_at_freepuppy ~/tmp 1087:0 > svn import svn://localhost/repos . -m 'initimport'
> svn: A repository hook failed.
> svn: 'start-commit' hook failed with error output:
> @: '/home/svn/repos '
> PWD: ''
> pwd: '/'
> REPOS: '/home/svn/repos'
> USER: ''
>
> roman@freepuppy ~/tmp 1088:1 > sudo killall svnserve

No need to kill the svnserve daemon; your ssh process will
create/destroy a private svnserve process of its own. It won't
interfere with the daemon.

> roman_at_freepuppy ~/tmp 1089:0 > svn import svn+ssh://localhost/usr/home/svn/repos . -m 'initimport'
> socket: Protocol not supported

"protocol not supported"? What's that?

> roman@localhost's password:
> svn: Couldn't find a repository
> svn: No repository found in 'svn+ssh://localhost/usr/home/svn/repos'

/usr/home/svn/repos == /home/svn/repos ?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 10 17:27:22 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.