I need to access some source code stored in SourceForge using CVS.
I used (many computers back) to use WinCVS, so I downloaded it from SourceForge and installed it on this computer that runs the 64-bit version of Windows XP (latest SP).
However, during the second part of the installation, when it tries to install CVSNT, the installation asks all the usual questions and freezes during the actual installation.
I followed the installation using ProcMon, and the installer runs a temporary file in my temporary directory (which is located on drive E :), and then runs it.
I do not see any specific reason why the installation is hanging - there is no obvious loop. Both the original installer and the temporary file create 2 threads, and one thread terminates. Therefore, I think that another thread is waiting for something that never happens.
Any idea how to proceed from here?
source
share