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

Re: [PATCH] Relative url support for all svn subcommand (that make sense)

From: David Glasser <glasser_at_davidglasser.net>
Date: 2007-11-16 07:30:12 CET

On Nov 15, 2007 9:13 PM, Troy Curtis Jr <troycurtisjr@gmail.com> wrote:
> I have implemented relative url support for every subcommand that makes sense.
> Every command that had an existing test set has a new test function to test it
> with relative urls. Comments?

Every call to svn_wc_get_absolute_url and
svn_wc_get_absolute_url_array from your client code passed "." as the
wc path. I don't see how this is appropriate; you should be able to
use

  $ svn switch ^/trunk /absolute/path/to/wc

for example. I don't know of anything else in the client which
defaults to current directory ignoring arguments...

--dave

-- 
David Glasser | glasser_at_davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 16 07:30:24 2007

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.