Re: SVN API
From: SLOGEN <jensen_at_slog.dk>
Date: 2003-09-11 08:51:14 CEST
Ronald Cannes wrote:
>> > Of course it is. "svnadmin create" could append to an "svn-index"
1. There is _no_ reason for repositories to be connnected.
- They could be created by different UID's..
2. How would this be ensured to be upto-date?
- would repository creation/deletion fail if the index cannot be updated?
3. The feature should be disabled by default
- I'm pretty sure, just about everybody is going to have a different
>> You can file this as a post 1.0 feature request if you'd like, but this
> I don't understand why this has such a low priority.
Because you haven't convinced people it's usefull, and there are many
> Soon we'll have 20 repositories and a lot of people are going to check
Create an index. If you want you can even make a script that updates the
An index file, possibly created by a script is _so_ much easier than to
Have you thought about not making that many repositories? just create
> There is a reason why most SCM systems have this capability...
Huh? which ones? must have overlooked it.
> Doing a "svn list repos" would be very helpful to the users and would
how abot, a common repos at svn.foo.bar, an svn_list script, implemented as:
#!/bin/sh
Now creating a new repos is:
svnadmin create repos
If the index becomes out-of-date, it's easy to fix.
> While this is not a showstopper, it is something I'd expect from a
I don't think you can push this feature into SVN before 1.0, if ever.
Are you really sure it's SVN's responsibility to solve this problem?
> But at least you're not in the basement yet ;-)
Coincidentally, i'm in a basement right now :), not that i've got a big
-- Helge --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Sep 11 08:52:03 2003 |
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.