On behalf of the Savannah Hackers team... Savannah's cvs service has been moved onto the new server. All should be working normally but at the new IP address of the new server.
This includes projects using cvs for source code, and all web cvs repositories for www.gnu.org/www.nongnu.org . If you encounter any cvs related issues with savannah, or with web pages not being updated - please email us at savannah-hackers-public@gnu.org . The affected services are: anonymous read-only cvs checkouts, both cvs and webcvs. Example: cvs -d:pserver:anonym...@cvs.savannah.gnu.org:/sources/<project> co <module> cvs -d:pserver:anonym...@cvs.savannah.gnu.org:/web/<project> co <module> SSH access (read-only for all savannah users, write access for project members): cvs -z3 -d:ext:<USER>@cvs.savannah.gnu.org:/sources/<project> co <module> cvs -z3 -d:ext:<USER>@cvs.savannah.gnu.org:/web/<project> co <module> Web browsing: https://cvs.savannah.gnu.org/viewvc/ https://web.cvs.savannah.gnu.org/viewvc/ Bob, Assaf, and Karl