Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-vcm-dev] Copy Listener

I believe you are correct and that there is no good way to do it.

The following bug report discusses the need for copy being a part of the
move/delete hook:
      http://bugs.eclipse.org/bugs/show_bug.cgi?id=13530

And, actually, we were just discussing this issue a few weeks ago.  Can you
outline your requirement for it?  It would help us to understand the
parameters of the problem.  Clearly we believed that explicit copy
notification wasn't required by providers -- that 'add' was enough.

Kevin





                                                                                                                      
                      "Zulli, Joseph"                                                                                 
                      <Joseph.Zulli@xxxxxx>           To:      <platform-vcm-dev@xxxxxxxxxxx>                         
                      Sent by:                        cc:                                                             
                      platform-vcm-dev-admin@         Subject: [platform-vcm-dev] Copy Listener                       
                      eclipse.org                                                                                     
                                                                                                                      
                                                                                                                      
                      10/29/2002 01:51 PM                                                                             
                      Please respond to                                                                               
                      platform-vcm-dev                                                                                
                                                                                                                      
                                                                                                                      






Hi everyone,


I'm in a situation where I need to know when files get copied from one
location to another. Unfortunately, the IMoveDeleteHook does not notify me
of copies. I tried using the IResourceChangeListener but as far as I can
tell there is no way to determine whether a file was copied or added some
other way. I only need to know about the copies for my repository provider.
Does anyone know how this can be done?


Thanks in advance,
Joe





Joseph Zulli
Computer Associates
Software Engineer
tel: +1 805 562-0423
fax: +1 805 562-0496
jzulli@xxxxxx









Back to the top