The portableapps and portableappsdev SourceForge projects have been upgraded to the new Allura open source system for managing projects. As part of the upgrade, the repositories have changed. The old repositories are now read-only.
Details and info on migrating are here:
https://sourceforge.net/p/forge/community-docs/Repository%20Upgrade%20FAQ/
Development Toolkit (Hg)
Old: http://portableapps.hg.sourceforge.net:8000/hgroot/portableapps/developm...
New: ssh://YOUR-USERNAME@hg.code.sf.net/p/portableapps/development-toolkit
Checkout: hg clone ssh://YOUR-USERNAME@hg.code.sf.net/p/portableapps/development-toolkit portableapps-development-toolkit
PA.c Launcher (Hg)
Old: http://portableapps.hg.sourceforge.net:8000/hgroot/portableapps/launcher
New: ssh://YOUR-USERNAME@hg.code.sf.net/p/portableapps/launcher
Checkout: hg clone ssh://YOUR-USERNAME@hg.code.sf.net/p/portableapps/launcher portableapps-launcher
PA.c Installer (Hg)
Old: http://portableapps.hg.sourceforge.net:8000/hgroot/portableapps/installer
New: ssh://YOUR-USERNAME@hg.code.sf.net/p/portableapps/installer
Checkout: hg clone ssh://YOUR-USERNAME@hg.code.sf.net/p/portableapps/installer portableapps-installer
Toucan (Hg)
Old: http://portableapps.hg.sourceforge.net:8000/hgroot/portableapps/toucan
New: ssh://YOUR-USERNAME@hg.code.sf.net/p/portableapps/toucan
Checkout: hg clone ssh://YOUR-USERNAME@hg.code.sf.net/p/portableapps/toucan portableapps-toucan
portableapps (SVN)
Old: http://portableapps.svn.sourceforge.net/svnroot/portableapps
New: svn+ssh://YOUR-USERNAME@svn.code.sf.net/p/portableapps/code/trunk
Checkout: svn checkout --username=YOUR-USERNAME svn+ssh://YOUR-USERNAME@svn.code.sf.net/p/portableapps/code/trunk portableapps-code