Re: [RFC] caret notation enhancement

2010-10-08 Thread Daniel Shahaf
Idea I had once: to have ^-not-followed-by-slash interpreted according to a config file, e.g., % cat ~/.subversion/config [shorthands] svn16 = https://svn.eu.apache.org/repos/asf/subversion/branches/1.6.x % svn info ^svn16/README | grep URL URL: https://svn.eu.apache.org/repos/asf/subversion/branc

Re: [RFC] caret notation enhancement

2010-10-08 Thread Johan Corveleyn
On Fri, Oct 8, 2010 at 2:35 PM, Karl Heinz Marbaise wrote: > Hi Tino, > >>>     svn cp ^^/trunk ^^/tags/RELEASE-1.0.0 -m"- Tagging" >>> >>> The usage of the doubled ^ is just as an example, cause i know >>> on Windows you already have to type the doubled ^ because of the shell. >> >> So what shoul

Re: [RFC] caret notation enhancement

2010-10-08 Thread Karl Heinz Marbaise
Hi Tino, svn cp ^^/trunk ^^/tags/RELEASE-1.0.0 -m"- Tagging" The usage of the doubled ^ is just as an example, cause i know on Windows you already have to type the doubled ^ because of the shell. So what should ^^ (or however it turns out) mean, exactly? It was just an example how it m

Re: [RFC] caret notation enhancement

2010-10-08 Thread Tino Schwarze
Hi Karl Heinz, On Fri, Oct 08, 2010 at 11:25:56AM +0200, Karl Heinz Marbaise wrote: > i've a suggestion about the caret notation which is very handy in daily > work. > > The caret syntax is very helpfull if you're working with a repository > which contains only a single project and of course ma

[RFC] caret notation enhancement

2010-10-08 Thread Karl Heinz Marbaise
Hi to all, i've a suggestion about the caret notation which is very handy in daily work. The caret syntax is very helpfull if you're working with a repository which contains only a single project and of course makes life easier. svn cp ^/trunk ^/tags/RELEASE-1.0.0 -m"- Tagging" But unfo