[RFC] caret notation enhancement
From: Karl Heinz Marbaise <khmarbaise_at_gmx.de>
Date: Fri, 08 Oct 2010 11:25:56 +0200
Hi to all,
i've a suggestion about the caret notation which is very handy in daily
The caret syntax is very helpfull if you're working with a repository
svn cp ^/trunk ^/tags/RELEASE-1.0.0 -m"- Tagging"
But unfortunately i don't have often the pleasure to work with such
svn cp ^/path/trunk ^/path/tags/RELEASE-1.0.0 -m"- Tagging"
The part "path" becomes longer and longer the more projects are
So i would like to suggest to introduce an enhancement of the
svn cp ^^/trunk ^^/tags/RELEASE-1.0.0 -m"- Tagging"
The usage of the doubled ^ is just as an example, cause i know
One question is how should a syntax look like to reach this.
^!/trunk ^!/tags/RELEASE-1.0.0 -m"- ..."
This would be a real improvement of the usage on command line.
So the question is what do you think? Better ideas? Other ways?
Kind regards
-- SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz Marbaise ICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.deReceived on 2010-10-08 11:26:41 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.