--- smeserver-subversion-1.4/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm.ClarifyPanel 2008-08-10 16:54:50.000000000 +0200 +++ smeserver-subversion-1.4/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm 2008-08-10 16:55:33.000000000 +0200 @@ -44,6 +44,7 @@ our @EXPORT = qw( print_repository_table print_repository_name_field + print_privileges print_vhost_message group_list user_list @@ -269,6 +270,19 @@ return ""; } +=head2 print_privileges() + +Prints a warning message that vhosts whose content is this repository will be modified to point to primary site. + +=cut + +sub print_privileges { + my $self = shift; + my $q = $self->{cgi}; + print qq() . $self->localise('PRIVILEGES') . qq(); + return ""; +} + =head2 print_vhost_message() Prints a warning message that vhosts whose content is this repository will be modified to point to primary site. --- smeserver-subversion-1.4/root/etc/e-smith/web/functions/subversion.ClarifyPanel 2008-08-10 16:54:50.000000000 +0200 +++ smeserver-subversion-1.4/root/etc/e-smith/web/functions/subversion 2008-08-10 16:55:33.000000000 +0200 @@ -150,6 +150,8 @@ + + GROUPS_READ - Groups (read-only access) + Groups (read access) GROUPS_WRITE - Groups (full access) + Groups (write access) USERS_READ - Users (read only access) + Users (read access) USERS_WRITE - Users (full access) + Users (write access) + PRIVILEGES + + If you set neither group nor user setting for a privilege, the privilege will default to anonymous access. The only exception is when you have specified only read privileges (either for user(s), group(s) or both), there will be no anonymous write access.
If you want your user(s) or group(s) to have full access specify them in both the read and the write box. +
+
+ ERROR_WHILE_CREATING_REPOSITORY An error occurred while creating the repository.