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

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

From: Joseph Bauer <jbauer_at_denalisoft.com>
Date: 2005-10-21 18:11:06 CEST

OK Got you, thanks. I'm familiar with p4 where you could edit the list
of committed files in the editor. I found it a pretty helpful to be
able to commit without specifying exactly or knowing exactly what would
commit and then being able to modify that list. Call it a feature
request.
Thanks again,
Joe

-----Original Message-----
From: Paul Koning [mailto:pkoning@equallogic.com]
Sent: Friday, October 21, 2005 8:54 AM
To: Joseph Bauer
Cc: users@subversion.tigris.org
Subject: Re: removing files listed in the editor on a commit have no
effect on files commited

>>>>> "Joseph" == Joseph Bauer <jbauer@denalisoft.com> writes:

 Joseph> Please confirm whether this is already being tracked or let
 Joseph> me know if I need to log the issue.

 

 Joseph> when checking in a number of files via:
 Joseph> svn commit
 Joseph> the editor comes up with the list:
 
 Joseph> --This line, and those below, will be ignored--
 Joseph> A commit_file1
 Joseph> M commit_file2
 Joseph> M dont_commit_me

 Joseph> add message and edit the list
 Joseph> my message here
 Joseph> --This line, and those below, will be ignored--
 Joseph> A commit_file1
 Joseph> M commit_file2
 Joseph> removed line->
 
 Joseph> The file gets commited anywise:

That's because editing the list has no effect. You specify what to
commit in the "svn commit" command. Since you didn't specify an
specific list of files, the default is "all the modified files in this
directory and any child directories".

If you want to commit some but not all modified files, you must
specify the list on the svn commit command.

        paul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 21 18:14:10 2005

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.