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

Re: svn commit: rev 461 - trunk/subversion/libsvn_wc

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2001-11-16 04:26:43 CET

On Thu, Nov 15, 2001 at 09:22:56PM -0600, Ben Collins-Sussman wrote:
> Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:
>
> > On Thu, Nov 15, 2001 at 01:21:04PM -0800, Greg Stein wrote:
> >
> > > Also: it appears that the wcprops did not get the extension added
> > > to them. I haven't looked into the code, but I still have
> > > ".svn/wcprops/foo.c" in my working copy. So they still appear in a
> > > "find" :-)
>
> I don't understand; what's the problem? wcprops have no "base",
> because we're never interested in looking at their diffs. They're
> just stored and retrieved as opaque tokens by the ra-layer.
>
We want to change the extension of all the files in the .svn dir so that
someone can do a "find . -name '*.svn'" in their working copy and not come
up with anything in the .svn dir.

Note that I would still _recommend_ using
"find . -name .svn -prune -o -name '*.c'" for performance reasons, but this
would protect someone who didn't think to do that.

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