Fri, 05 Mar 2004 16:16:26 +0000Use an empty temporary folder when refreshing an unexistent folder. BLD200403071900
mentlicher@netbeans.org [Fri, 05 Mar 2004 16:16:26 +0000] rev 4269
Use an empty temporary folder when refreshing an unexistent folder.
This is a fix of issue #40086.

Fri, 05 Mar 2004 11:32:46 +0000Use CVSRoot class from javacvs library to parse the line in CVS/Root.
mentlicher@netbeans.org [Fri, 05 Mar 2004 11:32:46 +0000] rev 4268
Use CVSRoot class from javacvs library to parse the line in CVS/Root.
This is a fix of issue #40533.

Fri, 05 Mar 2004 08:19:16 +0000renaming unscramble-tomcat5 target to unscramble
mkuchtiak@netbeans.org [Fri, 05 Mar 2004 08:19:16 +0000] rev 4267
renaming unscramble-tomcat5 target to unscramble
in tomcatint/external

Thu, 04 Mar 2004 17:03:55 +0000#40598 Partialy commiting the proposed patch, don't removing suggested modules from build - waiting for approval BLD200403041900
mzlamal@netbeans.org [Thu, 04 Mar 2004 17:03:55 +0000] rev 4266
#40598 Partialy commiting the proposed patch, don't removing suggested modules from build - waiting for approval

Thu, 04 Mar 2004 16:48:14 +0000"Command-Line" used instead of "Command Line".
mentlicher@netbeans.org [Thu, 04 Mar 2004 16:48:14 +0000] rev 4265
"Command-Line" used instead of "Command Line".
Also the description of vcsgeneric module and CVS profile updated.
This is a fix of issue #40754.

Thu, 04 Mar 2004 16:47:00 +0000#40747 eliminated exception caused by deleting a file. tl_after_40838
pkuzel@netbeans.org [Thu, 04 Mar 2004 16:47:00 +0000] rev 4264
#40747 eliminated exception caused by deleting a file.

Thu, 04 Mar 2004 15:23:20 +0000Performance optimizations added:
mentlicher@netbeans.org [Thu, 04 Mar 2004 15:23:20 +0000] rev 4263
Performance optimizations added:
CacheReference is a SoftReference instead of WeakReference,
CacheDir have more effective reading of cache files (the input stream is reused),
The management of siblings in VcsCacheDir and VcsCacheFile is definitely removed,
Status refreshing in ExecuteCommand is optimized.
This is a fix of issue #40744.

Wed, 03 Mar 2004 20:08:16 +0000The IOException should not be reported through ErrorManager, it was there for debug purposes only.
mentlicher@netbeans.org [Wed, 03 Mar 2004 20:08:16 +0000] rev 4262
The IOException should not be reported through ErrorManager, it was there for debug purposes only.
The user is notified by a special dialog.
This is an additional change to the fix of issue #40475.

Wed, 03 Mar 2004 18:55:18 +0000Initial values of conditioned variables are remembered. BLD200403031900
mentlicher@netbeans.org [Wed, 03 Mar 2004 18:55:18 +0000] rev 4261
Initial values of conditioned variables are remembered.
This is necessary in order not to reset variables which did not change to the original
profile value.
This is a fix of issue #40728.

Wed, 03 Mar 2004 15:42:36 +0000When logging in/out, use the port number when necessary.
mentlicher@netbeans.org [Wed, 03 Mar 2004 15:42:36 +0000] rev 4260
When logging in/out, use the port number when necessary.
PasswdEntry can parse entries in the new format (starting with "/1").
CVSRoot class from javacvs library is used for CVSROOT parsing.
Items in .cvspass file that can not be parsed are not deleted from the file.
This is a fix of issue #40475.