[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: Mark Phippard <markphip_at_gmail.com>
Date: 2007-09-12 15:32:35 CEST

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
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Sep 12 15:29:10 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.