>
Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447
-----Original Message-----
> From: vichy [mailto:vichy.kuo_at_gmail.com]
> Sent: 31 October 2008 14:54
> To: users_at_subversion.tigris.org
> Subject: question about svn check out
>
> Dear all:
> when using svn co like:
> $ svn checkout http://svn.collab.net/repos/svn/trunk
> A trunk/Makefile.in
> A trunk/ac-helpers
> A trunk/ac-helpers/install.sh
> A trunk/ac-helpers/install-sh
> A trunk/build.conf
> .
> Checked out revision 8810.
>
> The svn will check out files as trunk/xxxxx
> Right now I use svn to take care kernel source code I try to modify,
> but I find I don't need the "trunk/", since it will affect my make
> fail.
> That means, I hope to check out everything below trunk to the current
> folder.
Simply add a dot at the end of your SVN command
svn co http://svn.collab.net/repos.svn/trunk .
Giulio
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-31 17:14:02 CET