Hello,
i import project Builder C++ into local folder in other
computer but when finish and renaming my folder
project , the command cvs error :
Renaming 'C:\project' to 'C:\project.precvs'...
C:\>"C:\Program Files\GNU\WinCvs 1.2\cvs.exe" -
d :local:\\othercomputer\CVSHOME checkout -d project
project
cvs.exe [checkout aborted]: can't chdir(%
USERPROFILE%): No such file or directory
Exit code: 1
i have also this bug whith the cvs in your folder :
Exit code: 0
Renaming 'C:\project' to 'C:\project.precvs'...
C:\>"C:\Program Files\BorCVS\cvs.exe" -
d :local:\\othercomputer\CVSHOME checkout -d project
project
cvs.exe [checkout aborted]: can't chdir(%
USERPROFILE%): No such file or directory
Exit code: 1
if change , in command form : cvs -
d :local:\\othercomputer\CVSHOME checkout project
that's allright .
thank you for your future correction.
Logged In: NO
i find the problem , change the executable cvs.exe in BorCVS
folder by this of www.cvshome.org , version cvs-1.11.5 and
cvs-1.11.4 alright.