Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Subeclipse crashes eclipse on add repository
Subeclipse crashes eclipse on add repository [message #254534] Tue, 22 April 2008 10:46 Go to next message
Daniela Waranie is currently offline Daniela WaranieFriend
Messages: 52
Registered: July 2009
Member
Hi newsgroup,

i try to get files from SVN via the eclipse plugin subclipse, but is crashes
my eclipse every time.

My workflow:
1. start eclipse
2. open the perspective php (phpeclipse: windows -> open perspective ->
other -> PHP)
3. create a PHP Project (file -> new -> PHP Project)
4. create a SVN Project (file -> new -> Other -> SVN/Checkout Projects from
SVN + next)
5. select 'create a new repository location' + next
6. URL = 'http://localhost/svn_project' + next
CRASH

What is the fault?

Best regards
Daniela Waranie
Re: Subeclipse crashes eclipse on add repository [message #254540 is a reply to message #254534] Tue, 22 April 2008 12:13 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 676
Registered: July 2009
Senior Member
Daniela Waranie wrote:
> Hi newsgroup,
>
> i try to get files from SVN via the eclipse plugin subclipse, but is crashes
> my eclipse every time.
>
> My workflow:
> 1. start eclipse
> 2. open the perspective php (phpeclipse: windows -> open perspective ->
> other -> PHP)
> 3. create a PHP Project (file -> new -> PHP Project)
> 4. create a SVN Project (file -> new -> Other -> SVN/Checkout Projects from
> SVN + next)
> 5. select 'create a new repository location' + next
> 6. URL = 'http://localhost/svn_project' + next
> CRASH

What kind of crash? Do you have any errors in the error log?
Not a real fix, but what happens if you try URL="file:///pathtorepository"
Re: Subeclipse crashes eclipse on add repository [message #254547 is a reply to message #254540] Tue, 22 April 2008 12:49 Go to previous messageGo to next message
Daniela Waranie is currently offline Daniela WaranieFriend
Messages: 52
Registered: July 2009
Member
Hi Felix,

> What kind of crash?
Eclipse window closes.

> Not a real fix, but what happens if you try URL="file:///pathtorepository"
The same problem. Eclipse window closes.

> Do you have any errors in the error log?
Yes. See attachment a.log.

Best Regards
Daniela Waranie



  • Attachment: a.log
    (Size: 10.55KB, Downloaded 294 times)
Re: Subeclipse crashes eclipse on add repository [message #254555 is a reply to message #254547] Tue, 22 April 2008 13:51 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 676
Registered: July 2009
Senior Member
Daniela Waranie wrote:
> Hi Felix,
>
>> What kind of crash?
> Eclipse window closes.
>
>> Not a real fix, but what happens if you try URL="file:///pathtorepository"
> The same problem. Eclipse window closes.
>
>> Do you have any errors in the error log?
> Yes. See attachment a.log.
>
> Best Regards
> Daniela Waranie

Hm, I have no Idea. Did you try to use a different svn connector?
Window->Preferences->SVN (or maybe team?) There should be a tab "SVN connector".

If that still don't fix it, my last suggestion is that you could try Subversive
instead.
http://www.polarion.org/index.php?page=overview&project= subversive

Felix
Re: Subeclipse crashes eclipse on add repository [message #254560 is a reply to message #254555] Tue, 22 April 2008 14:24 Go to previous messageGo to next message
Daniela Waranie is currently offline Daniela WaranieFriend
Messages: 52
Registered: July 2009
Member
Hi Felix,

> Hm, I have no Idea. Did you try to use a different svn connector?
no.
I only used Subclipse http://subclipse.tigris.org/update_1.2.x so far.

> Window->Preferences->SVN (or maybe team?) There should be a tab "SVN
> connector".
SVN is under:
Window->Preferences->Team->SVN,
but there is no tab 'SVN connector'
Do i need to install something more?

Best regards
Daniela Waranie
Re: Subeclipse crashes eclipse on add repository [message #254566 is a reply to message #254560] Tue, 22 April 2008 15:16 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 676
Registered: July 2009
Senior Member
Daniela Waranie wrote:
> Hi Felix,
>
>> Hm, I have no Idea. Did you try to use a different svn connector?
> no.
> I only used Subclipse http://subclipse.tigris.org/update_1.2.x so far.
>
>> Window->Preferences->SVN (or maybe team?) There should be a tab "SVN
>> connector".
> SVN is under:
> Window->Preferences->Team->SVN,
> but there is no tab 'SVN connector'

I'm not sure, as I use subversive, but the concepts are the same I think.
Somewhere you should find a setting where you can choose between several
svn connectors, one of which is JavaHL. Try changin that to another one.

Felix
Re: Subeclipse crashes eclipse on add repository [message #254578 is a reply to message #254547] Tue, 22 April 2008 20:55 Go to previous messageGo to next message
Mark Phippard is currently offline Mark PhippardFriend
Messages: 129
Registered: July 2009
Senior Member
See this FAQ:

http://subclipse.tigris.org/faq.html#win32-crash

The Subclipse community is at users@subclipse.tigris.org.

Mark

On 2008-04-22 08:49:27 -0400, "Daniela Waranie" <typo3-community@gmx.de> said:

> Hi Felix,
>
>> What kind of crash?
> Eclipse window closes.
>
>> Not a real fix, but what happens if you try URL="file:///pathtorepository"
> The same problem. Eclipse window closes.
>
>> Do you have any errors in the error log?
> Yes. See attachment a.log.
>
> Best Regards
> Daniela Waranie
>
>
>
>
> This message has one or more attachments. Select "Save Attachments"
> from the File menu to save.
Re: Subeclipse crashes eclipse on add repository [message #254615 is a reply to message #254566] Thu, 24 April 2008 08:23 Go to previous messageGo to next message
Daniela Waranie is currently offline Daniela WaranieFriend
Messages: 52
Registered: July 2009
Member
Hi Felix,

> I'm not sure, as I use subversive, but the concepts are the same I think.
> Somewhere you should find a setting where you can choose between several
> svn connectors, one of which is JavaHL. Try changin that to another one.
.... under 'Window->Preferences->Team->SVN' is a section 'SVN interface',
when i choose 'SVNKit (Pure Java)' it works.

Thanks a lot.

Best regards
Daniela Waranie
Re: Subeclipse crashes eclipse on add repository [message #254616 is a reply to message #254578] Thu, 24 April 2008 08:53 Go to previous messageGo to next message
Daniela Waranie is currently offline Daniela WaranieFriend
Messages: 52
Registered: July 2009
Member
Hi Mark,

> http://subclipse.tigris.org/faq.html#win32-crash
.... thank you for the FAQ. There is no answer to my issue. My issue is now
solved see my last post.

> The Subclipse community is at users@subclipse.tigris.org.
....ok, one way to get help, but i hate mailing lists - i prefer newsgroups.
Gmane.org can be a good way for me: i subscribe to
gmane.comp.version-control.subversion.subclipse.user.

Best regards
Daniela Waranie
Re: Subeclipse crashes eclipse on add repository [message #1608467 is a reply to message #254615] Mon, 09 February 2015 14:39 Go to previous message
Fefo Fefo is currently offline Fefo FefoFriend
Messages: 1
Registered: February 2015
Junior Member
Daniela Waranie wrote on Thu, 24 April 2008 08:23
Hi Felix,

> I'm not sure, as I use subversive, but the concepts are the same I think.
> Somewhere you should find a setting where you can choose between several
> svn connectors, one of which is JavaHL. Try changin that to another one.
.... under 'Window->Preferences->Team->SVN' is a section 'SVN interface',
when i choose 'SVNKit (Pure Java)' it works.

Thanks a lot.

Best regards
Daniela Waranie

Previous Topic:javascript autocomplete and code outline settings
Next Topic:Unable to read repository at http://download.eclipse.org/releases/luna.
Goto Forum:
  


Current Time: Sat Apr 27 03:47:54 GMT 2024

Powered by FUDForum. Page generated in 0.08832 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top