Package: git-flow
Version: 0.4.1-2
Severity: important

Dear Maintainer,

I tried to finish a feature that had conflicts and stumbled across the
following error:

mkdir: cannot create directory `/.gitflow': Permission denied
/usr/lib/git-core/git-flow: 320: /usr/lib/git-core/git-flow: cannot
create /.gitflow/MERGE_BASE: Directory nonexistent

In order to reproduce run the following script:

cd /tmp
git init test-repo
cd test-repo
yes '' | git flow init
echo initial > file
git add file
git commit -m 'initial commit'
git flow feature start a
echo a > file
git commit -am 'feature a'
git flow feature start b
echo b > file
git commit -am 'feature b'
git flow feature finish a
git flow feature finish b

I think that the aforementioned message should not be displayed.

Regards
--
Grzegorz Niewisiewicz


-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages git-flow depends on:
ii  git [git-core]  1:1.7.10.4-1+wheezy1

git-flow recommends no packages.

git-flow suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to