idok-commit AT lists.psi.ch
Subject: Commit emails of the iDok project
List archive
[idok-commit] idok commit r679 - branches/opensource/java/ch/psi/dms/service/server/admin
Chronological Thread
- From: "Apache" <apache AT savannah.psi.ch>
- To: idok-commit AT lists.psi.ch
- Subject: [idok-commit] idok commit r679 - branches/opensource/java/ch/psi/dms/service/server/admin
- Date: Fri, 18 Jan 2008 12:12:25 +0100
- List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
- List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>
Author: geus AT PSI.CH
Date: Fri Jan 18 12:12:25 2008
New Revision: 679
Log:
Resolved issue: Apache fails to read iDok repository configuration files on
Debian based systems
Modified:
branches/opensource/java/ch/psi/dms/service/server/admin/Admin.java
Modified: branches/opensource/java/ch/psi/dms/service/server/admin/Admin.java
==============================================================================
--- branches/opensource/java/ch/psi/dms/service/server/admin/Admin.java
(original)
+++ branches/opensource/java/ch/psi/dms/service/server/admin/Admin.java Fri
Jan 18 12:12:25 2008
@@ -376,7 +376,7 @@
*/
static public File getFolderPermissionFile(String projectName,
String repositoryName) {
- return new File(httpdConfDir, projectName + "@" + repositoryName
+ return new File(httpdConfDir, projectName + "." + repositoryName
+ ".svnaccess");
}
@@ -445,7 +445,7 @@
/** Return apache configuration file related to repository */
public static File getApacheConfFile(String projectName, String
repositoryName) {
- return new File(httpdConfDir, projectName + "@" + repositoryName
+ return new File(httpdConfDir, projectName + "." + repositoryName
+ ".conf");
}
- [idok-commit] idok commit r679 - branches/opensource/java/ch/psi/dms/service/server/admin, Apache, 01/18/2008
Archive powered by MHonArc 2.6.19.