viewvc – serve current directory in web interface.

2013-02-18 1 min read Fedora
Here is the description of viewvc: ViewVC is a browser interface for CVS and Subversion version control repositories. It generates templatized HTML to present navigable directory, revision, and change log listings. It can display specific versions of files as well as diffs between those versions. Basically, ViewVC provides the bulk of the report-like functionality you expect out of your version control tool, but much more prettily than the average textual command-line program output. Continue reading

Ignore CVS and svn directories in bash autocompletion.

2012-07-07 1 min read bash Linux
CVS and SVN directories are something that really cause lot of un-necessary nuisance. So, simple solution just ignore them 🙂 export FIGNORE=CVS:~:.o:.svn bind 'set match-hidden-files off' Related articles How to use TortoiseSVN to get files that under a specific version(stackoverflow.com) Quick (and messy) svn merge branch to trunk(hattb.wordpress.com) Acunetix Web Vulnerability Scanner Parses Version Control Systems(acunetix.com)