I am trying to set up a centralised workflow using bzr as VCS with multiple developers. My problem is now, that all of the developers have to push via ssh to a centralised repo which also serves a the host for the web application.
I have several config files which I do not want to push to the repo, because I do not want to override them. I tried to set them up properly once, then I altered them locally to run the application on my machine. I thought I could then just remove --keep them and set them to ignore.
However, everytime I push now bzr removes those files from the repo... Is there any way to include those files from versioning and still transfer them everytime I push?