webpost | 30 Apr 2013 13:46
Picon

[WebSVN] ACL on svn repositories

Hi,

I have multiple repositories on my server and I'd like to allow access to some repositories but not all.
Is it something that someone would be interested in? To motivate the dev team.

Thank for your work!

Regards.

------------------------------------------------------
http://websvn.tigris.org/ds/viewMessage.do?dsForumId=1547&dsMessageId=3054644

To unsubscribe from this discussion, e-mail: [dev-unsubscribe <at> websvn.tigris.org].

webpost | 9 Apr 2013 17:53
Picon

[WebSVN] show projects in hierarchy

Hello all, 
   I configured my websvn. My problem is that the list of projects is too big and it's not easy to find a specific project.

   My question is whether there is something implemented to navigate through folders sorted by
departments(for example) where you can find the projects of that departments.
   If there's nothing implemented to do that, any ideas about how to do it?

regards,

John

------------------------------------------------------
http://websvn.tigris.org/ds/viewMessage.do?dsForumId=1547&dsMessageId=3052870

To unsubscribe from this discussion, e-mail: [dev-unsubscribe <at> websvn.tigris.org].

webpost | 22 Mar 2013 19:44
Picon

[WebSVN] Add diff to RSS Feed

Hi,

Not sure if anyone else has asked questions about this (missing?) feature. I couldn't find any information
about the subject on this page.

Is it possible to make the RSS feed richer? I'd like to provide our users diff information. Today we send
email after a commit. If we could provide them with diff info in the RSS feed we could stop sending mail. This
has the advantage that we can have one centralized user database. If we delete an account, the user also
doesn't get a RSS post. Using the mail notification there is a chance the user gets email notification even
after deleting the account.

More context in the RSS feed would be a really nice feature :-).

Any pointers on how to do this or is this on the roadmap already?

Regards,

Johan-Kees

------------------------------------------------------
http://websvn.tigris.org/ds/viewMessage.do?dsForumId=1547&dsMessageId=3051722

To unsubscribe from this discussion, e-mail: [dev-unsubscribe <at> websvn.tigris.org].

Sid Kennedy | 22 Feb 2013 11:38
Picon

[WebSVN] How to enable download of only one directory in a repository?

Hello all,
I configured my websvn instance that way that downloading is not enabled globally. Now I want to enable
downloading only in one of my repository in one dedicated directory. So I did the following in my config.php:

//$config->allowDownload();
$config->allowDownload('refactory');
$config->setMinDownloadLevel(2, 'refactory');
$config->addDisAllowedDownloadException('/trunk/', 'refactory');
$config->addAllowedDownloadException('/trunk/Lässig', 'refactory');

I want to enable the download for the directory 'Lässig' in my repository. The result can be seen here:

http://svn-st.inf.tu-dresden.de/websvn/wsvn/refactory/trunk/

No download at all is possible. What am I doing wrong?

------------------------------------------------------
http://websvn.tigris.org/ds/viewMessage.do?dsForumId=1547&dsMessageId=3049530

To unsubscribe from this discussion, e-mail: [dev-unsubscribe <at> websvn.tigris.org].

webpost | 22 Feb 2013 11:31
Picon

[WebSVN] Acces to grouped projects. without groupname

Hey everybody,

i have a small problem with our websvn (2.3.3).
We have a lot of repos. and i grouped all of them in different groups.
First i add all repos in one group with 
$config->parentPath('/var/svn', "Sonstiges");

Then i'm grouping them into other groups by 
$config->addRepository('abc', 'file://///var/svn/abc', 'group1');
$config->addExcludedPath('/var/svn/abc');
So i moved repo "abc" from "Sonstiges" to "group1".

But, now we need access to the websvn projectpages without knowing the groupname.
The documentation says, that if a project is grouped, it can simply be opened with the notation
groupname.reponame. 
But we only know the reponame. 

I thought of a group called "all", where all repos are grouped additional together, because
they could be accessed with all.reponame anytime.
But there would be another group with all repos and i think this is not so fancy and there 
might be a better solution :)

Anybody got an idea?

------------------------------------------------------
http://websvn.tigris.org/ds/viewMessage.do?dsForumId=1547&dsMessageId=3049529

To unsubscribe from this discussion, e-mail: [dev-unsubscribe <at> websvn.tigris.org].

(Continue reading)

webpost | 22 Nov 2012 22:34
Picon

[WebSVN] WebSVN and authentication ?

Hi,

I've installed WebSVN to have a web access to my SVN repos.

My problems is that I've an authz file to store the access rights for each repo (some are private, others are
public). When I go to the WebSVN interface, I can only view the public repos (which is normal) but I've
absolutely no possibility to login.

Moreover, when I go directly to a link of a private repo, I get an error "You don't have permission to view this
repo" and WebSVN doesn't give me any ability to login.

