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

Re: TSVN 1.4.2 commits files that are not listed in the commit dialog

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-01-27 19:04:59 CET

Sebastian Schuberth wrote:
> Hi,
>
> consider the following scenario: A directory DW contains two files FA
> and FB. All, the folder and the two files, are under version control and
> the working copy is in-sync with the server. Now locally modify FA and
> launch the commit dialog for DW. Only FA is listed in the dialog, which
> is correct. Without closing the commit dialog or committing FA, locally
> modify FB, too. Now go back to the commit dialog which still only lists
> FA. Press "OK" to commit and you will see in the log that both FA and FB
> are committed with the log message entered for FA only.

That's always been that way.
If you change the working copy without refreshing the commit dialog,
then the commit won't be what you expect.

Reason:
If you select everything that's shown in the commit dialog for
committing, TortoiseSVN does a recursive commit from the selected folder
downwards. It has to do that, because some changes can only be committed
with recursive commits (folder changes belong into that category).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Jan 27 19:05:20 2007

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

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