Fri, 12 Nov 2004 18:23:21 +0000Fixing a long-standing deadlock (and necessary clean-up after the fix). BLD200411151900
jlahoda@netbeans.org [Fri, 12 Nov 2004 18:23:21 +0000] rev 5418
Fixing a long-standing deadlock (and necessary clean-up after the fix).
Fixing some other small bugs and other cleanup.

Fri, 12 Nov 2004 11:24:58 +0000Instead of "2<&1" there must be "2>&1" when redirecting the streams. turbo_sync7
mentlicher@netbeans.org [Fri, 12 Nov 2004 11:24:58 +0000] rev 5417
Instead of "2<&1" there must be "2>&1" when redirecting the streams.
Also, the "./" is cut in paths reported by update.
This is a fix of issue #51447.

Thu, 11 Nov 2004 12:58:07 +0000Check the length of paths array... turbo_sync6
mentlicher@netbeans.org [Thu, 11 Nov 2004 12:58:07 +0000] rev 5416
Check the length of paths array...
This is a fix of issue #51406.

Thu, 11 Nov 2004 11:09:58 +0000Define the localized message for "Mount" folder in Templates.
mentlicher@netbeans.org [Thu, 11 Nov 2004 11:09:58 +0000] rev 5415
Define the localized message for "Mount" folder in Templates.
This is a fix of part of issue #51348.

Thu, 11 Nov 2004 10:30:03 +0000Changed Specification-Version to 1.1.2 so that the nbm can be installed alongside previous versions.
benigan@netbeans.org [Thu, 11 Nov 2004 10:30:03 +0000] rev 5414
Changed Specification-Version to 1.1.2 so that the nbm can be installed alongside previous versions.

Wed, 10 Nov 2004 16:35:13 +0000Read the output from update also from the error output in order to get BLD200411101900
mentlicher@netbeans.org [Wed, 10 Nov 2004 16:35:13 +0000] rev 5413
Read the output from update also from the error output in order to get
the warning about merge conflicts.
However, this can be done only on systems other then Windows,
because Windows do not merge the streams correctly. We need to
read Entries to find out whether there is a conflict or not on Windows.
This is a fix of issue #51243.

Wed, 10 Nov 2004 16:30:31 +0000Intepret the conditions again when a new list of variables is set.
mentlicher@netbeans.org [Wed, 10 Nov 2004 16:30:31 +0000] rev 5412
Intepret the conditions again when a new list of variables is set.
This is necessary for the fix of issue #51243.

Wed, 10 Nov 2004 11:02:27 +0000Added CONFIG_INPUT_DESCRIPTOR variable that replaces the "basic variables". Variables of type boolean now use checkboxes. Variables of type File or Dir now use SELECTOR_FILE or SELECTOR_DIR.
benigan@netbeans.org [Wed, 10 Nov 2004 11:02:27 +0000] rev 5411
Added CONFIG_INPUT_DESCRIPTOR variable that replaces the "basic variables". Variables of type boolean now use checkboxes. Variables of type File or Dir now use SELECTOR_FILE or SELECTOR_DIR.
Removed some global fields (message, diffcmd, diff3cmd, editorcmd, non-interactive, configdir)from the setup dialog b/c it was confusing people. The global variables still
exist so if they need to be changed, the User can edit them using the options dialog.
Set NONINTERACTIVE_G="true" so that profile does not cause a hang in the svn command line when it asks for user name or password due to an incorrect user name or password.
Fixed typo in checkout command that caused the default noauthcache value to be ignored
Fixed typo in PWORD variable so that it works with the global password PWORD_G if the user hasn't overridden it.
Changed switches in commands to use SELECTOR_FILE or SELECTOR_DIR where appropriate (e.g. config-dir, diff, diff3, etc)
Changed all password fields to use PROMPT_FOR_PASSWORD or PROMPT_FOR_PASSWORD_EXPERT

Wed, 10 Nov 2004 05:16:55 +0000Correcting newlines in text files. All developers should take care that they commit NL files on Unix and CRNL on base_verifier_support
jglick@netbeans.org [Wed, 10 Nov 2004 05:16:55 +0000] rev 5410
Correcting newlines in text files. All developers should take care that they commit NL files on Unix and CRNL on
Windows (and who knows what on Mac OS X). A text file checked out on Unix should always be using NL and CRNL on
Windows if this rule is followed.

Tue, 09 Nov 2004 21:00:41 +0000Increasing version numbers in the trunk. flatten_srv_reg_bef_tb_1_tag
jglick@netbeans.org [Tue, 09 Nov 2004 21:00:41 +0000] rev 5409
Increasing version numbers in the trunk.