Maintaining a list of files that have this one property
From: Dave_Thomas mailing lists <davelist_at_peoplemerge.com>
Date: 2006-06-09 04:19:01 CEST
Hi all,
I'm new to the subversion mailing list, sorry in advance if this belongs on
I have a constraint on subversion that files across the repository
For example, suppose Trunk/src/foo.txt has the property must-be-unique=*. I
The problem? The hook now makes this call:
Our repository is soon to grow to 20k files, and that call alone will take
I couldn't find another function that implemented something like UNIX 'find'
The best solution I can come up with is to maintain a list of all files with
Here's the idea. On every commit transaction, I would read in a flatfile
Would I need to be creating a subtransaction (does that exist)? Or is this
Here's an alternative but I think you're going to say this is a bad
Your thoughts on the most elegant solution would be appreciated!
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.