> Now, the education part:
> Wich programs/tools/scripts should I include in a packege named "tools/
> utilities" in the Windows Installer?
Getting the installation of various scripts is something that I have
wanted to get out of the Debian-specific files for some time. For
the files where there is a clearly proper installation directory this
could remove a lot of code that is duplicate in all the different
package build scripts.
Here is a start, I'll be glad to make a patch for this when we have
consensus. See Makefile for the variable expansion and the full
installed path as determined by configure :
svn_load_dirs.pl -> ${bindir}/
svn_load_dirs.README -> ${docdir}/
hot-backup.py [1] -> ${libdir}/subversion/hook-scripts/
tools/hook-scripts/* [2] -> ${libdir}/subversion/hook-scripts/
subversion/mod_authz_svn/INSTALL -> ${docdir}/INSTALL.authz
contrib/client-side/vc-svn.el -> ${datadir}/emacs/site-lisp/
contrib/client-side/psvn/psvn.el -> ${datadir}/emacs/site-lisp/
Here are some files that I am installing in the Debian package, but I
don't if there is a generally accepted location for these files
(Anyone know if there is a good place for these?) :
tools/client-side/bash_completion
tools/xslt/svnindex.xsl
tools/xslt/svnindex.css
contrib/client-side/svn.vim
Two more files that might be nice to install by default would need to
be generated (perhaps at release time). The Debian packages have a
simple C program, see :
http://people.debian.org/~dwhedon/subversion/subversion-1.0.1/debian/tools/
that creates files to be installed as default configuration in
/etc/subversion/config and /etc/config/servers. Our install would
need to be careful not to clobber an existing configuration, of
course.
-David
[1] : Needs paths to db_archive and db_recover to be set
appropriately.
[2] : These scripts may need their python or perl interpreter path
adjusted.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 23 21:03:20 2004