I tried uncommenting the line useAuthentication file with 3 arguments (as the comment above was about
login possibilities) but all I get in this case is an error (some function called on a non-object)...

Is there any ways to solve it ?

Thanks !

P.S. : I put the same authentication method for the svn repos and for websvn so to speak :
satisfy any
require valid-user
authentication via htpasswd

------------------------------------------------------
http://websvn.tigris.org/ds/viewMessage.do?dsForumId=1547&dsMessageId=3030309

To unsubscribe from this discussion, e-mail: [dev-unsubscribe <at> websvn.tigris.org].

webpost | 24 Oct 2012 23:17
Picon

RE: [WebSVN] What next?

Is there any plan to offer the creation and deletion of folders?

Eric Windmeier

------------------------------------------------------
http://websvn.tigris.org/ds/viewMessage.do?dsForumId=1547&dsMessageId=3023275

To unsubscribe from this discussion, e-mail: [dev-unsubscribe <at> websvn.tigris.org].

webpost | 13 Sep 2012 12:44
Picon

[WebSVN] WebSVN - Cannot open File

My error:

E180001: Unable to open repository 'file:///svn/repositories/ncs_svn'<br />
E000013: Can't open file '/svn/repositories/ncs_svn/format': Permission denied

I have read about this error, but I can't seem to solve the issue.  When I run in the command line as the root
user, I am fine.

------------------------------------------------------
http://websvn.tigris.org/ds/viewMessage.do?dsForumId=1547&dsMessageId=3005612

To unsubscribe from this discussion, e-mail: [dev-unsubscribe <at> websvn.tigris.org].

Ed Sutton | 28 Aug 2012 16:16

[WebSVN] [LDAP] Restricting contractor permissions to specific repos ?

What is the easiest,  laziest, most efficient method to maintain user permissions under WebSvn for
specific repos?  Can LDAP or Windows ActiveDirectory assist in making it easier?  Perhaps put contractors
in a special LDAP group who get denied except for one or two repos?

WebSvn is running on a Linux Apache stack with an SVN server containing 124 repositories.  I am connecting to
a Windows LDAP server to authenticate users and  I am very happy not having to maintain a list of users and
permissions.  

Under VisualSvn, I could use the VisualSVN Server Manager tool to configure Groups and Users permissions
on a per-repo basis.  For example, give a contractor read/write access to only code he was hired to work on. 
If the contractor tried to use the web browser to view another repo he would not able to see anything.

Any tips or suggestions are appreciated.  Thanks in advance,

-Ed

------------------------------------------------------
http://websvn.tigris.org/ds/viewMessage.do?dsForumId=1547&dsMessageId=3001637

To unsubscribe from this discussion, e-mail: [dev-unsubscribe <at> websvn.tigris.org].

webpost | 23 Aug 2012 12:28
Picon

[WebSVN] Addition of empty file

I wrote a small patch to handle correctly addition of an empty file in diff. 

This result the following svn diff output : 
(...)

Index: src/GraphicComponent/GraphicComponent.ReleaseNote
===================================================================
Index: src/GraphicComponent/GraphicComponent.hxx
===================================================================
--- src/GraphicComponent/GraphicComponent.hxx	(revision 0)
+++ src/GraphicComponent/GraphicComponent.hxx	(revision 27775)
 <at>  <at>  -0,0 +1,27  <at>  <at> 
+/*#include <stdlib.h>

(...)

Currently there is a bug in WebSVN when such situation occurs : it display following file (in my example
GraphicComponent.hxx) as info about the first file (GraphicComponent.ReleaseNote). 

In attachment my patch to comp.php (r1288)

------------------------------------------------------
http://websvn.tigris.org/ds/viewMessage.do?dsForumId=1547&dsMessageId=3000420

To unsubscribe from this discussion, e-mail: [dev-unsubscribe <at> websvn.tigris.org].
Index: comp.php
===================================================================
--- comp.php	(revision 1288)
+++ comp.php	(working copy)
(Continue reading)

Kondi | 7 Aug 2012 12:47
Picon
Favicon

[WebSVN] WebSVN + VisualSVN

Hi, 

I try to config websvn with visualSVN and i have permission error after successfully login:  "You do not have
the necessary permissions to view this content"

In visualsvn apache httpd-custom.conf i have:

# For PHP 5 do something like this:
LoadModule php5_module "c:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php

# configure the path to php.ini
PHPIniDir "C:/php"

<IfModule dir_module>
   DirectoryIndex index.html index.php 
</IfModule>

<Location /websvn/≥

   Options FollowSymLinks

   AuthType VisualSVN
   AuthnVisualSVNBasic on
   AuthName "Repository"
   Require valid-user
   AuthzVisualSVNAccessFile "D:/Repositories/authz-windows"
   AuthnVisualSVNIntegrated off
   AuthnVisualSVNUPN Off

(Continue reading)


Gmane