Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Using subversive with an existing eclipse project
Using subversive with an existing eclipse project [message #445577] Fri, 31 July 2009 19:50 Go to next message
Chris is currently offline ChrisFriend
Messages: 97
Registered: July 2009
Member
Hi,

I have a scenario where I have several large eclipse projects already setup.
I had been using an external svn client to interact with subversion, but now
I'd like to use subversive.

Is there any way to share my existing eclipse projects without having to do
a fresh checkout?

Chris
Re: Using subversive with an existing eclipse project [message #445578 is a reply to message #445577] Fri, 31 July 2009 19:59 Go to previous messageGo to next message
Chris is currently offline ChrisFriend
Messages: 97
Registered: July 2009
Member
I wanted to try to connect to SVN using project settings - but there's one
issue. All of the source folders in my projects are actually links - they
aren't direct children of the project in the workspace...

So it looks like

c:\workspace\Project1 (no .svn directory here)
+sourceDir1 -> c:\dev\Project1\source (has .svn dir)
+sourceDir2 -> c:\dev\Project1\dir2 (has .svn dir)

I don't see the option to connect to svn using project settings.

"Chris" <chris.romary@softwareag.com> wrote in message
news:h4vhu5$qtp$1@build.eclipse.org...
> Hi,
>
> I have a scenario where I have several large eclipse projects already
> setup. I had been using an external svn client to interact with
> subversion, but now I'd like to use subversive.
>
> Is there any way to share my existing eclipse projects without having to
> do a fresh checkout?
>
> Chris
>
Re: Using subversive with an existing eclipse project [message #446145 is a reply to message #445578] Fri, 31 July 2009 21:20 Go to previous messageGo to next message
Chris is currently offline ChrisFriend
Messages: 97
Registered: July 2009
Member
I found this bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=264199

That states this problem won't be fixed...

It seems reasonable that subversive should be able to handle linked
resources... If the linked folder contains a .svn directory then isn't that
everything needed by subversion (or subversive)?

It might make sense to check to see if the linked directory contains svn
metadata - if it does then don't ignore it?

Chris


"Chris" <chris.romary@softwareag.com> wrote in message
news:h4viej$th4$1@build.eclipse.org...
>I wanted to try to connect to SVN using project settings - but there's one
>issue. All of the source folders in my projects are actually links - they
>aren't direct children of the project in the workspace...
>
> So it looks like
>
> c:\workspace\Project1 (no .svn directory here)
> +sourceDir1 -> c:\dev\Project1\source (has .svn dir)
> +sourceDir2 -> c:\dev\Project1\dir2 (has .svn dir)
>
> I don't see the option to connect to svn using project settings.
>
> "Chris" <chris.romary@softwareag.com> wrote in message
> news:h4vhu5$qtp$1@build.eclipse.org...
>> Hi,
>>
>> I have a scenario where I have several large eclipse projects already
>> setup. I had been using an external svn client to interact with
>> subversion, but now I'd like to use subversive.
>>
>> Is there any way to share my existing eclipse projects without having to
>> do a fresh checkout?
>>
>> Chris
>>
>
>
Re: Using subversive with an existing eclipse project [message #480993 is a reply to message #446145] Wed, 19 August 2009 10:07 Go to previous message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
Hello Chris,

According to Eclipse's Strategies for Handling Linked Resources: "In order
to be "link friendly", a provider should allow projects with linked
resources to be version controlled, but can disallow the version controlling
of linked resources themselves."
So Subversive doesn't allow you to version linked resources.

>I found this bug:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=264199
>
> That states this problem won't be fixed...
>
> It seems reasonable that subversive should be able to handle linked
> resources... If the linked folder contains a .svn directory then isn't
> that everything needed by subversion (or subversive)?
>
> It might make sense to check to see if the linked directory contains svn
> metadata - if it does then don't ignore it?
>
> Chris
>
>
> "Chris" <chris.romary@softwareag.com> wrote in message
> news:h4viej$th4$1@build.eclipse.org...
>>I wanted to try to connect to SVN using project settings - but there's one
>>issue. All of the source folders in my projects are actually links - they
>>aren't direct children of the project in the workspace...
>>
>> So it looks like
>>
>> c:\workspace\Project1 (no .svn directory here)
>> +sourceDir1 -> c:\dev\Project1\source (has .svn dir)
>> +sourceDir2 -> c:\dev\Project1\dir2 (has .svn dir)
>>
>> I don't see the option to connect to svn using project settings.
>>
>> "Chris" <chris.romary@softwareag.com> wrote in message
>> news:h4vhu5$qtp$1@build.eclipse.org...
>>> Hi,
>>>
>>> I have a scenario where I have several large eclipse projects already
>>> setup. I had been using an external svn client to interact with
>>> subversion, but now I'd like to use subversive.
>>>
>>> Is there any way to share my existing eclipse projects without having to
>>> do a fresh checkout?
>>>
>>> Chris
>>>
>>
>>
>
>
Previous Topic:Why "Are you sure you want to merge..." when there are no conflicts?
Next Topic:How to relocate the location of my projects
Goto Forum:
  


Current Time: Thu Apr 18 18:40:15 GMT 2024

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

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

Back to the top