Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] Clearing Persistent properties for a resource during copy

Hello Colleagues,

 

We have developed a Team Provider for a Custom Repository.

 

We are facing a problem during Copy of Resource from one folder to another within the committed project, so here’s the scenario:

 

We have a project structure like:

 <See TestProject1.png>

We share it with CAR and copy file2.txt to folder1, the problem is it shows folder1/file2.txt synced (committed) since all the persistent properties are copied.


  <See TestProject2.png>

 

Whereas in EGit if I copy file file2.txt to folder1, it correctly shows that file does not exist on server (changes the persistent property correctly)

 <See TestProject3.png> 

 

I’m not able to achieve this (to clear off the persistent properties when copy is done), could you please give me some pointers as how is this done in EGit as what all listeners to implement.

 

Thanks in advance.

 

Regards,

Piyush

Attachment: TestProject1.png
Description: PNG image

Attachment: TestProject2.png
Description: PNG image

Attachment: TestProject3.png
Description: PNG image


Back to the top