Skip to content

.gitignore files get lost #85

@ohumbel

Description

@ohumbel

Today I had the shock of my life...

Well not really, but quite a shock: A colleague told me that the migrated git repository misses .gitignore files.

Debugging the whole migration showed that we follow the lifecycle of .jazzignore/.gitignore absolutely perfect. But nonetheless, at the end of the migration all .gitignore files were absent.

Debugging twice again - and focussing on the removal of .gitignore files - showed this in the console:

11:14:48 - Accepting: 22404: Enterprise LOGIN: Create enterprise repository - created ant/build xml (Date: 2013-11-14 13:33:14, Author: Tanner Markus, Revision: _0ksH0k0oEeOFO7Ms2bLlhg, Component: _81p5sDJnEeOq9PDTyN2FkQ, Accepted: False)
11:14:48 - Executed Command: "lscm accept -v -o -r https://rtc.bison-group.com/ccm/ -t HUO_Migrate_EMS3 --changes _0ksH0k0oEeOFO7Ms2bLlhg" --> /home/huo/gitrepos/ohumbel/rtc2git/Logs/accept.txt
11:14:48 - Executed Command: "git diff --quiet"
11:14:48 - Start (re)loading current workspace: lscm load -r https://rtc.bison-group.com/ccm/ HUO_Migrate_EMS3 --force
11:14:48 - Executed Command: "lscm load -r https://rtc.bison-group.com/ccm/ HUO_Migrate_EMS3 --force"
The following resources had uncommitted changes and were overwritten:
  A copy of each file is available in "/d500/rtcmigrated/migrate_EMS3/EMS3/.jazzShed/b15-11-30_11.14.49.595".
    /EnterpriseConsole/.gitignore
    /EnterpriseMgmtService/.gitignore
    /EmsPersistence/.gitignore
Successfully loaded items into the sandbox.
11:14:49 - Load of workspace finished
11:14:49 - Accepted change 11/498 into working directory
11:14:49 - Executed Command: "git status --untracked-files=all -z"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions