Andre Poenitz wrote:
On Tue, Apr 24, 2007 at 09:28:14AM -0500, Bo Peng wrote:
On 4/24/07, Andre Poenitz <[EMAIL PROTECTED]> wrote:
How do I commit single file deletions?
If I do 'svn remove foo ; svn commit foo' nothing happens. It
probably will get committed on 'svn commit .' but that's not nice if
there are other changes in the tree, too.
I always commit from top source directory, and in this case, you do
not have to specify any file or directory.
The problem is that I do not want to commit all changes, but a selected
subset, most notably from two deleted files in a directory I want to
commit only one.
TortoiseSVN offers me the list of change (including deleted files) and I
can choose what to commit. Surely there is an equivalent SVN command for
that.
Abdel.