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

Relative URLs on command line

From: Daniel Becroft <djcbecroft_at_gmail.com>
Date: Tue, 21 Mar 2017 00:25:25 +0000

Hi,
I'm trying to use the relative URL syntax from the command line, as
mentioned in a 2009 blog post[1]. However, I'm having troubles getting it
to work.
From inside a working copy for /branches/release:

> svn switch ^/trunk
svn: E125002: '/trunk' does not appear to be a URL

> svn merge -c 10000 ^/trunk .
svn: E155007: 'C:\trunk' is not a working copy

Everything works fine when using the full URLs, but I expected the relative
paths to work.
Environment: Windows 10 64-bit, version 1.9.5-SlikSvn (SlikSvn/1.9.5)

Is this a *nix-only feature?
Cheers,
Daniel B.
Received on 2017-03-21 01:25:46 CET

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.