> I've installed CVSNT on my local machine.
> All the command line based operations (eg. checkout, commit) are very
[quoted text clipped - 3 lines]
> Is there anything wrong with NetBeans? How could I configure the system
> to make it faster? BTW, my machine has 1GB memory.
well, i, had the same problem on WindowsXP with SP2, but with Eclipse;
turning off Windows firewall helped.

Signature
Arek Sokolowski
asokolowski @ poczta.wp.pl
Roy - 17 May 2006 04:20 GMT
Thank you very much. I finally figured out the reason.
It is because NetBeans is using its own CVS client to perform these
operaiton, which is very slow.
After changing the cvs client to CVSNT's .exe, all the operations
become fast.
Simply speaking, to connect cvs via :local:
1. install CVSNT and setup you local repositories in its GUI: open
CVSNT con
trol panel, select Repositories
2. start CVSNT locking service
3. in control panel, set CVS_EXE environment variable to point to CVSNT
exec
utable, e.g. C:\utils\CVSNT\cvs.exe
4. in Netbeans, use :local:/your_path_to_repository
The following link talks about this.
http://www.netbeans.org/kb/faqs/version-control-system.html
Roy