>>>>> "Daniel" == Daniel Pittman <[EMAIL PROTECTED]> writes:
>> Basically, the admin command was passed
>> -i/r@METHOD:HOST:/PATH/TO/FILE/ where -iFILE would suffice.
>> Compounding the problem, the error wasn't noticed and the file and
>> buffer destroyed.
I only have the development version of VC right now, so the patch below
won't apply properly, but you should be able to adapt it to your vc.el.
It's completely untested, so please tell us if it helps,
Stefan
@@ -177,7 +177,7 @@
(apply 'vc-do-command nil 0 "admin" nil
(and rev (concat "-r" rev))
"-fb"
- (concat "-i" file)
+ (concat "-i" (file-relative-name file))
(and comment (concat "-y" comment))
vc-name
switches))