[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Understanding clones and the file system

From: <kfogel_at_collab.net>
Date: 2001-08-03 20:01:16 CEST

Ben Collins-Sussman <sussman@collab.net> writes:
> If the repository exists at http://foo.com/svn/repo, and I do a
>
> $ svn checkout http://foo.com/svn/repo -d wc
>
> I would get a new working copy called 'wc':
>
> wc/trunk
> wc/trunk/paint
> ...
>
> If I were to checkout like this:
>
> $ svn checkout http://foo.com/svn/repo/trunk/paint -d wc
>
> My working copy would be
>
> wc/Makefile
> wc/canvas.c
> ...
>
> If I were to leave off the '-d' argument to checkout:
>
> $ svn checkout http://foo.com/svn/repo/trunk/paint
>
> paint/Makefile
> paint/canvas.c
> ...

I think Peter's question is, what happens when you do this:

   $ svn checkout http://foo.com/svn/repo

Do we get a working copy named "repo"? Named ""? :-)? Do we get an
error complaining that a wc name is required?

I dunno. Try it and see. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:35 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.