migration - how to migrate git repo to AccuRev -


i need migrate git repo accurev , never used accurev before no idea how it. searched in accurev , didn't find documents such. see posts on migrating other svn git not git accurev. please let me know there documentation available this. thanks.

there 2 approaches. 1 continue use git , tie gitcentric accurev product.

the other approach pull out of git oldest content want , import accurev. repeat next oldest content until have need. details below.

  1. make workspace off of stream importing to
  2. first baseline
  3. extract baseline1 git , copy workspace
  4. accurev add -x
  5. accurev promote -d
  6. make baseline1 snapshot
  7. all subsequent baselines
  8. delete contents of workspace
  9. extract baseline2 git , copy workspace
  10. accurev add -x (adds new files added between baseline1 , baseline2)
  11. accurev stat -m -o -fl > /tmp/modified.txt (this find modified files , ones older timestamps well)
  12. accurev keep -c "" -l /tmp/modified.txt
  13. accurev stat -m -fl > /tmp/missing.txt (this find missing files...removed between baselines)
  14. accurev defunct -l /tmp/missing.txt
  15. accurev promote –d
  16. accurev update
  17. make baseline2 snapshot
  18. rinse-lather-repeat subsequent baselines

dave


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -