Upgrading SVN repository

Categories: ColdFusion

Did you recently upgrade SVN from 1.4x to 1.5x? If so, you may that you cannot merge changes because you will get an error similar to this:

Retrieval of mergeinfo unsupported

The reason for this is because Subversion 1.5 has started the implementation of a new feature called “Merge Tracking”, which means that Subversion is now tracking what changes have been merged where in your code - similar to how it tracks changes made to your files between revisions.

Read More

Subversion Presentation at local CF User Group

Categories: ColdFusion

On Tuesday I have a short presentation on getting started with Subversion (SVN) to the local ColdFusion User Group of Central New York.

The presentation focused on the following key elements:

* Learn about the client-server relationship with SVN
* Learn about setting up a SVN server
* Learn about the actions involved with using SVN
* Learn about the tools and resources

Read More

SVN cheat sheet

Categories: ColdFusion

Here is a link to a great cheat sheet (or reference card/sheet, whichever you prefer to call it):

http://www.cs.put.poznan.pl/csobaniec/Papers/svn-refcard.pdf

Read More

Converting HTML to Wiki

Categories: Uncategorized

Ever wanted to convert HTML to Wiki code?  We had a similar undertaking, where we wanted to take our existing documentation that was in HTML format, and stuff it into a Wiki for easy editing, maintenance, and collaboration.
We decided to use Ray’s CanvasWiki, which uses a similar dialect to MediaWiki.  So, instead of trying to [...]

Read More

Impact Mozilla Challenge

Categories: Uncategorized

Think you can organize and lead a marketing team for a growing brand name that is recognized around the world?  Check out Mozilla’s latest challenge: Impact Mozilla
Here’s the intro sentence from the web site:
Introducing our newest open source marketing project—a contest that gives you a chance to make your mark on Mozilla. We’re looking for [...]

Read More