CVS for subversion users

I've been using version control for a long time, but I haven't used CVS much since the first day I tried Subversion.

(Git seems great but isn't the same kind of drop-in upgrade that CVS to Subversion was)

Things I forgot

Read more

creating a patch from cvs

specifically
I wanted to create a patch equal to the changes between two versions of
Drupal - but it turns out that a packaging script adds some info to
releases that isn’t in the cvs version so this doesn’t quite do what I
wanted.

it’s still useful though …

Read more

Version Control and Drupal

I’ve
been using open source software and developing php for a decade or so
now - but until recently the two have been fairly seperate.

Now I’m working on Drupal I need to keep track of my work - and merge in the changes from ‘upstream’.

here’s the useful info I found …

Drupal advise
Drupal.org » Forum » Support » Post installation : Repository setup
http://drupal.org/node/118936

Read more