Project

General

Profile

Actions

User story #3123

closed

Make a commit when restoring an archive

Added by Vincent MEMBRÉ over 11 years ago. Updated about 9 years ago.

Status:
Released
Priority:
2
Category:
Web - Maintenance
Target version:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:

Description

To create a new commit containing datas from an old commit you can execute the following git commands :

git rm targetFiles (to remove everything from what you want, could be anything (with .) or a directory or a file ...)
git checkout MyReference targetFiles (My reference is a tag or commit, it will add the content from the reference corresponding to files)
git commit

We have to mimic those command using Jgit

This will need an upgrade of Jgit as the version we use (1.3) can't do that easily.

Actions #1

Updated by Vincent MEMBRÉ over 11 years ago

  • Status changed from In progress to 10
Actions #2

Updated by Jonathan CLARKE over 11 years ago

  • Status changed from 10 to Pending technical review
Actions #3

Updated by Vincent MEMBRÉ over 11 years ago

  • Status changed from Pending technical review to Pending release
  • % Done changed from 0 to 100
Actions #4

Updated by Matthieu CERDA over 11 years ago

  • Status changed from Pending release to Released
Actions #5

Updated by Nicolas PERRON about 11 years ago

  • Project changed from Rudder to 34
  • Category deleted (11)
  • Parent task deleted (#3102)
Actions #6

Updated by Jonathan CLARKE about 11 years ago

  • Project changed from 34 to Rudder
Actions #7

Updated by Jonathan CLARKE about 11 years ago

  • Category set to Web - Maintenance
Actions #8

Updated by Benoît PECCATTE about 9 years ago

  • Tracker changed from Enhancement to User story
Actions

Also available in: Atom PDF