Re: removing files listed in the editor on a commit have no effect on files commited

"Mathias Weinert" <[email protected]> Fri, 21 Oct 2005 11:50:17 +0200
Newsgroups gmane.comp.version-control.subversion.devel,gmane.mail.eyebrowse.user
Message-ID <EIOPFBT-0002Z8-0G__390.42738867483$1129888750$gmane$org@gfa-net.de>
"Mathias Weinert" <[email protected]> wrote:

> > Please confirm whether this is already being tracked or let me know if I need to log the issue.
> >  
> > when checking in a number of files via:
> > svn commit
> > the editor comes up with the list:
> >  
> > --This line, and those below, will be ignored--
> > A commit_file1  
> > M commit_file2
> > M dont_commit_me
> >  
> > add message and edit the list
> > my message here
> > --This line, and those below, will be ignored--
> > A commit_file1  
> > M commit_file2
> > removed line->
> >  
> > The file gets commited anywise:
> > Sending commit_file1
> > Sending commit_file2
> > Sending don’t_commit_me
> > Transmitting file data …..
> > Committed revision 117
> 
> As it says "--This line, and those below, will be ignored--"
> everything below this line will be ignored (only your commit
> message will be interpreted by subversion).
> 
> Mathias

Sorry, wrong CC!