Fórum

Access to Liferay's SVN

thumbnail
Christianto Sahat, modificado 14 Anos atrás.

Access to Liferay's SVN

Regular Member Postagens: 179 Data de Entrada: 25/09/07 Postagens Recentes
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 14 Anos atrás.

RE: Access to Liferay's SVN

Liferay Master Postagens: 640 Data de Entrada: 05/11/07 Postagens Recentes
did you try it w/o credentials?

I can brows it anonymously...
thumbnail
Christianto Sahat, modificado 14 Anos atrás.

RE: Access to Liferay's SVN

Regular Member Postagens: 179 Data de Entrada: 25/09/07 Postagens Recentes
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 14 Anos atrás.

RE: Access to Liferay's SVN

Liferay Legend Postagens: 2047 Data de Entrada: 07/10/08 Postagens Recentes
Hm...the URL I have in my SVN is:

svn://svn.liferay.com/repos/public
thumbnail
Christianto Sahat, modificado 14 Anos atrás.

RE: Access to Liferay's SVN

Regular Member Postagens: 179 Data de Entrada: 25/09/07 Postagens Recentes
Amos, do you use your credentials to that address, or you can just check out anonymously ?
thumbnail
Christianto Sahat, modificado 14 Anos atrás.

RE: Access to Liferay's SVN

Regular Member Postagens: 179 Data de Entrada: 25/09/07 Postagens Recentes
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 14 Anos atrás.

RE: Access to Liferay's SVN

Junior Member Postagens: 57 Data de Entrada: 10/11/08 Postagens Recentes
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 14 Anos atrás.

RE: Access to Liferay's SVN

New Member Postagens: 3 Data de Entrada: 18/06/09 Postagens Recentes
if asked for a user and login - try user guest with no password.
thumbnail
Tejas H Kanani, modificado 14 Anos atrás.

RE: Access to Liferay's SVN

Liferay Master Postagens: 654 Data de Entrada: 06/01/09 Postagens Recentes
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 11 Anos atrás.

RE: Access to Liferay's SVN

New Member Postagens: 14 Data de Entrada: 12/11/12 Postagens Recentes
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 11 Anos atrás.

RE: Access to Liferay's SVN

Liferay Legend Postagens: 1191 Data de Entrada: 10/03/10 Postagens Recentes
That should work, but it's probably better to download the liferay sources from github

The svn repo is now only a mirror