This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: svn: Is it there yet?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]