To remove a version of a file from CVS (careful!), e.g., remove vsn 1.3, but keep 1.2 |
Friday, 23 March 2012
Remove single revision of a file from CVS
Posted by
Ook
at
08:32
0
comments
Thursday, 9 February 2012
Mercurial : Use Hooks to maintain list of binary files required but excluded
Use a precommit declared in the .hg/hgrc file of the local repository |
Posted by
Ook
at
10:28
0
comments
Wednesday, 11 January 2012
Oracle : Identifying last SCN available that has been backed up
select next_change#-1 last_change, br.* from V$BACKUP_REDOLOG br order by first_change# desc |
Posted by
Ook
at
05:27
0
comments
Monday, 28 November 2011
Freeware: Diff pdf
Very useful pdf comparision program http://www.qtrac.eu/diffpdf.html |
Posted by
Ook
at
06:48
0
comments
Wednesday, 23 November 2011
Monday, 21 November 2011
Linux : Clear bash history
alias histfix='history -c;rm -rf ~/.bash_history;' |
Posted by
Ook
at
02:19
0
comments
Labels: Linux
Friday, 11 November 2011
Linux : zip without files names, list zip contents
zip -j - will Junk directories paths from files being added |
Posted by
Ook
at
08:24
0
comments
Labels: Linux