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

Re: [Subclipse-users] I'm having a problem with windows svn integration and subclipse.

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-08-01 22:33:10 CEST

On 8/1/07, Andy Adamczak <aadamczak@thetus.com> wrote:
> There is an evironment flag available called SVN_ASP_DOT_NET_HACK that
> the svn client libraries look for. If it's set to any value, the
> directory that the svn client libraries use is changed from .svn to
> _svn. This also seems to work fine for most operations in the subclipse
> plugin. The problem is that if you delete a java package through
> eclipse, the _svn directories do not get removed, and then eclipse
> thinks there are 5 new empty packages with weird names (for example if
> you delete a package called x.y.z, you then get the packages x.y.z._svn,
> x.y.z._svn.prop-base, x.y.z._svn.props, x.y.z._svn.text-base, and
> x.y.z._svn.tmp in the project.
>
> Is this a subclipse issue or an eclipse issue? Someone is not handling
> the deletion case correctly. The folder x/y/z stays on disk, along with
> the _svn directories.
>
> The work around is close your workspace and manually go do the package
> directory you tried to delete it and actually delete it. Then restart
> eclipse. You have to do that every time you delete a package. Is this
> a known issue, and if not, should I file it with the Eclipse project or
> Subclipse project?

It sounds like you are just not doing commit after the delete. When
you delete a folder in Subversion it is only marked for deletion. It
does not go away until you actually commit it.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Aug 1 22:31:42 2007

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.