Alfresco source code

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2012 06:03 AM
Hello,
I referred http://wiki.alfresco.com/wiki/Source_Code to get the source code but was unable to do so.
The steps I carried out are as follows :
1 . Used Eclipse svn plug-in to check out the code from the following SVN url :
http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/
Result :
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
svn: Can't connect to host 'svn.alfresco.com': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
RA layer request failed
svn: OPTIONS of 'http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD': could not connect to server (http://svn.alfresco.com)
RA layer request failed
svn: OPTIONS of 'https://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD': could not connect to server (https://svn.alfresco.com)
RA layer request failed
svn: OPTIONS of 'http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD': could not connect to server (http://svn.alfresco.com)
2.
root@cloudx-505-487:~# wget -r http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/
–2012-06-11 19:38:22– http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/
Resolving svn.alfresco.com… 92.52.110.47
Connecting to svn.alfresco.com|92.52.110.47|:80… failed: Connection timed out.
3. I also tried the alternate url https://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/ but in vain
Please guide as to how I must proceed.
I referred http://wiki.alfresco.com/wiki/Source_Code to get the source code but was unable to do so.
The steps I carried out are as follows :
1 . Used Eclipse svn plug-in to check out the code from the following SVN url :
http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/
Result :
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
svn: Can't connect to host 'svn.alfresco.com': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
RA layer request failed
svn: OPTIONS of 'http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD': could not connect to server (http://svn.alfresco.com)
RA layer request failed
svn: OPTIONS of 'https://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD': could not connect to server (https://svn.alfresco.com)
RA layer request failed
svn: OPTIONS of 'http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD': could not connect to server (http://svn.alfresco.com)
2.
root@cloudx-505-487:~# wget -r http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/
–2012-06-11 19:38:22– http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/
Resolving svn.alfresco.com… 92.52.110.47
Connecting to svn.alfresco.com|92.52.110.47|:80… failed: Connection timed out.
3. I also tried the alternate url https://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/ but in vain
Please guide as to how I must proceed.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2012 12:20 PM
Please can you check whether the following URL (as in your post) is accessible using your web browser:
http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD
If you can access the svn repository using a normal web browser, then you should be able to check-out the code.
However, please don't use the svn:// URL, it's not accessible anymore - instead use the http URL as above, e.g. if using subversion on the command line:
http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD
If you can access the svn repository using a normal web browser, then you should be able to check-out the code.
However, please don't use the svn:// URL, it's not accessible anymore - instead use the http URL as above, e.g. if using subversion on the command line:
svn co http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD alfresco_head
