Re: [BorCVS-support] absolute pathname '...' illegal for server
Status: Alpha
Brought to you by:
tbleier
From: Markus O. <che...@gm...> - 2002-04-23 21:31:24
|
At 13:49 Tuesday, 23.04.2002 +0200, you wrote: >I'm a bit confused about the output you get, because I don't know where >this errorneous path (F:/Bingo_Develop/Source) is coming from... > >One more thing to try: Start a command-shell, change to the working >directory (F:\Bingo_Develop\Source\>) and enter the CVS command exactly as >it is shown in the BorCVS output window. Would be interesting if that >produces the same results... I can't see anything wrong with this command >line (maybe some CVS guru can help here...)... If I execute in a comand shell what BorCVS tries to do >>> F:\Bingo_Develop\Source>"F:\Progs\CVS for NT\cvs.exe" commit -F F:\Bingo_Develop\Source\CVS106.tmp F:\Bingo_Develop\Source\M_F_Main.PAS F:\Bingo_Develop\Source\M_F_Main.dfm <<< then I get the same error: >>> absolute pathname `F:/Bingo_Develop/Source' illegal for server <<< If I select the two files in WinCVS and commit them it shows me this as the command which it executes: >>> cvs commit -m "no message" M_F_Main.dfm M_F_Main.PAS (in directory F:\Bingo_Develop\Source\) Checking in M_F_Main.PAS; E:/CVSNT/Source/M_F_Main.PAS,v <-- M_F_Main.PAS new revision: 1.9; previous revision: 1.8 done <<< I noticed here that WinCVS doesn't have the absolute pathnames. >And another question: when operating on the whole project, do you select >the files by checking all checkboxes or do you check the option >"update/commit all files"? I selected "update/commit all files". Because if I do "Mark All" then BorCVS again constructs a command with absolute path names. Can't you just set the working directory of the BorCVS expert to my CVS working directory (F:\Bingo_Develop\Source\) and then execute the CVS command just with relative paths like WinCVS does ? Or are you already doing so and I'm just seeing unexpected behavior ? regards, Markus |