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

Re: [Subclipse-users] subdirectory checkout ?

From: Mehdi Rabah <mehdi.rabah_at_gmail.com>
Date: 2007-09-17 14:27:23 CEST

On 9/12/07, Mark Phippard <markphip@gmail.com> wrote:
> On 9/12/07, Mehdi Rabah <mehdi.rabah@gmail.com> wrote:
> > Thanks for this software which I can't live without anymore.
> >
> > I wanted to ask you if there's a way to checkout a project as a folder
> > of another project ?
> >
> > For now I use the shell, but it's not working really well:
> >
> > **checkout project someLib with subclipse**
> > cd someLib
> > svn co file:///myCode
> >
> > resulting tree:
> >
> > someLib
> > +someLibSrc
> > +myCode
> > ++myApps
> >
> > when I update this project, the "myCode" project is detected as
> > unversionned but I can still update the myApps folder (and that's what
> > I want)
> >
> > It is possible to see this "Checkout as Folder" feature in subclipse
> > in the future ?
>
> I do not foresee it happening. The connection with the Eclipse
> Project and a Team Provider happens at the project level. Our code
> makes the assumption that the project itself is connected to
> Subversion. In your case, it sounds like that might be true. If so,
> then you should look into using the svn:externals feature in this
> project, which offers you a "native Subversion" way to pull in code
> from another project.
>

Thanks for your answer, I didn't know about svn:externals, and it
worked perfectly.

I edited the svn:external property on a folder with subclipse and it
was detected as an external folder. But when I tried to update it
didn't retrieve the code from this external repository (update !=
checkout). I had to make the checkout from the shell and then it
worked (I could update and commit).

What I mean is that subclipse miss a feature to retrieve data from an
external project when a folder was detected as external. Or I missed
something :)

Regards,

--
Mehdi
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Mon Sep 17 16:50:53 2007

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

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