Re: [BorCVS-support] absolute pathname XXX illegal for server
Status: Alpha
Brought to you by:
tbleier
From: Romain L. <rom...@ii...> - 2002-06-04 20:41:10
|
This part of my mail is false. //******************************************* > If it's right I find something strange in the source file "TFilesFrame.cpp". > Line 55 in function "GetFilePath" which help in the construction of > "cmdline" : > > "item->SubItems->Strings[6] + item->Caption;" > > item->SubItems->Strings[6] is not relative with path but with Conflict. > > item->SubItems->Strings[7] is relative with path ? > > > > (see line 456 of "TFilesFrame.cpp" > > case 0: caption = "Name"; break; > > case 1: caption = "Revision"; break; > > case 2: caption = "Options"; break; > > case 3: caption = "Status"; break; > > case 4: caption = "Sticky Tag/Date"; break; > > case 5: caption = "Date"; break; > > case 6: caption = "Conflict"; break; > > case 7: caption = "Path"; break; > > ) //******************************************* |