Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-vcm-dev] Team + Refactoring

I'm trying to extend our Team Provider implementation so that I can correctly use the Refactorings that involve renaming and moving resources. Unlike CVS, (to my knowledge), I need to issue a source-control call to rename/move a file in the repository. Looking at the source code, it looks like the solution should be:

   Implement IMoveDeleteHook, and RepositoryProvider.getMoveDeleteHook()

However, when I do a resource rename, my breakpoints in this area don't get hit.

Do I have this correct? If so, is there something else I should to to get my code to be called? If not, what is the correct solution?

Thanks.
David Corbin




Back to the top