Re: [jira] [Created] (WAVE-299) Can't clone hg

2011-10-30 Thread Yuri Z
We moved the source code to Apache SVN. Try: svn co https://svn.apache.org/repos/asf/incubator/wave/trunk On Sun, Oct 30, 2011 at 2:59 PM, darumka (Created) (JIRA) j...@apache.orgwrote: Can't clone hg -- Key: WAVE-299 URL:

Review Request: Improves persistence logic and addresses some old TODOs

2011-10-30 Thread Yuri Zelikov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2632/ --- Review request for wave, Michael MacFadd, vjrj, and soren. Summary ---

Re: Review Request: Improves persistence logic and addresses some old TODOs

2011-10-30 Thread Michael MacFadd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2632/#review2932 --- My only small comment is why the creation of an object to be the

Re: Review Request: Improves persistence logic and addresses some old TODOs

2011-10-30 Thread sorenlassen
On 2011-10-31 00:30:58, Michael MacFadd wrote: My only small comment is why the creation of an object to be the mutex for the synchronized blocks. Why not just use the object itself? That would work, too, but this logic only needs mutual exclusion to two variables, nothing else in the