Alternative to subversion?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2010 06:36 AM
Is there other ways to download or access Alfresco source code other than using subversion? ftp? http download?
At one site, where we are using alfresco it appears the command line usage of subversion outside the firewall is blocked by the firewall.
At one site, where we are using alfresco it appears the command line usage of subversion outside the firewall is blocked by the firewall.
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2010 07:21 AM
Even if you use the http protocol way of accessing the repository?
http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD
Thanks,
Mike
http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD
Thanks,
Mike
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2010 07:27 AM
yes, that is blocked as well.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2010 09:17 AM
I'm afraid those are the only options. It's odd that the http version is blocked - that's just "regular" web browsing. I suppose you could probably use a recursive "wget" and try that way, but it would probably just be easier to copy it all to a USB stick from a different site.
Thanks,
Mike
Thanks,
Mike
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2010 09:25 AM
I can access it via http through a browser but not via command line :
svn co http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/
I don't want to manually copy and paste all the code from a browser. Yes, transferring it from USB from another location is a good idea.
svn co http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/
I don't want to manually copy and paste all the code from a browser. Yes, transferring it from USB from another location is a good idea.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2010 05:40 AM
Most likely going through a proxy. Just configure subversion to use the same proxy.
