svn: Is it there yet?

Giovanni Bajo giovannibajo@libero.it
Sun Oct 30 19:34:00 GMT 2005


Paul Thomas <paulthomas2@wanadoo.fr> wrote:

> [prt@localhost gcc-svn]# svn up
> svn+ssh://pault@gcc.gnu.org/svn/gcc/trunk svn:
> 'svn+ssh://pault@gcc.gnu.org/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



More information about the Gcc mailing list