Re: [rant?] g++ bug (missing uninitialized warning), bug reporting, bug searching

2012-11-09 Thread Lars Gullik Bjønnes
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; | } | ===

Re: A couple more subversion notes

2005-10-21 Thread Lars Gullik Bjønnes
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

Re: A couple more subversion notes

2005-10-20 Thread Lars Gullik Bjønnes
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

Re: A couple more subversion notes

2005-10-20 Thread Lars Gullik Bjønnes
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

Re: A couple more subversion notes

2005-10-20 Thread Lars Gullik Bjønnes
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