Changes to anonymous access to Liferay's SVN

Anonymous access to Liferay's SVN servers now require inputting a username of "guest" with no password. We had to make this change due to some weird bugs with SVN.

That means the command

svn co svn://svn.liferay.com/repos/public/portal/trunk

will not work, but the command

svn co svn://svn.liferay.com/repos/public/portal/trunk --username guest

will work.

Access via http://svn.liferay.com/repos/public/portal/trunk also requires inputting a username of "guest" with no password.

Blogues
Thanks Brian.

I was in need. In SourceForge.net, the username has been explained "Guest".
Can we access the ee codes?
in svn co svn://svn.liferay.com/repos/public/portal/ee

Thanks,
Tom
You can get access to EE source code as a subscriber.

Please see the updated and clarified http://www.liferay.com/web/guest/products/eefaq#access-to-lpe-source
Hi Brian,

Is there a way to see a list of the new portlets/functions?

Baris
We have been following and applying the backported bug fixes on portal/branches/5.2.x
Since sep-01 we do not see any changes (using guest) although we see some issues in the jira where it is stated that the fix is 5.2.x backported. Also we do see changes on the trunk.

Could you clarify if it is a misconfig or a new policy? or is this branch part of the ee or the se source?

Thanks,
Andras
Hi Andras,

We continue to make significant improvements in stability and security which will be available right away in trunk (along with the new features), but backports to EE are no longer publicly available.

The EE source code is provided to EE customers. However, SVN access to the EE branches is only available to the Liferay support team.
Try to connect and download repository from Subclipse using command:
svn://svn.liferay.com/repos/public/portal/trunk --username guest
but recive the error message;
Can't connect to host 'svn.liferay.com'
Any idea?
Try to connect and download repository from Subclipse using command:
svn://svn.liferay.com/repos/public/portal/trunk --username guest
but recive the error message;
Can't connect to host 'svn.liferay.com'
Any idea?