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

Re: [Subclipse-dev] Help needed - Subclipse performance problem

From: Brock Janiczak <brockj_at_tpg.com.au>
Date: 2006-02-26 02:55:15 CET

Mark Phippard wrote:
> Suppose I am not storing my .class files in a bin folder. When I take
> this option, what stops Subversion from adding the .class files? If we
> just let Subversion do a recursive add then it is going to process the
> files according to its own rules. It will know nothing about derived
> files or the Eclipse ignore list.
>
Good question. Because of the way we do project imports the project
folder is always going to be managed, so you can't use the add to
version control operation on it and recursively add everything. This
would only be a problem if people don't have their output folder as one
of the project root folders (by default it is hidden in the package
explorer as well). It would be possible to use the resource visitor to
look for derived resources and not recursively add their parents. If
you go down this path it is always going to be far slower than the SVN
command line client as you have to execute an add for each file instead
of one for each directory.

I don't really want to make the call as to which solution is better. I
will leave that up to you :)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Sun Feb 26 02:57:41 2006

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

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