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

Re: newbie checkout question

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-04-06 14:12:02 CEST

On Apr 6, 2006, at 06:47, David L wrote:

> In CVS when I checkout foo/bar/src, I get a the whole path foo/bar/
> src in my working
> directory. With subversion, when I checkout file:///repopath/trunk/
> foo/bar/src, I get just
> the directory src in my working directory. Then if I checkout
> file:///repopath/trunk/blah/src,
> I get a message:
>
> svn: 'src' is already a working copy for a different URL
>
> How do I get the CVS behavior for checkout that checks out the
> whole path?

mkdir -p foo/bar/src
svn co file:///repopath/trunk/foo/bar/src foo/bar/src

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 6 14:13:20 2006

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

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