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 easy question, you should read the svn book. Issue

svn switch svn+ssh://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X .

in the top level directory and you are done. If this is an anonymous
checkout you might need to adjust the svn+ssh bit.


Georg



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. Presumably, that was when I just started using
 svn...

I just used:

svn switch svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X .

for my local anonymous svn and it seems to have worked.

Have fun,
Darren



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
svn...

And for other people (I'm sure Bo knows this), the svn book is here:
   http://svnbook.red-bean.com/

Richard

--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



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 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 .

in the top level directory and you are done. If this is an anonymous
checkout you might need to adjust the svn+ssh bit.


Georg



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. Presumably, that was when I just started using
> svn...

I just used:

svn switch svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X .

for my local anonymous svn and it seems to have worked.

Have fun,
Darren



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
svn...

And for other people (I'm sure Bo knows this), the svn book is here:
   http://svnbook.red-bean.com/

Richard

--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



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 -pi.bak 's/oldurl/newurl/' {} \;

Bo


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
onto the 1.5.x branch so you can all have fun breaking 1.6.0svn without
me :)

Can somebody please give me the recommended one-liner svn command to do
that? (... and post the answer to the users list too!)

Have fun,
Darren



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 -pi.bak 's/oldurl/newurl/' {} \;

Bo


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
onto the 1.5.x branch so you can all have fun breaking 1.6.0svn without
me :)

Can somebody please give me the recommended one-liner svn command to do
that? (... and post the answer to the users list too!)

Have fun,
Darren