[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Change list association is lost when renaming

From: 'Daniel Shahaf' <d.s_at_daniel.shahaf.name>
Date: Fri, 20 Aug 2010 09:44:16 +0300

Definitely 1.7.0. I don't know if it'll be in 1.6.x too. (If
1.6.x_at_HEAD still reproduces the bug, and you can find the specific
revisions in trunk's history that fix the bug, let us know and maybe we
can backport those revisions to 1.6.x in order to have the fix in
1.6.13.)

Michael Saunders wrote on Thu, Aug 19, 2010 at 14:08:50 -0700:
> Yes, this appears to be the same issue. I'm glad it is fixed. In what version will it appear?
>
> Michael
>
> -----Original Message-----
> From: Daniel Shahaf [mailto:d.s_at_daniel.shahaf.name]
> Sent: Thursday, August 19, 2010 12:47 PM
> To: Michael Saunders
> Cc: 'users_at_subversion.apache.org'
> Subject: Re: Change list association is lost when renaming
>
> Here is a transcript with current trunk, it seems the issue is fixed, do
> you agree?
>
> [[[
> % $svn cl foo iota
> A [foo] iota
> % $svn mv iota iota2
> A iota2
> D iota
> % $svn st
>
> --- Changelist 'foo':
> D iota
> A + iota2
> % touch kappa
> % $svn add kappa
> A kappa
> % $svn cl bar kappa
> A [bar] kappa
> % $svn mv kappa kappa2
> A kappa2
> D kappa
> % $svn st --cl bar
>
> --- Changelist 'bar':
> A kappa2
> %
> ]]]
>
>
> Michael Saunders wrote on Thu, Aug 19, 2010 at 09:24:24 -0700:
> > Dear SVN team,
> >
> > With the latest 1.6.12 release (and earlier releases) a change list association is lost when renaming a file. To demonstrate the problem perform the following steps in an SVN working copy:
> > echo "Hi Mom" > SomeFileName # create a file named SomeFileName
> > svn add SomeFileName # add the file to the working copy
> > svn changelist DemoList SomeFileName # add SomeFileName to the DemoList change list
> > svn --changelist DemoList status # this should show SomeFileName as waiting to be added to the repo
> > svn rename SomeFileName AnotherFileName # rename the working copy
> > svn --changelist DemoList status # Note that AnotherFileName is not part of the change list and it should
> >
> > Thanks,
> > Michael
> >
> > ________________________________
> > This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. If you are NOT the intended recipient or the person responsible for delivering the e-mail to the intended recipient, be advised that you have received this e-mail in error and that any use, dissemination, forwarding, printing or copying this e-mail is strictly prohibited.
>
> This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. If you are NOT the intended recipient or the person responsible for delivering the e-mail to the intended recipient, be advised that you have received this e-mail in error and that any use, dissemination, forwarding, printing or copying this e-mail is strictly prohibited.
Received on 2010-08-20 08:47:28 CEST

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.