It took a long time to figure out how to turn off the blinking cursor in Gvim. Here are two ways, and all of my other changes to GVim on WinXP. ” MY changes: :color torte set nohlsearch set noincsearch set shiftwidth=4 set nobackup set noshowmatch ” Turn off blinking for the n, v, & […]
Here is my current Apache2 config file’s subsection for serving Subversion and WebDAV folders: default-server.conf (webdav fragment). Comments: I’m using AuthType Basic for svn, viewcvs, and filesystem DAV access. It provides some security, and is also necessary for WindowsXP, which apparently will not connect to a Web Folder with no authentication. The viewCVS location needs its […]
Now that I have dynamic DNS working, I gave WebDAV another try. My goal was to connect from WindowsXP using the “Add Network Place” wizard. There is a good overview of using WebDAV folders in Version Control with Subversion (the “SVN book”), Appendix C . After reading this, I reviewed the mod_dav and mod_dav_fs sections […]
Installed my new ZyXEL wireless router, which solved the hanging problems of my two older BEFW11S4’s. The improved uptime, plus support for reserved DHCP addresses and dynamic DNS updates has got my Subversion server on line. Notes regarding the install: Gave my httpd workstation a reserved IP address in the dhcp server and then forwarded […]
In my .subversion/config file, I have the following auto-props rule: * = svn:keywords=Date Rev Author Id This turns on keywords for all files, and I don’t have to make a new entry when I start working with a new type of source file. However, I realized that with this rule, .jpg and .gif files will […]