Tennis Smith <[EMAIL PROTECTED]> writes: > Hi,
Hi, > Im accessing files that are controlled by clearcase. I guess you mean remote files. Otherwise, you could use clearcase.el > So, every time I access a file I have to enter a command like this: > > Clearcase setview <viewname> > > Then, I can edit the file. The <viewname> value can change. > > So, I need to do 3 things: > > 1) pass a view name > 2) set the view based on the name > 3) edit the file. > > Has anyone done anything like this with Tramp Mode? If not, is there > any recommended way of doing this? Tramp does not support hooking scripts to be executed before accessing a file. What you can do is starting the view(s) in advance on the remote machine via "cleartool startview <viewname>". Then you can access the remote files with their view names, like "/remote.machine:/view/<viewname>/cc/path/to/file". > TIA, > -Tennis Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
