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

Re: Performance

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2001-03-28 19:38:04 CEST

Here is the recipe I followed. I have subversion source in:
/home/kevin/projects/subversion, and I build out of
/home/kevin/projects/svn-build.

kevin@pilchie ~/projects/subversion$ mkdir repos
kevin@pilchie ~/projects/subversion$ cd repos
kevin@pilchie ~/projects/subversion/repos$ cp -a ../../svn-build/subversion/tests/libsvn_fs/test-repo-basic-commit/* .
kevin@pilchie ~/projects/subversion/repos$ cd
kevin_at_pilchie ~$ svn co file://localhost/home/kevin/projects/subversion/repos -d local-repos
kevin_at_pilchie ~$ svn co file://localhost/home/kevin/projects/subversion/repos -d local-repos2
kevin@pilchie ~$ cd local-repos
kevin@pilchie ~/local-repos$ mkdir svn
kevin@pilchie ~/local-repos$ svn add svn
kevin@pilchie ~/local-repos$ cd svn
kevin@pilchie ~/local-repos/svn$ cp -a ~/projects/subversion/* .
kevin@pilchie ~/local-repos/svn$ cd ..
kevin@pilchie ~/local-repos$ rm -r `find . -name CVS`
kevin@pilchie ~/local-repos$ svn add `find svn | sort`
kevin@pilchie ~/local-repos$ time svn ci
kevin@pilchie ~/local-repos$ cd ../local-repos2
kevin@pilchie ~/local-repos2$ time svn up
kevin@pilchie ~/local-repos2$ cd ..
kevin@pilchie ~$ rm -rf local-repos2
kevin_at_pilchie ~$ time svn co file://localhost/home/kevin/projects/subversion/repos -d local-repos2

Hope that helps.

On Wed, Mar 28, 2001 at 11:20:45AM -0600, Ben Collins-Sussman wrote:
> Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:
>
> > Also note that I got the following error on checkout, (although the
> > wc seems okay), and the same thing (except with ./svn/SVN instead of
> > local-repos2/svn/SVN), when doing an update.
> >
> > svn_error: #21016 wc editor: add_dir `local-repos2/svn/SVN': object
> > already exists and is in the way.
>
> Can you show us how to reproduce this bug? Give us a recipe. :)
>

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • application/pgp-signature attachment: stored
Received on Sat Oct 21 14:36:26 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.