Pushing into shared repository without trees on SMB share is not using repository to store revisions
John Arbash Meinel
john at arbash-meinel.com
Wed Nov 1 19:08:10 GMT 2006
Nicholas Allen wrote:
> Hi,
>
> I setup a shared repository without trees on a Windows network share. I
> then tried to push my changes to the shared repository thinking that it
> would not copy the revision history and create a slim branch on the
> server. However, it is recreating the history even though I am pushing
> inside the repository. It shouldn't do that should it?
>
> Nick
It shouldn't, so we should figure out why it thinks it needs to do that.
I assume you did something like:
bzr init-repo --no-trees Z:/mounted/network/share/
Or are you using //host/network/share (I thought bzr currently didn't
work properly with those paths)
Also, are you sure that the repository path is visible in the filesystem?
Like it could be that you did "bzr init-repo --no-trees /srv/repo" and
then are only exporting "/srv/repo/branches" => Z:/ or something like that.
The repository needs to be visible to the client.
It is *also* possible that we have a bug if the repository is at the
root of a directory. I thought we squashed all of those bugs, but we did
have them in the past.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20061101/8e2c1d5a/attachment.pgp
More information about the bazaar
mailing list