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

Re: R: R: Subclipse "Checkout as..." (strange?) working

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-08-03 18:55:18 CEST

Alvin Thompson <alvin@thompsonlogic.com> wrote on 08/03/2005 12:52:12 PM:

> Mark Phippard wrote:
> > Your project was hardly unusable, all you had to do was right-click,
> > choose Properties and define the Java Build Path. The .classpath file

> > would then be recreated. You also have the option of copying the file

> > somewhere before the checkout deletes it.
>
> yup, i did something similar. i meant it was unusable 'as is'. so it is
> subversion itself that deletes the current contents of the folder? why?

No, Subclipse deletes it. It does so because the svn checkout command
will fail if it encounters a file/folder of the same name. Short of doing
a check on every local file, we have no way to know if this is going to
happen, so we clean out the project folder before we issue the checkout
command.

The enhancement that Subversion is considering is just making the checkout
process overlay an existing file/folder. Another alternative is to
preserve the existing file, but still create the pristine version. Either
way would work nicely for us.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Thu Aug 4 02:55:18 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.