[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 23:36:16 CEST

On Wed, Mar 28, 2001 at 01:18:57PM -0800, Greg Stein wrote:
> It looks like Kevin checked in an SVN subdirectory. No wonder there is a
> conflict :-)
>
> See the "svn add `find svn | sort`" line. It should read:
>
> $ svn add `find svn -path '*/SVN' -prune -o -print | sort`
Could be. The other problem is that `find svn` returns svn as an entry,
so I attempt to add it twice. I'll try to investigate further (probably
tomorrow).
>
> (why sort??)

sort so that it adds 'somedir', before 'somedir/file', find doesn't
return things in alpha order.
>
> Cheers,
> -g
>
> p.s. APR doesn't do anything with case-sensistivity, btw
>
>
> On Wed, Mar 28, 2001 at 12:17:52PM -0600, Ben Collins-Sussman wrote:
> >
> > I put it into bugzilla. I wonder if we have some kind of APR
> > case-sensitivity issue here, whereby it thinks 'svn' is equal to the
> > already existing 'SVN' entry....
> >
> > Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:
> >
> > >
> > > 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/rep=
> > > os -d local-repos
> > > kevin_at_pilchie ~$ svn co file://localhost/home/kevin/projects/subversion/rep=
> > > os -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/subversio=
> > > n/repos -d local-repos2
>
> --
> Greg Stein, http://www.lyra.org/
>

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