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

Re: [Subclipse-users] trouble in using subclipse

From: B. Smith-Mannschott <benpsm_at_gmail.com>
Date: 2007-03-24 10:45:03 CET

On Mar 24, 2007, at 05:38, lijun ling wrote:

> Hi,list!
> I'm using subclipse 1.2.0+eclipse3.3
> I try checkout from some site,such as struts,
> follow steps in eclipse:
> File->new->checkout from svn-->
> remote site :
> http://svn.apache.org/repos/asf/struts/struts2/trunk
> a moment later,
> there are 7 folder can be seleted to checkout,
> and then if I select all folders,they will be placed in different
> projects,not in one,
>
> the problem is that why I can not place them in one project?

$ svn ls http://svn.apache.org/repos/asf/struts/struts2/trunk
api/
apps/
assembly/
backport/
core/
plugins/
pom.xml
src/

If you want them all checked out into one project, you need to check
out "trunk", not its contents.

remote site: (this is the actual repository)

        http://svn.apache.org/repos/asf

what you want to check out from within that repository:

        struts/struts2/trunk

FWIW, it appears to be a maven project, not an eclipse project so
you'll probably want to use maven to generate the eclipse .project
and .classpath files.

// ben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Sat Mar 24 10:45:19 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.