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

Re: [PATCH] Repository root relative support for the command-line client

From: Daniel Shahaf <d.s_at_daniel.shahaf.co.il>
Date: Tue, 29 Apr 2008 12:58:33 +0300 (IDT)

Troy Curtis Jr wrote on Tue, 29 Apr 2008 at 04:49 -0500:
> Yep sure enough. My patch can't accept PEG revs on relative url
> targets. Doh! I don't have time for a patch right now, I'll do it
> later tonight unless someone beats me to it.
>

Your patch also seems to require a trailing slash:

        0:% ./subversion/svn/svn info '^'
        subversion/libsvn_client/info.c:266: (apr_err=150000)
        svn: '^' is not under version control
        1:% ./subversion/svn/svn info '^'/ | grep URL
        URL: https://svn.collab.net/repos/svn
        0:%

Is this intentional?

Thanks,

Daniel
(who wishes he didn't have to quote ^ every time)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-29 11:59:31 CEST

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.