Re: How to get on the 1.5.x branch

2007-07-26 Thread Georg Baum
Bo Peng wrote: Can somebody please give me the recommended one-liner svn command to do that? (... and post the answer to the users list too!) This is actually *not* an easy question and I do not know how to change the URL using svn command. What I did was something like Wrong, this is an

Re: How to get on the 1.5.x branch

2007-07-26 Thread Darren Freeman
On Thu, 2007-07-26 at 09:36 -0500, Bo Peng wrote: Wrong, this is an easy question, you should read the svn book. Issue svn switch svn+ssh://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X . I actually tried this command when I first encountered such a problem, and it did not work.

Re: How to get on the 1.5.x branch

2007-07-26 Thread Richard Heck
Bo Peng wrote: Wrong, this is an easy question, you should read the svn book. Issue svn switch svn+ssh://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X . I actually tried this command when I first encountered such a problem, and it did not work. Presumably, that was when I just started using

Re: How to get on the 1.5.x branch

2007-07-26 Thread Bo Peng
Wrong, this is an easy question, you should read the svn book. Issue svn switch svn+ssh://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X . I actually tried this command when I first encountered such a problem, and it did not work. Presumably, that was when I just started using svn... Bo

Re: How to get on the 1.5.x branch

2007-07-26 Thread Georg Baum
Bo Peng wrote: >> Can somebody please give me the recommended one-liner svn command to do >> that? (... and post the answer to the users list too!) > > This is actually *not* an easy question and I do not know how to > change the URL using svn command. What I did was something like Wrong, this

Re: How to get on the 1.5.x branch

2007-07-26 Thread Darren Freeman
On Thu, 2007-07-26 at 09:36 -0500, Bo Peng wrote: > > Wrong, this is an easy question, you should read the svn book. Issue > > > > svn switch svn+ssh://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X . > > I actually tried this command when I first encountered such a problem, > and it did not

Re: How to get on the 1.5.x branch

2007-07-26 Thread Richard Heck
Bo Peng wrote: Wrong, this is an easy question, you should read the svn book. Issue svn switch svn+ssh://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X . I actually tried this command when I first encountered such a problem, and it did not work. Presumably, that was when I just started using

Re: How to get on the 1.5.x branch

2007-07-26 Thread Bo Peng
Wrong, this is an easy question, you should read the svn book. Issue svn switch svn+ssh://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X . I actually tried this command when I first encountered such a problem, and it did not work. Presumably, that was when I just started using svn... Bo

Re: How to get on the 1.5.x branch

2007-07-25 Thread Bo Peng
Can somebody please give me the recommended one-liner svn command to do that? (... and post the answer to the users list too!) This is actually *not* an easy question and I do not know how to change the URL using svn command. What I did was something like find . -name 'entries' -exec perl

How to get on the 1.5.x branch

2007-07-25 Thread Darren Freeman
Hi all, I am sure I could answer this myself but there would be others who want to know too, and I know 75% of you know the answer... I have been doing a daily compile of lyx-1.5.0svn, and testing as a user but not developing. What I want to do now is get my working directory to follow the fork

Re: How to get on the 1.5.x branch

2007-07-25 Thread Bo Peng
Can somebody please give me the recommended one-liner svn command to do that? (... and post the answer to the users list too!) This is actually *not* an easy question and I do not know how to change the URL using svn command. What I did was something like find . -name 'entries' -exec perl

How to get on the 1.5.x branch

2007-07-25 Thread Darren Freeman
Hi all, I am sure I could answer this myself but there would be others who want to know too, and I know >75% of you know the answer... I have been doing a daily compile of lyx-1.5.0svn, and testing as a user but not developing. What I want to do now is get my working directory to follow the