Daniel Shahaf wrote:
> 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.
Oops. I missed that. Thanks Troy if you can fix that. I won't be around to help
apply it for the next 10 days, so please Daniel or someone else do so if you can.
> 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?
That was completely intentional. It's quite likely that a future development
might support more syntaxes beginning with "^", and then we would no longer
want a lone "^" to be interpreted as "repos-root-relative" because there would
be other just-as-likely meanings for it.
>
> Thanks,
>
> Daniel
> (who wishes he didn't have to quote ^ every time)
Well, yes.
- Julian
---------------------------------------------------------------------
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 16:36:41 CEST