[jira] [Commented] (SLING-3573) Local resources which are no longer present in the repository are not deleted when importing

2014-10-13 Thread Kamil Ciecierski (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-3573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14169178#comment-14169178
 ] 

Kamil Ciecierski commented on SLING-3573:
-

It looks fixed, I checked on the version with latest r1631262.

 Local resources which are no longer present in the repository are not deleted 
 when importing
 

 Key: SLING-3573
 URL: https://issues.apache.org/jira/browse/SLING-3573
 Project: Sling
  Issue Type: Bug
  Components: IDE
Affects Versions: Sling Eclipse IDE 1.0.0
Reporter: Robert Munteanu
Assignee: Robert Munteanu
 Fix For: Sling Eclipse IDE 1.0.4


 Consider the following scenario
 Local workspace
 {code}
 .
 ├── item
 │   └── html.jsp
 └── list
 ├── html.jsp
 └── json.jsp
 {code}
 Repository
 {code}
 .
 ├── item
 │   └── html.jsp
 └── list
 └── html.jsp
 {code}
 When importing content from the repository, list/json.jsp is not deleted.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SLING-3573) Local resources which are no longer present in the repository are not deleted when importing

2014-10-09 Thread Robert Munteanu (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-3573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14165847#comment-14165847
 ] 

Robert Munteanu commented on SLING-3573:


* https://svn.apache.org/viewvc?view=revisionrevision=1630599 typo fix in 
HasFileMatcher
* https://svn.apache.org/viewvc?view=revisionrevision=1630600 clarify javadoc 
and remove TODOs in Filter, VltFilter
* https://svn.apache.org/viewvc?view=revisionrevision=1630602 clean up old 
files during import


 Local resources which are no longer present in the repository are not deleted 
 when importing
 

 Key: SLING-3573
 URL: https://issues.apache.org/jira/browse/SLING-3573
 Project: Sling
  Issue Type: Bug
  Components: IDE
Affects Versions: Sling Eclipse IDE 1.0.0
Reporter: Robert Munteanu
Assignee: Robert Munteanu
 Fix For: Sling Eclipse IDE 1.0.4


 Consider the following scenario
 Local workspace
 {code}
 .
 ├── item
 │   └── html.jsp
 └── list
 ├── html.jsp
 └── json.jsp
 {code}
 Repository
 {code}
 .
 ├── item
 │   └── html.jsp
 └── list
 └── html.jsp
 {code}
 When importing content from the repository, list/json.jsp is not deleted.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)