24.02.2012, 13:44, "Jonathan Nieder" <jrnie...@gmail.com>:
> Hi Roman,
>
> Roman Erzhukov wrote:
>
>>  $ git svn dcommit
>>  Committing to http://svn.dfu.i-teco.ru/projects/trunk/АС Выплаты ...
>>  perl: 
>> /build/buildd-subversion_1.6.17dfsg-3-i386-9WvF5o/subversion-1.6.17dfsg/subversion/libsvn_subr/path.c:414:
>>  svn_path_is_empty: Проверочное утверждение «is_canonical(path, 
>> strlen(path))» не выполнено.
>>  error: git-svn died of signal 6
>>
>>  $ export LANG=C
>>  $ git svn dcommit
>>  Committing to http://svn.dfu.i-teco.ru/projects/trunk/АС Выплаты ...
>>  perl: 
>> /build/buildd-subversion_1.6.17dfsg-3-i386-9WvF5o/subversion-1.6.17dfsg/subversion/libsvn_subr/path.c:414:
>>  svn_path_is_empty: Assertion `is_canonical(path, strlen(path))' failed.
>
> Please attach .git/config.
>
> Is this a regression (i.e., did it start after an upgrade, and if so,
> does downgrading the relevant package work around it[*])?
>
> Thanks,
> Jonathan
>
> [*] see http://snapshot.debian.org/ for historical versions of packages

Hi, Jonathan,

It's not regression. It was after one local git commit, when I renamed the Java 
package.

~/.gitconfig
[core]
        warnambiguousrefs = false
        autocrlf = false
[color]
        diff = auto
        branch = auto
        interactive = auto
        status = auto
[user]
        name = Roman Erzhukov
        email = romaerz...@yandex.ru
[gui]
        encoding = UTF-8
[alias]
        st = status
        ci = commit
        co = checkout
        br = branch
        ll = log --decorate=short --oneline --graph
        lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset 
%s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
        svn-log = svn log --show-commit
        up = svn fetch --all
        sci = svn dcommit
[svn]
        pushmergeinfo = true
[pack]
        windowMemory = 512m

git/config
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[svn-remote "svn"]
        url = http://svn.dfu.i-teco.ru/projects
        fetch = trunk/АС Выплаты:refs/remotes/trunk
        branches = branches/АС Выплаты/*:refs/remotes/*
        tags = tags/АС Выплаты/*:refs/remotes/tags/*
[svn-remote "beznal"]
        url = http://svn.dfu.i-teco.ru/projects
        fetch = trunk/IR199 - Безналичные 
расчеты/sources/was/beznal-dao:refs/remotes/beznal

-- 
Best regards,
        Roman



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to