[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: Joshua Jensen <jjensen_at_workspacewhiz.com>
Date: 2002-05-30 17:28:27 CEST

> > 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.

Oops... that's what two hours of late night testing does to you. I knew
that, too. I'll rerun the Subversion checkout timings and repost the
results.

<whack> Bad me.

Josh

---------------------------------------------------------------------
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:46 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.