[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: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-07-11 10:19:56 CEST

On Thu, Jul 10, 2003 at 10:24:40AM -0500, Ben Collins-Sussman wrote:
> 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.

Yes, but you might want to if you're not going to use it :)

> > 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?

I would guess this has to do with an IPv6 address for localhost being in
/etc/hosts. ssh would try the IPv6 address and, if the system doesn't
support IPv6 this would fail. ssh would then try the IPv4 address.

> > 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 ?

On some systems (e.g. FreeBSD), yes.

Could this be a permissions problem? Does user "roman" have write
access to everything in /usr/home/svn/repos?

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 11 10:20:57 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.