Administering Ubuntu
Here are notes on what I learn while administering chashama's in-house archive server.
Developing with Subversion, Cygwin, Ruby on Rails, and SlickEdit
- A way to make a SlickEdit project for all the files in a Subversion directory tree is
- Type
svn list -Rin the base directory and pipe the results to a temporary file - In SlickEdit, open the Project Properties dialog
- Click the Import ... button
- Enter the name of the temporary file created in step 1
- Review and accept
- Type
- The Cygwin rendition of svn does not see the SVN_EDITOR nor EDITOR environment variables in the
bash shell. That meant
svn propedit svn:ignoredid not work. In order to make it work, set the environment variables in thecygwin.batfile that starts bash.
Desserts I like
Fresh Eric's Cakes. I hope
someday humankind will discover an all-natural vegan emulsifier.
Essays I Like
Group Behavior
CSS Stuff
Inspiring CSS site
XML Stuff
My favorite text editor
I like Visual SlickEdit . Charming features include:
- A good three-way merge
- First-rate customer support
Its homepage is here.