On Jan 30, 2008, at 5:05 PM, Giura Gauss wrote:
Sven Hoexter <[EMAIL PROTECTED]> writes:
On Tue, Jan 29, 2008 at 04:22:56PM +0100, Dominik Böhm wrote:
Hi to whomever I am writing right now,
I would like to download a development version of LyX 1.6.0. but
wasn't able
to find an according download link for it. So, could you please
provide me
with the location where I can get the latest version? I would
really like to
test out and use some of the new features...
You can grab ist from the svn repo:
svn://svn.lyx.org/lyx/lyx-devel/trunk
It's noted on http://www.lyx.org/devel/cvs.php.
HTH,
Sven
Is it me, or the svn repo does not allow anonymous connection.
I am doing (as I used to):
svn co svn+ssh://svn.lyx.org/lyx/lyx-devel/trunk lyx-1.6
and I am getting:
[EMAIL PROTECTED]'s password:
You should instead use:
svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-1.6
(The "+ssh" part is for write permission, which requires a password.)
Bennett