New revision keyword for easier branch management
From: Patrik Rak <patrik_at_mindwarestudios.com>
Date: 2005-11-29 17:20:01 CET
Hello,
I have a little feature request which would help us quite a lot to manage our
To put it simply - it would be great if there was a new revision keyword called
So instead of having to use the
svn log --verbose --stop-on-copy /path/to/my/branch
and get the number X for use in command like
svn merge --revision X:Y /path/to/my/branch
I could conveniently use
svn merge --revision COPY:HEAD /path/to/my/branch
or
svn diff --revision COPY:HEAD /path/to/my/branch
directly without the need to mess with the errorprone numbers.
We do all of our development in branches (usually one branch per feature
Thanks for considering this.
Patrik Rak
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.