Foros de discusión

Access to Liferay's SVN

thumbnail
Christianto Sahat, modificado hace 14 años.

Access to Liferay's SVN

Regular Member Mensajes: 179 Fecha de incorporación: 25/09/07 Mensajes recientes
Anyone know how to connect to Liferay's SVN ?


I tried this URL :

http://svn.liferay.com/repos/public
using my screen name as userid and password, but seems that I always get authentication error :

svn: REPORT of '/repos/public': 403 Forbidden (http://svn.liferay.com)


Any idea ?
thumbnail
Alex Wallace, modificado hace 14 años.

RE: Access to Liferay's SVN

Liferay Master Mensajes: 640 Fecha de incorporación: 5/11/07 Mensajes recientes
did you try it w/o credentials?

I can brows it anonymously...
thumbnail
Christianto Sahat, modificado hace 14 años.

RE: Access to Liferay's SVN

Regular Member Mensajes: 179 Fecha de incorporación: 25/09/07 Mensajes recientes
hi Alex,

I can browse it anonymously, but when I wanted to checkout the code, it failed.

When I give credentials, I even couldn't browse it. I tried with Subversive Eclipse plugin and TortoiseSVN client on windows, both gave the same result. Any clue ?

Usually I checkout codes from sourceforge's SVN, without credentials, no problem at all. But it seems that sourceforge's SVN is not always sync with Liferay's SVN.
thumbnail
Amos Fong, modificado hace 14 años.

RE: Access to Liferay's SVN

Liferay Legend Mensajes: 2047 Fecha de incorporación: 7/10/08 Mensajes recientes
Hm...the URL I have in my SVN is:

svn://svn.liferay.com/repos/public
thumbnail
Christianto Sahat, modificado hace 14 años.

RE: Access to Liferay's SVN

Regular Member Mensajes: 179 Fecha de incorporación: 25/09/07 Mensajes recientes
Amos, do you use your credentials to that address, or you can just check out anonymously ?
thumbnail
Christianto Sahat, modificado hace 14 años.

RE: Access to Liferay's SVN

Regular Member Mensajes: 179 Fecha de incorporación: 25/09/07 Mensajes recientes
Access to Liferay's SVN seems to have been fixed. I can access it and check out without doing any changes on my side.
thumbnail
Dominik Lastname, modificado hace 14 años.

RE: Access to Liferay's SVN

Junior Member Mensajes: 57 Fecha de incorporación: 10/11/08 Mensajes recientes
worked out for me yesterday with this url:
svn co http://svn.liferay.com/repos/public/portal/branches/5.2.x/
br
thumbnail
Burkhard Vogel, modificado hace 14 años.

RE: Access to Liferay's SVN

New Member Mensajes: 3 Fecha de incorporación: 18/06/09 Mensajes recientes
if asked for a user and login - try user guest with no password.
thumbnail
Tejas H Kanani, modificado hace 14 años.

RE: Access to Liferay's SVN

Liferay Master Mensajes: 654 Fecha de incorporación: 6/01/09 Mensajes recientes
I was also getting the same problem while cheking it out from SVN with following url,

[size=5][b]http[/b]://svn.liferay.com/repos/public/[/size]


But it worked for me with following url

[size=5][b]svn[/b]://svn.liferay.com/repos/public/[/size]
thumbnail
kailash b, modificado hace 11 años.

RE: Access to Liferay's SVN

New Member Mensajes: 14 Fecha de incorporación: 12/11/12 Mensajes recientes
Christianto Sahat:
Anyone know how to connect to Liferay's SVN ?


I tried this URL :

http://svn.liferay.com/repos/public
using my screen name as userid and password, but seems that I always get authentication error :

svn: REPORT of '/repos/public': 403 Forbidden (http://svn.liferay.com)


Any idea ?


Try with this Url - http://svn.liferay.com/repos/public/

After it will ask you UserName and Password

Just enter as following below

UserName : guest
Password :

Hope this will work..
thumbnail
jelmer kuperus, modificado hace 11 años.

RE: Access to Liferay's SVN

Liferay Legend Mensajes: 1191 Fecha de incorporación: 10/03/10 Mensajes recientes
That should work, but it's probably better to download the liferay sources from github

The svn repo is now only a mirror