You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Robert <ro...@gmx.de> on 2003/05/08 16:02:25 UTC

svn checkout

Hello.
I need advice with my first steps with subversion:
  I have a file 
/home/useraccount/Entwicklung/Perl/Spiele/Panzerschlacht.perl  and an 
empty directory in the repository:
/trunk/spiele/perl/

I want to make the first one a working copy.
When I enter svn checkout http://192.168.1.10/svn/trunk/spiele/perl
I get a new directory called perl in my Panzerschlacht directory.
This is not what I want. I want to have the contents even if its empty, 
not the folder itself.

What did I miss?

Greetings,
Robert


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn checkout

Posted by Michael Süß <mi...@suessnetz.de>.
Am Don, 2003-05-08 um 18.02 schrieb Robert:
> Hello.
> I need advice with my first steps with subversion:
>   I have a file 
> /home/useraccount/Entwicklung/Perl/Spiele/Panzerschlacht.perl  and an 
> empty directory in the repository:
> /trunk/spiele/perl/
> 
> I want to make the first one a working copy.
> When I enter svn checkout http://192.168.1.10/svn/trunk/spiele/perl
> I get a new directory called perl in my Panzerschlacht directory.
> This is not what I want. I want to have the contents even if its empty, 
> not the folder itself.
> 
> What did I miss?

Try http://192.168.1.10/svn/trunk/spiele/perl .
(the trailing dot is important). This will check out into your current
directory, as documented by "svn help co".

Hope that helps, 

Michael


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org