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

[Subclipse-users] Checking out into a project subdirectory

From: digifork <digifork_at_gmail.com>
Date: 2006-08-10 04:45:27 CEST

Hello!

I just started using SVN with Eclipse and I have an issue. I have the
following project in my SVN repository:

myproj
  +-bin
  +-lib
  +-src
  +-build.xml

I would like to check this project out into Eclipse as a subfolder of
a project called "My Project". The Eclipse workspace would look like
this:

My Project
  +-.settings
  +-bin
  +-myproj
      +-bin
      +-lib
      +-src
      +-build.xml
  +-.classpath
  +-.project

I like this setup because:

1. The Eclipse specific files (.settings and bin dirs, .classpath and
.project files) are not part of the versioned source tree
2. If the myproj dir was the top level dir, the project would have to
be called "myproj"
3. If the myproj dir was the top level dir, I would have to rename the
output dir in my build path to something other than bin to avoid a
conflict with my own bin dir

I am able to do this with CVS projects. Is there any way to do this
with Subclipse?

Thanks in advance!!!

-Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Aug 10 04:45:39 2006

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.