Difference between SVN and CVS

This question was posted by in the Interactive DevNet Forum.

Here is a quick comparision between the two that I found over the internet.  Do note that this was posted a few years back.  Those with experiences with SVN/CVS, do comment on the accuracy of the comparision.

http://www.pushok.com/soft_svn_vscvs.php

On-Demand Javascript

As we introduce more and more javascript functions into our apps, loading time will take longer and longer. One solution is to lazy-load our javscript files.

http://ajaxpatterns.org/On-Demand_Javascript

An important note about this technique – it allows downloading of scripts across different websites. So if you are hosting a JSON-based web-service, take note of the implications.