留言板

Access to Liferay's SVN

thumbnail
Christianto Sahat,修改在14 年前。

Access to Liferay's SVN

Regular Member 帖子: 179 加入日期: 07-9-25 最近的帖子
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,修改在14 年前。

RE: Access to Liferay's SVN

Liferay Master 帖子: 640 加入日期: 07-11-5 最近的帖子
did you try it w/o credentials?

I can brows it anonymously...
thumbnail
Christianto Sahat,修改在14 年前。

RE: Access to Liferay's SVN

Regular Member 帖子: 179 加入日期: 07-9-25 最近的帖子
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,修改在14 年前。

RE: Access to Liferay's SVN

Liferay Legend 帖子: 2047 加入日期: 08-10-7 最近的帖子
Hm...the URL I have in my SVN is:

svn://svn.liferay.com/repos/public
thumbnail
Christianto Sahat,修改在14 年前。

RE: Access to Liferay's SVN

Regular Member 帖子: 179 加入日期: 07-9-25 最近的帖子
Amos, do you use your credentials to that address, or you can just check out anonymously ?
thumbnail
Christianto Sahat,修改在14 年前。

RE: Access to Liferay's SVN

Regular Member 帖子: 179 加入日期: 07-9-25 最近的帖子
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,修改在14 年前。

RE: Access to Liferay's SVN

Junior Member 帖子: 57 加入日期: 08-11-10 最近的帖子
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,修改在14 年前。

RE: Access to Liferay's SVN

New Member 帖子: 3 加入日期: 09-6-18 最近的帖子
if asked for a user and login - try user guest with no password.
thumbnail
Tejas H Kanani,修改在14 年前。

RE: Access to Liferay's SVN

Liferay Master 帖子: 654 加入日期: 09-1-6 最近的帖子
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,修改在11 年前。

RE: Access to Liferay's SVN

New Member 帖子: 14 加入日期: 12-11-12 最近的帖子
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,修改在11 年前。

RE: Access to Liferay's SVN

Liferay Legend 帖子: 1191 加入日期: 10-3-10 最近的帖子
That should work, but it's probably better to download the liferay sources from github

The svn repo is now only a mirror