Hi all, I'm trying to update the devel branch of my package following the instruction found in https://bioconductor.org/developers/how-to/git-mirrors/ .
The repo of my project is: https://github.com/BIMIB-DISCo/TRONCO >From devel I've first tried to do a git merge master, with no results. I've then tried the cherry-pick method and all seemed to work well. However, during the git-svn dcommit, I've obtained a: svn: Commit blocked by pre-commit hook (exit code 1) with output: The y in the x.y.z version number should be even in release in file branches/RELEASE_3_2/madman/Rpacks/VegaMC/DESCRIPTION. See http://bioconductor.org/developers/how-to/version-numbering/ There has been a problem with a commit (a wrong version update which was rejected from svn). I've fixed this problem on my master removing the wrong commit as described here http://www.clock.co.uk/blog/deleting-a-git-commit . I've then tried to bring those changes on devel doing this: - git reset --hard on devel to the last right commit - git cherry-pick on the others commit from my master branch After the cherry-pick, on git, all worked well. The resul of git log is: dex@darthvader ~/project/TRONCO $ git log --graph --decorate --pretty=oneline --abbrev-commit --all * 2e27604 (HEAD, origin/master, origin/development, origin/HEAD, master, development, devel) Merge pull request #47 from BIMIB-DISCo/development |\ | * 340c809 date update |/ * 4700191 dependencies update * 31c2cab regex problems [...] I've then tried to commit to svn, but the git svn dcommit --add-author-from now isn't workig... dex@darthvader ~/project/TRONCO $ git svn dcommit --add-author-from Unable to determine upstream SVN information from HEAD history. Perhaps the repository is empty. at /usr/lib/git-core/git-svn line 856. And the result of a git status is: dex@darthvader ~/project/TRONCO $ git status On branch devel Your branch and 'bioc/master' have diverged, and have 615 and 25 different commits each, respectively. (use "git pull" to merge the remote branch into yours) nothing to commit, working directory clean The situation at the moment is: - https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/TRONCO/R/ is a mix of old and new version... I don't know why. Some files are up to date with my master and some others no. - My master ( https://github.com/BIMIB-DISCo/TRONCO/tree/master ) is up to date and I want to bring this on devel Any idea how to fix this? Many thanks! -- Luca De Sano Research Associate Department of Informatics, Systems and Communication University of Milan Bicocca Institute of Biomembranes and Bioenergetics of the Italian National Research Council (IBBE-CNR) email: l.des...@campus.unimib.it PEC: luca.des...@pec.it [[alternative HTML version deleted]] _______________________________________________ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel