| Summary: | Remove jms.jar from CDO's SVN | ||
|---|---|---|---|
| Product: | Community | Reporter: | Eike Stepper <stepper> |
| Component: | Subversion | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | caspar_d, wayne.beaton |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Eike Stepper
There's also some code left in CVS: http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.emf/org.eclipse.emf.cdo.deprecated/?root=Modeling_Project Would you like me to file a separate bugzilla for removal from there? Ok, I've frozen the repo so I can dump it and filter the jar out before re-loading it. -M. We wonder about the current status because we still can't commit again. Is this a long running process (how long approximately?) or did it fail at some point without making the repo writable again? I've run the filter, now I'm just verifying it's actually gone. That should be finished shortly. -M. Ok it looks like it's gone. I only found 1 instance originally (trunk/plugins/org.eclipse.net4j.jms.api/lib/jms.jar) and it's not there now. The catch(because there has to be one) is the filter is path based so you'll need to re-commit any other files that were in that location. As far as I can tell you should be able to commit now, but I suspect your need to re-connect and re-checkout the code as the data behind the repo has changed. -M. I could checkout all projects freshly BUT I still can't commit ;-( Example: *** Commit svn commit "C:\develop\ws\cdo\plugins\org.eclipse.emf.cdo.server.db\src\org\eclipse\emf\cdo\server\internal\db\messages\messages.properties" -N -m "fixed NLS" Some of selected resources were not committed. Committed revision -1 *** Error (took 00:02.991) Some of selected resources were not committed. svn: Commit failed (details follow): svn: Can't open file '/home/data/svn/modeling/org.eclipse.emf.cdo/db/txn-current-lock': Permission denied svn: MKACTIVITY of '/svnroot/modeling/org.eclipse.emf.cdo/!svn/act/bb4ce3d8-3101-0010-8a07-dddd73205380': 500 Internal Server Error (https://dev.eclipse.org) I noticed that the error message is in no obvious way related to the file that should be committed. Ahhh, ok. I forgot that CDO used HTTPS. Please try again. -M. Thanks! Now it works ;-) Movng to Subversion component. |