「git svn dcommit」を使用しようとしましたが、次のエラーが発生しました。
リポジトリ フックが失敗しました: 'pre-commit' フックがエラー出力で失敗しました:
*** Transaction blocked
TRAILING WHITESPACE discovered in these files
designs/trunk/1167923/cfg/main.cpp
designs/trunk/1167923/cfg/Registers.cpp
Code does not conform to whitespace standard
at /usr/lib/git-core/git-svn line 922
修正方法がわかりません。
これが私の構成です:
receive.denynonfastforwards=true
alias.st=status
alias.ci=commit
alias.co=checkout
alias.br=branch
alias.log1=log --oneline
alias.fetchavs=fetch --all --progress -v
alias.pushav=push --all --progress -v
alias.dfb=diff -b
alias.dfw=diff -w
color.ui=auto
color.branch=auto
color.diff=auto
color.interactive=auto
color.status=auto
core.autocrlf=input
core.safecrlf=true
core.whitespace=nowarn
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
svn-remote.svn.url=http://svn
svn-remote.svn.fetch=designs/trunk/1167923:refs/remotes/trunk
svn-remote.svn.branches=designs/branches/1167923/*:refs/remotes/*
svn-remote.svn.tags=designs/tags/1167923/*:refs/remotes/tags/*