| Summary: | missing resource on cvs | ||
|---|---|---|---|
| Product: | Community | Reporter: | Bouchet Stéphane <sbouchet> |
| Component: | CVS | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | blocker | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 306962 | ||
|
Description
Bouchet Stéphane
One thing to keep in mind is that the Viewcvs data is out of sync with CVS(it re-indexes every few hours), so should only ever be a guide. I've taken a look at the repository(/cvsroot/modeling/org.eclipse.emf/org.eclipse.emf.eef/plugins/org.eclipse.emf.eef.views/src-gen/org/eclipse/emf/eef/toolkits/impl) itself and I only see 3 files, all committed by you. -M. (In reply to comment #1) > One thing to keep in mind is that the Viewcvs data is out of sync with CVS(it > re-indexes every few hours), so should only ever be a guide. ok. > > I've taken a look at the > repository(/cvsroot/modeling/org.eclipse.emf/org.eclipse.emf.eef/plugins/org.eclipse.emf.eef.views/src-gen/org/eclipse/emf/eef/toolkits/impl) > itself and I only see 3 files, all committed by you. yes, that is the problem, this should 4 files there, the one in the Attic folder should not be there : /cvsroot/modeling/org.eclipse.emf/org.eclipse.emf.eef/plugins/org.eclipse.emf.eef.views/src-gen/org/eclipse/emf/eef/toolkits/impl/Attic> more ToolkitsFactoryImpl.java,v head 1.11; access; symbols v0_7_1_BRANCH:1.6.0.2 Root_v0_7_1_BRANCH:1.6 build_200905051719:1.1; locks; strict; comment @# @; 1.11 date 2010.03.16.07.57.00; author sbouchet; state Exp; branches; next 1.10; commitid 104d4b9f39c94567; 1.10 date 2010.03.15.10.57.35; author glefur; state Exp; branches; next 1.9; commitid 187624b9e12924567; 1.9 date 2010.03.15.10.57.24; author glefur; state dead; branches; next 1.8; commitid 187624b9e12924567; what happens if i move this file directly on the good folder ? > > -M. I've moved the file out of the attic and back into the repository. -M. (In reply to comment #3) > I've moved the file out of the attic and back into the repository. > > -M. Thanks ! but there is some others files in the same situation. could i do the move myself or do i need to list the files here ? Yes, you can move them yourself. -M, (In reply to comment #5) > Yes, you can move them yourself. > > -M, Thanks, i will do that myself. |