Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • minerva
  • core
  • Merge requests
  • !470

Merged
Created Oct 17, 2018 by Piotr Gawron@piotr.gawronOwner

Resolve "remove IDE specific files from project"

  • Overview 0
  • Commits 7
  • Pipelines 4
  • Changes 168

This merge will break existing and working projects in eclipse (because eclipse files will be removed after pull). Therefore when pulling for the first time the code after this merge request one can do following to fetch and reuse last know configuration from repository:

  1. Close eclipse.

  2. Execute

> git fetch
> git checkout f72e013b4ad4dd3260883396ef6d359874b11973
> tar -zcf dump.tar.gz .classpath .settings */.classpath */.settings
> git checkout master
> git pull
> tar -zxf dump.tar.gz
> rm dump.tar.gz
  1. Turn on eclipse.
Edited Oct 17, 2018 by Piotr Gawron
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 499-remove-ide-specific-files-from-project