zim-wiki team mailing list archive
-
zim-wiki team
-
Mailing list archive
-
Message #01137
Re: Main branch rename
Hi Fabian,
I had the same issue with my branch, the problem is known in Launchpad[1].
To fix it, you not only have to fix branch.conf as you already
guessed, but also trigger a re-reading of the file. This can be done
with a simple python script that you can find in the bug report.
To access the file branch.conf, you can use sftp, e.g.
sftp fmos@xxxxxxxxxxxxxxxxxxxx:~fmos/zim/features/.bzr/branch
sftp> get branch.conf
[edit the branch.conf file]
sftp> put branch.conf
Cheers,
Marcel
[1] https://bugs.launchpad.net/launchpad/+bug/377519
Follow ups
References