1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-07 23:19:02 +00:00

add task for fixing an svn perms problem

This commit is contained in:
fyodor
2012-01-16 02:11:13 +00:00
parent 14c553c2e0
commit 0fad67e9e1

View File

@@ -1,5 +1,14 @@
TODO $Id: TODO 11866 2009-01-24 23:10:05Z fyodor $ -*-text-*-
o We need to fix the svn server so that Nmap committers can make
branches from /nmap to /nmap-exp. We may need to add some sort of
OPTIONS permission to the root directory or something, because
they're getting errors like:
$ svn cp https://svn.nmap.org/nmap https://svn.nmap.org/nmap-exp/branchname
svn: Server sent unexpected return value (403 Forbidden) in response
to OPTIONS request for 'https://svn.nmap.org'
o Get RPM staticly linking to libsvn (rather than dynamic linking) so
that it isn't a requirement for installing the RPM.
- since the libsvn-devel package apparently only installs dynamic