[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 15:28:10 CEST

Roman Neuhauser <neuhauser@bellavista.cz> writes:

> I'm accessing a repository over the svn: protocol, and it looks like
> start-commit only receives one argument, or $2 is null.

svn:// access is unauthenticated, so there's no username. That's why
$2 is empty. If you want authentication, use svn+ssh:// instead.

Read the section on 'svnserve' in chapter 5 on the book for detailed
explanation.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 10 15:30:33 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.