Bruno Nery writes:
| Howdy,
>
| The following piece of code:
>
| === snip ===
| #include
>
| struct warnme
| {
| bool member_;
| warnme(bool member) : member_(member_) {}
| };
>
| int main()
| {
| warnme wm(true);
| std::cout << wm.member_ << std::endl;
| return 0;
| }
| ===
Daniel Berlin <[EMAIL PROTECTED]> writes:
| On Fri, 2005-10-21 at 02:19 +0200, Lars Gullik Bjønnes wrote:
| > Bernd Schmidt <[EMAIL PROTECTED]> writes:
| >
| > | Lars Gullik Bjønnes wrote:
| > | > It seems that svn is unable to send all its requests to the sv
Bernd Schmidt <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > It seems that svn is unable to send all its requests to the svn
| > repo over one ssh connection. In one test I just did I had to enter
| > the ssh password five times.
|
| man ssh-agent
The connection
Alexandre Oliva <[EMAIL PROTECTED]> writes:
| On Oct 20, 2005, Daniel Berlin <[EMAIL PROTECTED]> wrote:
|
| > svn diff -r1:r2 is only slow in the very small diff case, where ssh
| > handshake time dominates the amount of data to be transferred.
|
| And then, cvs diff -r1 -r2 also requires a ssh
Daniel Berlin <[EMAIL PROTECTED]> writes:
| > I'd also remember that this issue (diff of a single file across SSH being
| > slower) can be fixed by either an OpenSSH upgrade (which should be flawless
| > in many cases), or a svn:// readonly access (which I still have to
| > understand if it can be