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
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
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
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
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
5 matches
Mail list logo