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.
- i commit latest version, note revision r
- i email file off collaborator , carry on working, possibly committing more changes go
- 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:
- start working copy clean (i.e., no local changes)
- go revision r took note (maybe write somewhere in e-mail)
- copy collaborator's changed file on file in working copy@r
- update latest revision, merging changes in
- commit merged changes
Comments
Post a Comment