[GitHub] maven-scm issue #31: SCM-706 finer-grained handling of file rename status fo...

2016-06-22 Thread sergei-ivanov
Github user sergei-ivanov commented on the issue: https://github.com/apache/maven-scm/pull/31 @YogiKhan Unfortunately, I haven't got the resources to actively work on this issue. I've already spent an awful lot of time debugging it, and still have no clear idea where exact

[GitHub] maven-scm issue #31: SCM-706 finer-grained handling of file rename status fo...

2016-06-21 Thread sergei-ivanov
Github user sergei-ivanov commented on the issue: https://github.com/apache/maven-scm/pull/31 I need help with that from the Apache team. In the original version of `GitCheckInCommand`, just before committing, the list of files to be committed was passed to `git add`. This ensured

[GitHub] maven-scm issue #31: SCM-706 finer-grained handling of file rename status fo...

2016-06-21 Thread sergei-ivanov
Github user sergei-ivanov commented on the issue: https://github.com/apache/maven-scm/pull/31 @YogiKhan you will need to build this PR branch of `maven-scm`, and then build `maven-release` project against it. Then you'll need to update the version of `maven-release-plugin` in

[GitHub] maven-scm issue #31: SCM-706 finer-grained handling of file rename status fo...

2016-06-21 Thread sergei-ivanov
Github user sergei-ivanov commented on the issue: https://github.com/apache/maven-scm/pull/31 @olamy I've done a rebase onto the latest master and re-pushed the changes to the PR branch. _However_, there still exists an unresolved regression (as pointed out by @in

[GitHub] maven-scm pull request: SCM-706 finer-grained handling of file ren...

2016-02-02 Thread sergei-ivanov
Github user sergei-ivanov commented on the pull request: https://github.com/apache/maven-scm/pull/31#issuecomment-178984032 Maven passes `release-pom.xml` and `pom.xml` to the `GitCheckInCommand`. Previously, it would attempt to `git add` both before doing the `git commit`. Naturally

[GitHub] maven-scm pull request: SCM-706 finer-grained handling of file ren...

2016-02-02 Thread sergei-ivanov
Github user sergei-ivanov commented on the pull request: https://github.com/apache/maven-scm/pull/31#issuecomment-178931065 I haven't tried #26 and I do not think it makes any difference here. I think the problem is with #31 in the way it tries to calculate the set of files

[GitHub] maven-scm pull request: SCM-706 finer-grained handling of file ren...

2016-02-02 Thread sergei-ivanov
Github user sergei-ivanov commented on the pull request: https://github.com/apache/maven-scm/pull/31#issuecomment-178930248 What if you remove the default 'perform' execution completely and instead append the parameter to `` as `-DpomFileName=apic_int/comp/ifm_apic_re

[GitHub] maven-scm pull request: SCM-706 finer-grained handling of file ren...

2016-02-02 Thread sergei-ivanov
Github user sergei-ivanov commented on the pull request: https://github.com/apache/maven-scm/pull/31#issuecomment-178929085 Actually I thnk you may be onto something here. It looks like the patch may have a problem with relative paths, when it is not run from the root of the git

[GitHub] maven-scm pull request: SCM-706 finer-grained handling of file ren...

2016-02-02 Thread sergei-ivanov
Github user sergei-ivanov commented on the pull request: https://github.com/apache/maven-scm/pull/31#issuecomment-178918591 What is the command line you are using, and what is the directory you are running it from, and where is the root of your git repo (my guess is `/scratch

[GitHub] maven-scm pull request: SCM-706 finer-grained handling of file ren...

2016-02-02 Thread sergei-ivanov
Github user sergei-ivanov commented on the pull request: https://github.com/apache/maven-scm/pull/31#issuecomment-178898208 @indrgun I tested it on a vanilla project, which did not have any major config alterations for the release plugin. I wonder if the following bit of

[GitHub] maven-scm pull request: SCM-706 finer-grained handling of file ren...

2015-09-19 Thread sergei-ivanov
Github user sergei-ivanov commented on the pull request: https://github.com/apache/maven-scm/pull/31#issuecomment-141722548 Rebased the PR on top of the current master --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] maven-scm pull request: SCM-706 finer-grained handling of file ren...

2015-04-14 Thread sergei-ivanov
GitHub user sergei-ivanov opened a pull request: https://github.com/apache/maven-scm/pull/31 SCM-706 finer-grained handling of file rename status for gitexe provider... ..., rename source is not added to the set of files for commit operation anymore This is an