[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-dev] Re: [PATCH] toggle "show change path by default"

From: Eugene Kuleshov <eu_at_javatx.com>
Date: 2005-08-19 08:07:35 CEST

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

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.