Bug 58408 - subversion makefile doesn't set correct repository permissions
Summary: subversion makefile doesn't set correct repository permissions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-23 06:00 UTC by George Hartzell
Modified: 2003-10-26 19:13 UTC (History)
0 users

See Also:


Attachments
file.diff (573 bytes, patch)
2003-10-23 06:00 UTC, George Hartzell
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description George Hartzell 2003-10-23 06:00:35 UTC
	The subversion Makefile can create a repository if 
	WITH_REPOSITORY_CREATION is set.  It is careful to set
	the correct groups and permissions on the necessary
	files, but misses one (the /dav directory).  (this only
	applies if you're running svn under apache)

Fix: *** Makefile	2003/10/22 21:26:38	1.2
--- Makefile	2003/10/23 02:32:59
***************
How-To-Repeat: 	Install the port with WITH_REPOSITORY_CREATION set, and
	see if the http access method works.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2003-10-25 06:56:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer.
Comment 2 Lev A. Serebryakov freebsd_committer freebsd_triage 2003-10-26 19:13:16 UTC
State Changed
From-To: open->closed


Commited, Thanks!