Thank you very much !
I (or someone else) will apply it soon.
However, like in other open source projects, it is better to post
patches in the issues tracker.
Cédric
> Hi Subclipse committers(and others)
>
> I've added two refinements to the repo viewer "Checkout -> As Project"
> feature, as implemented in
> subclipse/ui/src/org/tigris/subversion/subclipse/ui/actions/CheckoutAsProjectAction.java.
>
>
> 1) A bug fix: Right now, the feature will only work when the
> repository location is the direct parent of the project. This is
> because of the missing path elements in the call to
> folders[i].getRepository().getRemoteFile("/" + name + "/.project")
> This is fixed by inserting the relative path into the project path first.
>
> 2) An enhancement/decoupling: Since Eclipse is probably better at
> reading .project file descriptions than we are, I've added the
> reference to Eclipse's reader,
> org.eclipse.core.internal.resources.ProjectDescriptionReader.
> This simplifies the code somewhat.
>
> The patch is against the trunk.
>
> -Jesper
>
_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
Received on Thu Dec 4 08:59:25 2003