Questions tagged [bazaar]

14 questions
14
votes
3 answers

Putting /etc under source control

I would like to put my /etc directory iunder source control using bazaar. Are there any gotchas in doing this. It seems safer to do it user an ordinary user rather than root - might there a be a problem with .bzr belonging to such a user.
justintime
  • 337
  • 3
  • 9
5
votes
1 answer

Multi-user bzr server

I'm currently investigating whether it is possible to serve bzr in a setup similar to what gitolite does for git. This means a single unix account, with different users managed via their ssh public keys. I'd be happy to integrate this with gitolite,…
MvG
  • 1,793
  • 14
  • 18
5
votes
2 answers

Using etckeeper - protection and other questions

Following the suggestion made Putting /etc under source control I have installed ETCKEEPER. It seems pretty good but I have some questions. Is the any way off putting the command you do into the change message. So if I run apt-get install widget I…
justintime
  • 337
  • 3
  • 9
2
votes
1 answer

How can I share a live BZR repository with multiple users?

I'm not sure how best to ask this question. Over several years I've developed my way into a corner and need to figure some things out. I almost certainly haven't been following best practices up until now but there you go. I make and host Django…
Oli
  • 1,791
  • 17
  • 27
2
votes
0 answers

Using Bazaar (BZR) on AFP or SMB mounted server not wroking

Has anyone been able to get BZR working on a mounted AFT or SMB mounted share? I've tried both (The AFP volume is actually coming off an Xserver.) and neither work. I have BZR 2.0.0 and am running it on a Mac with 10.5. I keep getting an error…
1
vote
0 answers

Does anyone know how to use a Bazaar repository with TeamCity?

I am using Bazaar for some projects and generally like it. I recently started looking into integrating it with TeamCity and thought it would be quite easy until I found that it wasn't supported out of the box. I have installed the bzr4j…
1
vote
1 answer

Bazaar: check out specific subfolders

How can I check out only certain subfolders from a branch in Bazaar? Example: Given the branch consisting of: /myapp /myapp/doc /myapp/bin /my /myapp/bunch-o-crap how do I create a versioned working copy of just /myapp/doc /myapp/bin
Frank Brenner
  • 321
  • 1
  • 3
  • 9
1
vote
1 answer

Configuring Bazaar repository on Linux

I already figured I can run the server by running (assuming repository is in /var/bzr): bzr server --directory=/var/bzr But now a couple of questions arises: This doesn't solve a problem of starting bazaar automatically when server boots. I assume…
Septagram
  • 927
  • 1
  • 8
  • 13
1
vote
1 answer

How do I specify the port to connect to Launchpad code?

My server uses a non-standard SSH port (not 22) for connections and now I am trying to grab some code from Launchpad and it keeps erroring out because it's trying to connect to the server with my SSH port number rather than the standard port 22.…
animuson
  • 279
  • 1
  • 6
  • 20
1
vote
1 answer

bzr security, how to prevent push overwrite

How can I set the file permissions of a bzr repository to allow somebody to push to the branch, but not be allowed to overwrite it? That is, currently a user can completely overwrite the branch by doing bzr push --overwrite --use-existing-dir…
1
vote
2 answers

Expand bzr branch to include parent folder

I have the following directory structure: Documents ----Incoming ----Originals ----Processed ----Working Originally I thought I only wanted to track Working, so I made a bzr repo in there. Now I've decided that I actually want to…
James Polley
  • 2,089
  • 15
  • 13
0
votes
1 answer

Multiple ssh access types from a given user1/client to the same user2/server

I want to access from one user/client combination (say, user1@cl) to a user/server combination (say, user2@srv) via ssh, with two different types of Access: Access type #1 would be restricted to interactions with a bazaar repository. For this, I…
0
votes
1 answer

bzr not installing against newer python installed on debian

I have a debian 6.0.2.1 machine with default python 2.6. I compiled and installed python 2.7 on it and validated that 'python' executes 2.7 and not the older 2.6.6. Now, I am trying to install bzr (sudo apt-get install bzr) on this machine but it…
0
votes
1 answer

Bazaar only ssh, is bzr_ssh_path_limiter secure? or should I use sftp?

I would like to allow some users to read/write Bazaar repositories on a server using ssh. I read about using bzr_ssh_path_limiter (with restricted ssh keys) which is a nice tool and seems to do the work. I've also seen that it is possible to use…
Weboide
  • 3,275
  • 1
  • 23
  • 32