[BorCVS-support] absolute pathname '...' illegal for server
Status: Alpha
Brought to you by:
tbleier
From: Markus O. <che...@gm...> - 2002-04-14 18:05:28
|
Hi, I just downloaded and installed BorCVS and CVS NT. After the first headaches (I'm a CVS newbie) I managed to CVS and BorCVS working. NTCVS is installed on my server machine called "primergy". My development machine is "markus", I use the ntserver protocol, BorCVS uses the NTCVS' cvs.exe which I installed on computer "markus". The CVSROOT set in BorCVS is ":ntserver:primergy:e:/cvs/cvsnt" and I imported my files successfully from "F:\Bingo_Develop\Source" to "e:/cvs/cvsnt/source". Committing a whole project with using the "commit all files" option works fine. But if I want to commit a single form with "Commit <M_F_Main>..." menu item I get the following error: >>> F:\Bingo_Develop\Source\>"F:\Progs\CVS for NT\cvs.exe" update -d F:\Bingo_Develop\Source\M_F_Main.PAS F:\Bingo_Develop\Source\M_F_Main.dfm absolute pathname `F:/Bingo_Develop/Source' illegal for server Exit code: 1 <<< If I commit all files I get this output: >>> F:\Bingo_Develop\Source\>"F:\Progs\CVS for NT\cvs.exe" commit -F F:\Bingo_Develop\Source\CVS1E7.tmp cvs commit: Examining . cvs commit: Examining DLL ? CVS1E7.tmp Checking in M_F_Main.dfm; e:/cvs/cvsnt/Source/M_F_Main.dfm,v <-- M_F_Main.dfm new revision: 1.4; previous revision: 1.3 done Exit code: 0 <<< Can somebody tell me what I'm doing wrong or if this is a bug ? TIA, Markus |