So, I finally get a copy of mainline, yesterday. As user [EMAIL PROTECTED], I did
cd ~/gcc svn co svn+ssh://[EMAIL PROTECTED]/svn/gcc/trunk Now, I want to update this to the latest sources. The wiki says "svn update" works exactly like "cvs update". Well, this does not appear to be the case. cd trunk svn update Enter passphrase for key '/mnt1/sgk/.ssh/id_rsa': At revision 105364. Inspecton of gcc/fortran/ChangeLog shows that it has not been updated, which can be verified via cd ~/gcc/gcc41 cvs update Enter passphrase for key '/mnt1/sgk/.ssh/id_rsa': ... P gcc/fortran/ChangeLog ... So, what's the magic incantation? -- Steve