Re: tramp ($Id: tramp.el,v 2.0.2.2 2001/03/03 00:06:34 grossjoh Exp $); Trampled file during sccs create (sic) admin

2001-03-28 Thread Stefan Monnier
"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,

Re: tramp ($Id: tramp.el,v 2.0.2.2 2001/03/03 00:06:34 grossjoh Exp $); Trampled file during sccs create (sic) admin

2001-03-28 Thread Kai Großjohann
On Tue, 27 Mar 2001, Kim Taylor wrote: 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. Could you M-x debug-on-entry RET vc-do-command RET and show me the

Re: tramp ($Id: tramp.el,v 2.0.2.2 2001/03/03 00:06:34 grossjoh Exp $); Trampled file during sccs create (sic) admin

2001-03-28 Thread Stefan Monnier
[EMAIL PROTECTED] writes: @@ -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)) -

tramp ($Id: tramp.el,v 2.0.2.2 2001/03/03 00:06:34 grossjoh Exp $); Trampled file during sccs create (sic) admin

2001-03-27 Thread Kim Taylor
Enter your bug report in this message, including as much detail as you possibly can about the problem, what you did to cause it and what the local and remote machines are. If you can give a simple set of instructions to make this bug happen reliably, please include those. Thank you for helping

Re: tramp ($Id: tramp.el,v 2.0.2.2 2001/03/03 00:06:34 grossjoh Exp $); Trampled file during sccs create (sic) admin

2001-03-27 Thread Daniel Pittman
On Tue, 27 Mar 2001, Kim Taylor wrote: [...] Initial (failed) checkin to SCCS of a remote file resulted in remote file being deleted and localthe associated tramp buffer too! Ack! I don't have SCCS, nor do I have access to SCCS anywhere. This means that it is untested. I know that RCS works