thank you for the advice Pavel. I will start studying http://wiki.lyx.org/Devel/Git
On Fri, Jul 1, 2011 at 4:18 PM, Pavel Sanda <sa...@lyx.org> wrote: > Xu Wang wrote: > > With all this talk of building testing binaries, I figure I should learn > > which versions I should be testing against. Before filing a bug report, > > should I test with all of the following? > > -the current stable lyx release > > -BRANCH_2_0_X > > -trunk > > as an interested user work and test against BRANCH_2_0_X. > if you are going to monitor development you can test trunk as well. > > > If the bug I found is present in some of them but not all what should I > do? > > put it into bug tracker and set the version in which you have found it. > trunk-only bugs maybe good to mention directly in devel list. > > > I've never used svn. Are these the correct commands to get the latest > trunk > > and branch? > > > > svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X lyx-2.0.x > > > > svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-devel > > looks correct. > if you are going to do some development stuff it maybe better to start > with git right away. > > pavel >