Change absolute pathname to relative pathname
Status: Alpha
Brought to you by:
tbleier
Hi!
I'm testing BorCVS with Delphi 5. I Create new module
Ok but when i try to use another feature like diff or
update y get a similar error like this.
The cvs is the last of TortoiseCVS.
C:\cvs\delphi\>"C:\Archivos de
programa\TortoiseCVS\cvs.exe" diff -t -c
C:\cvs\delphi\Unit1.pas
cvs.exe [diff aborted]: Absolute pathname
`C:\cvs\delphi\Unit1.pas' not allowed
Exit code: 1
I executed the command in cmd like this:
"C:\Archivos de programa\TortoiseCVS\cvs.exe" diff -t
-c Unit1.pas
and it works Ok. So my question is.
There is a way to change absolute path to relative path
when BorCVS call cvs?
I'll thank any help