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

Subclipse Tag/Switch bug?

From: Jason Arnold <jdarnol_at_ca.sandia.gov>
Date: 2005-11-30 01:14:31 CET

Hi Everyone,

I'm having an issue with Subclipse 0.9.37, talking to a Subversion 1.2.3
server. The issue occurs when I tag a revision (Team->Branch/Tag), make
changes, then switch (Team->Switch) back to the tagged version. These are
the symptoms of my problem:

If my test project looks like this:

TestProject
    com.companyname.test
        HelloWorld.java
        FooBar.java

And I tag it as say, revision 1, then remove a file, say FooBar.java, and
commit it as revision 2, so the project looks like this:

TestProject
    com.companyname.test
        HelloWorld.java

Then I do a Team->Switch to revision 1, it restores FooBar.java to the
project, but also adds a redundant subdirectory so that my project now looks
like this

TestProject
    com.companyname.test
        HelloWorld.java
        FooBar.java
    TestProject
        com.companyname.test
            HelloWorld.java
            FooBar.java

This is obviously not right. Am I doing something wrong, or is this a bug
in Subclipse?

Thanks!
Jason Arnold
jdarnol@ca.sandia.gov
Received on Wed Nov 30 11:14:31 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.