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

Re: Feature request: Current checkout behaviour

From: Mark Phippard <markp_at_softlanding.com>
Date: 2005-11-13 15:05:37 CET

> a) Checking something out as a new java project when having separate
> source and output folders. Problem: While eclipse creates the project
> propperly with a src folder, the plugin checks out everything in the
> main project folder, ignoring the src folder. This should be a very
> basic functionality??? (I used "checkout as...")

Your Eclipse project and the project in your repository have to have the
same structure. If you have the src folder in your repository, then it
works fine.

> b) Some users check out only parts of a source tree. To illustarte the
> problem, lets assume we check out only com/a/b/c/somefile.java. Due to
> the package nature of java, the folder hirarchy HAS to be created
> somehow.

Subversion does not support single-file checkouts and it has very little
support for checking out a subset of a tree. You pretty much cannot do
this with Subversion and therefore Subclipse.

> Am I missing anything, am I doing something wrong or are there any plans
> of fixing/implementing these features?

The tree-based design of Subversion makes it a lot more picky about this
stuff. Neither of these items could ever be implemented unless Subversion
makes some major changes in its design.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Mon Nov 14 01:05:37 2005

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.