How can I create a shared repository on a server if I only have access using sftp://
?
As a workaround, I could create the shared repository locally and then I could copy it to the server.
In any case, can Bazaar use a remote shared repository in dumb server mode? Let's say I do this:
bzr init-repo /tmp/repo
rsync -a /tmp/repo server:/tmp/
cd /path/to/a/branch
bzr push sftp://server/tmp/repo/branch1
bzr push sftp://server/tmp/repo/branch2
Will the first push
store its revisions in the shared repo, so that the second push
will run very fast, since it doesn't need to store any new revisions?
pip install --user bzr
for example. – janos Apr 02 '13 at 20:38