Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdt-papyrus.dev] Deprecated folder in repository

Hi, Laurent,

At least in terms of the size of the Git repository, it makes no difference.

The "deprecated" folder has traditionally been used by several of the projects that I have contributed to, so it feels familiar.  But I like the idea of tagging the last commit before deletion of a project.  I agree that it is cleaner and simpler for everyone when the Git workspace doesn't contain obsolete code.

Cheers,

Christian


On Apr 4, 2014, at 2:10 PM, WOUTERS Laurent <Laurent.WOUTERS@xxxxxx> wrote:

Hello all,
 
I am pondering the use of the folder named ‘deprecated’ in the source tree. As I understand, plugins and features that are no longer part of the build are moved to this folder, and this is neither automatic, nor systematic because lots of plugins in the ‘plugins’ folder are not part of any build (main and extra). I am aware than some of them are meant for the Papyrus developers.
 
Still, I am under the impression that this creates some confusion and noise when looking at the source tree from an outsider perspective. I believe the standard practice would be to simply delete the deprecated bundles when they are removed from the build. It is always possible to go back in the history to look at and retrieve the code. Furthermore, to ease this process we can tag the commit that removed the bundle with a name of a particular form, e.g. “last/<bundleID>”.
Do you have any thoughts on that ?
 
Regards,
Laurent
_______________________________________________
mdt-papyrus.dev mailing list
mdt-papyrus.dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mdt-papyrus.dev


Back to the top