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

Re: CVS/Subversion/Perforce Timing Statistics (Take 3)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-05-30 17:19:33 CEST

"Joshua Jensen" <jjensen@workspacewhiz.com> writes:

> Subversion**********
> Network [E:\svntest]svn co http://localhost/svn Dirs
> Local [E:\svntest]svn co file:///svn Dirs
>
> Oddly enough, Subversion 2038 actually checks Dirs out TWICE and does
> NOT properly populate the .svn directory with the client side clones of
> the local files. Any ideas?

Yes. 'svn co' checks out each argument, and you've given it two args.

You need to pass the -d (--destination) flag to checkout, just like
CVS's -d flag:

   svn co http://localhost/svn -d Dirs
   
If you leave off the -d argument, it just creates a working copy
subdir named after the basename of the URL.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 1 14:18:47 2002

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.