Paul Thomas <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] gcc-svn]# svn up > svn+ssh://[EMAIL PROTECTED]/svn/gcc/trunk svn: > 'svn+ssh://[EMAIL PROTECTED]/svn/gcc' is not a working copy
That command makes no sense, as "svn help up" would tell you. If you are going to checkout the trunk, you need "svn co". If you want to update an already checked-out working copy, "svn up" is sufficient. The wiki covers this all. As for your original problem, you can find out names by exploring the repository through "svn ls" (or viewcvs). This is covered in the Wiki, too. Giovanni Bajo