On 30/07/2010 10:46, Mark Thomas wrote:
> On 30/07/2010 10:27, Mladen Turk wrote:
>> On 07/30/2010 09:32 AM, Mark Thomas wrote:
>>> On 30/07/2010 07:50, mt...@apache.org wrote:
>>>> Author: mturk
>>>> Date: Fri Jul 30 06:50:12 2010
>>>> New Revision: 980662
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=980662&view=rev
>>>> Log:
>>>> Tag 1.0.3.RC3
>>>
>>> This really should have been an svn copy. Any reason why it wasn't?
>>>
>>
>> Someone suggested that svn import is a cool way of
>> doing tags that need to have updated version number.
>> Apparently not ;)
> 
> Understood. I did manage to do this once for Tomcat 7. I think what
> works is something alone the lines of:
> 
> svn co http://svn.a.o/repos/asf/tlp/trunk .
> edit local copy
> svn ci -m "Tag blah" http://svn.a.o/repos/asf/tlp/tags/blah

Almost but not quite. Just had to figure this out again today for
Tomcat. The last line should be:

svn cp -m "Tag blah" . http://svn.a.o/repos/asf/tlp/tags/blah

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to