Eugene Kuleshov wrote:
> I'm also getting another error with JavaHL on SVN console when trying
> to double click on affected path in a history view.
>
> HTTP Path Not Found
> svn: REPORT request failed on
> '/svn/xcommonj-work/!svn/bc/55/trunk/xcommonj/trunk/xcommonj/commonj-ejb/src/main/org/javatx/cj/work'
>
> svn:
> '/svn/xcommonj-work/!svn/bc/55/trunk/xcommonj/trunk/xcommonj/commonj-ejb/src/main/org/javatx/cj/work'
> path not found
>
> Again it work ok with JavaSVN, but there is still a strange delay
> before editor gets opened.
I found why it happens.
This projects had been imported by into workspace using existing
Eclipse project import wizard. So, it automatically created SVN
repository in this new workspace and attached newly imported project to
that repository.
However it didn't configure repository root url. So, in original
workspace svn repository has
https://xcommonj-work.projects.dev2dev.bea.com/svn/xcommonj-work url,
which is also root and project is located in /trunk/xcommonj. After
importing the same project into this new workspace repository created
with url
https://xcommonj-work.projects.dev2dev.bea.com/svn/xcommonj-work/trunk/xcommonj
and root specified. Once I put a correct root it is working.
I wonder if Subclipse can import this project with exactly same
parameters as the original workspace
Thanks
Eugene
Received on Fri Aug 19 16:07:35 2005