svn - Subversion: merging files that have (temporarily) gone out of version control -


i find myself working people not particularly version control-savvy, following use case subversion useful, if knew magic words.

  1. i commit latest version, note revision r
  2. i email file off collaborator , carry on working, possibly committing more changes go
  3. when file collaborator, 3-way merge of changes r version working copy

it seems branching etc bit heavyweight this, i'm open suggestions of ways job done.

there simpler solution, should work:

  1. start working copy clean (i.e., no local changes)
  2. go revision r took note (maybe write somewhere in e-mail)
  3. copy collaborator's changed file on file in working copy@r
  4. update latest revision, merging changes in
  5. commit merged changes

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -