Interesting. svnadmin won't work (infra will not give up karma on that), but not sure about the --revprop hook ...
On Tue, Jun 15, 2010 at 14:50, Joe Bohn <[email protected]> wrote: > > It is possible to change the log message associated with a change. However, I > don't know if that will add the changes to the newly associated JIRA or > remove it from the old one. I suspect it will not. > > Here is a link with some info on how to change the log message: > http://subversion.apache.org/faq.html#change-log-msg > > Joe > > > On 6/15/10 8:15 AM, Alasdair Nottingham wrote: >> >> Damn, but I guessed it was this way :( I'll be more careful next time. >> >> On 15 June 2010 12:03, Guillaume Nodet<[email protected]> wrote: >>> >>> No afaik. >>> >>> On Tue, Jun 15, 2010 at 12:52, Alasdair Nottingham<[email protected]> wrote: >>> >>>> Hi, >>>> >>>> When I check this in I accidentally tagged it with ARIES-336 rather >>>> than ARIES-335. Is there any way to fix this? >>>> >>>> Thanks >>>> Alasdair >>>> >>>> On 15 June 2010 11:50,<[email protected]> wrote: >>>>> >>>>> Author: not >>>>> Date: Tue Jun 15 10:50:56 2010 >>>>> New Revision: 954805 >>>>> >>>>> URL: http://svn.apache.org/viewvc?rev=954805&view=rev >>>>> Log: >>>>> ARIES-336 Actually cause the build to use OBR 1.6 rather than 1.4.3. Oops >>>> >>>> I forgot to commit this. >>>>> >>>>> Modified: >>>>> incubator/aries/trunk/application/pom.xml >>>>> >>>>> Modified: incubator/aries/trunk/application/pom.xml >>>>> URL: >>>> >>>> http://svn.apache.org/viewvc/incubator/aries/trunk/application/pom.xml?rev=954805&r1=954804&r2=954805&view=diff >>>>> >>>> ============================================================================== >>>>> >>>>> --- incubator/aries/trunk/application/pom.xml (original) >>>>> +++ incubator/aries/trunk/application/pom.xml Tue Jun 15 10:50:56 2010 >>>>> @@ -69,7 +69,7 @@ >>>>> <dependency> >>>>> <groupId>org.apache.felix</groupId> >>>>> >>>> <artifactId>org.apache.felix.bundlerepository</artifactId> >>>>> >>>>> -<version>1.4.3</version> >>>>> +<version>1.6.2</version> >>>>> </dependency> >>>>> <dependency> >>>>> <groupId>org.apache.felix</groupId> >>>>> @@ -107,47 +107,47 @@ >>>>> <dependency> >>>>> <groupId>org.apache.aries.application</groupId> >>>>> <artifactId>org.apache.aries.application.api</artifactId> >>>>> -<version>${version}</version> >>>>> +<version>${project.version}</version> >>>>> </dependency> >>>>> <dependency> >>>>> <groupId>org.apache.aries.application</groupId> >>>>> >>>> <artifactId>org.apache.aries.application.converters</artifactId> >>>>> >>>>> -<version>${version}</version> >>>>> +<version>${project.version}</version> >>>>> </dependency> >>>>> <dependency> >>>>> <groupId>org.apache.aries.application</groupId> >>>>> >>>> <artifactId>org.apache.aries.application.install</artifactId> >>>>> >>>>> -<version>${version}</version> >>>>> +<version>${project.version}</version> >>>>> </dependency> >>>>> <dependency> >>>>> <groupId>org.apache.aries.application</groupId> >>>>> >>>> <artifactId>org.apache.aries.application.management</artifactId> >>>>> >>>>> -<version>${version}</version> >>>>> +<version>${project.version}</version> >>>>> </dependency> >>>>> <dependency> >>>>> <groupId>org.apache.aries.application</groupId> >>>>> >>>> <artifactId>org.apache.aries.application.resolver.obr</artifactId> >>>>> >>>>> -<version>${version}</version> >>>>> +<version>${project.version}</version> >>>>> </dependency> >>>>> <dependency> >>>>> <groupId>org.apache.aries.application</groupId> >>>>> >>>> <artifactId>org.apache.aries.application.runtime</artifactId> >>>>> >>>>> -<version>${version}</version> >>>>> +<version>${project.version}</version> >>>>> </dependency> >>>>> <dependency> >>>>> <groupId>org.apache.aries.application</groupId> >>>>> >>>> <artifactId>org.apache.aries.application.runtime.itest.interfaces</artifactId> >>>>> >>>>> -<version>${version}</version> >>>>> +<version>${project.version}</version> >>>>> </dependency> >>>>> <dependency> >>>>> <groupId>org.apache.aries.application</groupId> >>>>> >>>> <artifactId>org.apache.aries.application.runtime.itests</artifactId> >>>>> >>>>> -<version>${version}</version> >>>>> +<version>${project.version}</version> >>>>> </dependency> >>>>> <dependency> >>>>> <groupId>org.apache.aries.application</groupId> >>>>> >>>> <artifactId>org.apache.aries.application.utils</artifactId> >>>>> >>>>> -<version>${version}</version> >>>>> +<version>${project.version}</version> >>>>> </dependency> >>>>> </dependencies> >>>>> </dependencyManagement> >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> Alasdair Nottingham >>>> [email protected] >>>> >>> >>> >>> >>> -- >>> Cheers, >>> Guillaume Nodet >>> ------------------------ >>> Blog: http://gnodet.blogspot.com/ >>> ------------------------ >>> Open Source SOA >>> http://fusesource.com >>> >> >> >> > > > -- > Joe -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
