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

Re: changelist removal on commit

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-11-03 22:17:40 CET

Ben Collins-Sussman wrote:

> I'm misunderstanding, probably because I can't reproduce the behavior
> you're talking about. Look at my transcript:
>
> [sussman@BenBook:~/scratch/wc]$ svn cl lalala cvs2cl.pl
> Path 'cvs2cl.pl' is now a member of changelist 'lalala'.
> [sussman@BenBook:~/scratch/wc]$ svn cl lalala newfile
> Path 'newfile' is now a member of changelist 'lalala'.
> [sussman@BenBook:~/scratch/wc]$ echo "moo" >> newfile
> [sussman@BenBook:~/scratch/wc]$ echo "blah" >> cvs2cl.pl
> [sussman@BenBook:~/scratch/wc]$ svn st
>
> --- Changelist 'lalala':
> M cvs2cl.pl
> M newfile
> [sussman@BenBook:~/scratch/wc]$ svn ci newfile -m aoeu
> Sending newfile
> Transmitting file data .
> Committed revision 17.
> [sussman@BenBook:~/scratch/wc]$ svn st
>
> --- Changelist 'lalala':
> M cvs2cl.pl
>
>
>
> Notice that I forgot to specify --changelist to 'svn commit'.
> According to your email, you're saying that my committed file still
> belongs to a changelist. But that's not the case -- any committed
> targets lose their changelist membership, whether you specify
> --changelist to 'svn commit' or not.

Thanks for the script. I've tried to create one myself and couldn't
reproduce this either anymore. I'll try to find out what's happening
here, because I'm sure that I had the changelist info not removed on
commits at least three times (I don't use changelists that often). And
since the last time that happened (about three weeks ago) I don't think
there were any changes to that part of the Subversion code?

Maybe it's a bug in TSVN which triggers this - I guess this is going to
be a long night...

I'll report back what I find.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 3 22:18:12 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.