Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-vcm-dev] CVS deleted directories and "purge empty dir" option


This is intended behavior. For efficiency reasons, Eclipse keeps track of all purged directories. The method used to do this results in the purged directories remaining in the CVS/Entires file. I have entered bug 37864 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=37864) to address your efficiency concerns for the update command.

Michael



Gabriele Garuglieri <gabriele.garuglieri@xxxxxxxxxx>
Sent by: platform-vcm-dev-admin@xxxxxxxxxxx

19/05/2003 02:51 AM
Please respond to platform-vcm-dev

       
        To:        platform-vcm-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-vcm-dev] CVS deleted directories and "purge empty dir" option



Eclipse 2.1

I have noticed a strange behaviour when using the "purge empty dir" option.
When i checkout a project that has deleted directories they are
correctly not checked out but the related CVS/Entries file that is
built, still lists them and any following cvs update (all done with -d
-P options) do not clean Entries file and still tries to update from
those deleted directories producing a lot of useless work when the
project has many of them.
The same happens if i delete a directory from within eclipse, the cvs
update does not clean Entries file from that deleted dir.

This looks different from normal cvs behaviour that when said to "purge
empty dir" deletes the entry from Entries file and never more bothers
with that directory unless you resurrect it somehow.
Is that an intended behaviour or is an error?

Regards,  Gabriele.

_______________________________________________
platform-vcm-dev mailing list
platform-vcm-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-vcm-dev



Back to the top