Author Archives: logiccrafters

Subversion useful commands

Subversion is a software versioning and revision control system distributed as free software. Documentation: http://svnbook.red-bean.com Other useful commands: Recursively remove all files in a working copy that are not under version control: svn status | grep ^\? | cut -c9- | xargs –no-run-if-empty -d \\n rm -r Checkout specific files only: svn checkout http://svn.svnhost.com/projectX –depth immediates

Read More

DisplayPort linkup issues

DisplayPort is a license and royalty-free standard designed to provide next-generation high-bandwidth for video and audio capability between video sources and destination sinks. Altera provides a DisplayPort IP MegaCore function which conforms to the Video Electronics Standards Association (VESA) specification version 1.2a. It supports a scalable main data link of 1, 2, or 4 differential data pairs (lanes) and

Read More