Mochabomb

Web Design and Technical notes

Mochabomb header image 4

Entries Tagged as 'CVS'

Diff and Patch Notes

February 28th, 2007 1:41 am · No Comments

Useful diff and patch commands:
Create a patch with 3 lines of context and amount of blank lines. I want to see other whitespace difference - it might expose a typo.
diff -u 3 oldfile newfile > patchfile

Use CVS diff to create a patch comparing the local file (newer) with the repository version.
cvs diff [...]

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • Digg
  • Slashdot
  • Technorati
  • MisterWong
  • Reddit

[Read more →]

Tags: CVS · Cygwin Linux · Subversion

CVS - set up and patching

December 26th, 2006 9:22 pm · No Comments

I recently started using cvs for my web design work - because its the most popular and though subversion is improved, I’ll gain to learn CVS.
References:
http://cvsbook.red-bean.com/ - online CVS manual - excellent
http://developer.gnome.org/tools/cvs.html - more notes
http://durak.org/cvswebsites/howto-cvs/node38.html - cvswrappers file
http://www-bcl.cs.unm.edu/computers/cvs.html - notes
#####Starting things up
add this to .bashrc [...]

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • Digg
  • Slashdot
  • Technorati
  • MisterWong
  • Reddit

[Read more →]

Tags: CVS