(*** This bug was imported into bugs.kde.org ***) Package: cervisia Version: 1.5rich1 (using KDE 3.0.2 ) Severity: normal Installed from: Gentoo Compiler: gcc version 3.1 OS: Linux (i686) release 2.4.18-xfs OS/Compiler notes: When Cervisia is used to checkout a new module (via trick (open different sanbox then checkout) due to other bug that seems to be closed by now) it ignores the compression options made in Settings->Repository->Settings... When the modules is later updated the settings are respected. (Submitted via bugs.kde.org) (Called from KBugReport dialog)
The problem is that cervisia doesn't immediately save the changed configuration. So the new compression setting isn't in ~/.kde/share/config/cervisiapartrc when the checkout action is called (s. cvsClient() in misc.cpp). I will look into it for KDE 3.1.1.
Subject: KDE_3_1_BRANCH: kdesdk/cervisia CVS commit by cloose: Backport fix from HEAD for BR #45962: Save changed settings in SettingDialog so that the following checkout can use them. CCMAIL: 45962-done@bugs.kde.org M +5 -0 ChangeLog 1.22.2.10 M +2 -0 settingsdlg.cpp 1.15.2.1 --- kdesdk/cervisia/ChangeLog #1.22.2.9:1.22.2.10 @@ -1,2 +1,7 @@ +2003-06-11 Christian Loose <christian.loose@hamburg.de> + + * Fix BR #45962: Save changed settings in SettingDialog + so that the following checkout can use them. + 2003-06-07 Andr