diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000414.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000414.html | 155 |
1 files changed, 155 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000414.html b/zarb-ml/mageia-sysadm/2010-November/000414.html new file mode 100644 index 000000000..ba2f2133d --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000414.html @@ -0,0 +1,155 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] install of a websvn on svn server ? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20install%20of%20a%20websvn%20on%20svn%20server%20%3F&In-Reply-To=%3C20101109174823.GF2381%40sisay.ephaone.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="000413.html"> + <LINK REL="Next" HREF="000415.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] install of a websvn on svn server ?</H1> + <B>Michael scherer</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20install%20of%20a%20websvn%20on%20svn%20server%20%3F&In-Reply-To=%3C20101109174823.GF2381%40sisay.ephaone.org%3E" + TITLE="[Mageia-sysadm] install of a websvn on svn server ?">misc at zarb.org + </A><BR> + <I>Tue Nov 9 18:48:23 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000413.html">[Mageia-sysadm] install of a websvn on svn server ? +</A></li> + <LI>Next message: <A HREF="000415.html">[Mageia-sysadm] install of a websvn on svn server ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#414">[ date ]</a> + <a href="thread.html#414">[ thread ]</a> + <a href="subject.html#414">[ subject ]</a> + <a href="author.html#414">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Tue, Nov 09, 2010 at 02:31:06PM +0100, Dexter Morgan wrote: + +><i> can you tell some other alternatives ? so we can take a look to them +</I>><i> and choose the one that fit the more our needs. +</I> +We should maybe start by explicting the needs ? + +I can propose some : + +- must be able to enumerate distant svn ( unless we place it on valstar +, and I think we shouldn't for security reasons, as this is the +server that old all passwords and the future gpg key of +the distribution, among others, so it should IMHO be kept free +of interaction with internet as much as possible ) + +- must be able to cope with big repository ( as Mandriva still suffer from +problem when looking at the svn for packages ). The patch for directory +limitation seems to have applied and lost on the viewvc we used ( one +more reason to use rpm of the distribution and to push patch upstream ) + +- must not be a ressources hog ( as it will likely be indexed sooner +or later by Google or a search engine, even if we can suppose +that robots.txt will be used to prevent that ). This also exclude +all setup based on basic CGI, for well know performance reasons. + +- must be maintained, packaged, without a history full of security hole +that would make Berlin wall look rock solid in comparaison. + +- do we plan to host git repository ? It seems so ( we did at mandriva, +and I think a growing number of contributers will want it ). Others +SCMs ? I do not know, but we should ask. ( but I never seen people asking +for bzr and hg hosting, maybe nanar for darcs ). We can also say this is +not the goal of this tool, as we did fr mdv. + +- must be easy to theme +- should be without recompiling the whole rpm +- should not need to copy the css ( ie, take a distant one, as this +will ease the job of the webteam and help on perfs ) + +- should support ACLs. While we do not need for the moment, but +this may be a need that will arise for the secteam or for keeping password +( see my previous mail about it for extlookup, puppet and so one ). + +If we decide we need ACLs, we need to find how to plug them to ldap. +A simple apache module could do the trick, depend on the url used. + +- should support non text content ( to display imagess ) +for website for example. + +- must handle diff ( for text ) + +- should support syntax highligthing + +And finally, maybe ask directly to the people who will use if +they have some needs not fullfilled by the current tools ( without +getting out of the scope of the use case "look at svn using the web" ) + +For example, a link to the bugtracker when we see #foo123 in commit message +would be nice. Some people also would like to see a nice ajax interface, +and some would like to have it working without it. + +And for tools proposal we can either use +websvn, viewvc, or try to use redmine/trac and hide everything +( and I think we should rather avoid this solution ). +Some people on stackoverlow.com seems to say that usvn could be +used too ( even if it does much more than what we think ). + +There is also some other non free solution, like fisheye, but I would +not recommend for obvious reasons. +-- +Michael Scherer +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000413.html">[Mageia-sysadm] install of a websvn on svn server ? +</A></li> + <LI>Next message: <A HREF="000415.html">[Mageia-sysadm] install of a websvn on svn server ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#414">[ date ]</a> + <a href="thread.html#414">[ thread ]</a> + <a href="subject.html#414">[ subject ]</a> + <a href="author.html#414">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |