huge download during commit
I've been using BZR on a number of my projects for some time now, and overall I'm very pleased. However, every now and then (like now) when I commit a few kb worth of source files, BZR (via TortoiseBZR) downloads a huge amount of data. Right now it has downloaded 140MB and it still going strong. Why does BZR do that?
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Bazaar Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2012-11-13
- Last reply:
- 2012-11-13
John A Meinel (jameinel) said : | #1 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 11/12/2012 8:15 PM, Tom Eugelink wrote:
> New question #214000 on Bazaar:
> https:/
>
> I've been using BZR on a number of my projects for some time now,
> and overall I'm very pleased. However, every now and then (like
> now) when I commit a few kb worth of source files, BZR (via
> TortoiseBZR) downloads a huge amount of data. Right now it has
> downloaded 140MB and it still going strong. Why does BZR do that?
>
>
I don't know the specifics of your situation, but my guess is that you
are using bzr over a simple file transport (such as ftp/sftp/etc).
To maintain efficiency, periodically bzr compacts the repository,
combining groups of small files into a larger file. If you are doing
so using 'bzr+ssh' the process will be done on the remote side by the
remote bzr process. However, on any of the systems like ftp/sftp/etc
there is no process on the remote side. So we have to download the
contents locally, rebuild it, and upload it back.
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (Cygwin)
Comment: Using GnuPG with Mozilla - http://
iEYEARECAAYFAlC
MXMAn2LbAqDTL7f
=Cqyr
-----END PGP SIGNATURE-----
Tom Eugelink (tbee) said : | #2 |
Ok. I'm using sftp, so your guess is correct. So the original question is answered, but it immediately spawns a logical followup question: the way to get arround this is use some kind of bzr daemon?
John A Meinel (jameinel) said : | #3 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 11/13/2012 12:11 PM, Tom Eugelink wrote:
> Question #214000 on Bazaar changed:
> https:/
>
> Status: Answered => Open
>
> Tom Eugelink is still having a problem: Ok. I'm using sftp, so your
> guess is correct. So the original question is answered, but it
> immediately spawns a logical followup question: the way to get
> arround this is use some kind of bzr daemon?
>
If you can install 'bzr' the program on the remote machine, then you
can access your content as:
bzr+ssh:
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (Cygwin)
Comment: Using GnuPG with Mozilla - http://
iEYEARECAAYFAlC
ypcAoLmw/
=qwmu
-----END PGP SIGNATURE-----
Can you help with this problem?
Provide an answer of your own, or ask Tom Eugelink for more information if necessary.