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

Re: [PATCH] Fix for issue 3620 - switch command.

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Thu, 18 Nov 2010 10:18:38 +0000

Noorul Islam K M wrote:
> Make 'svn switch' verify that the target path is local.

Thanks. Committed in r1036373.

> + if (svn_path_is_url(path))
> + return svn_error_return(svn_error_createf(SVN_ERR_ILLEGAL_TARGET, NULL,

I tweaked this line, removing svn_error_return() as it's redundant when
using svn_error_create*().

> + _("'%s' is not a local path"),
> + path));

- Julian
Received on 2010-11-18 11:19:19 CET

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.