RE: feature request: svn revision alias
From: Paul Koning <Paul_Koning_at_dell.com>
Date: Tue, 19 Feb 2008 10:38:13 -0500
>> Aside from "some people aren't used to it", I've not seen any
Ok, here's one.
In our build scripts we want to tag "last good nightly build of
svn cp .../branches/x .../tags/last_good_nightly_x
However, that doesn't work. More precisely, it only works the first
So we end up with this:
svn rm .../tags/last_good_nightly_x
and that works.
Next problem: I want to see the history of that tag. In other words,
The obvious answer is:
svn log .../tags/last_good_nightly_x
but that doesn't give me the history of the tag (the sequence of revs
So I end up with:
svn log .../tags
and filter the output for references to last_good_nightly_x. Yes,
paul
---------------------------------------------------------------------
|
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.