Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. project1 hisotory
  2. 2
  3. 1
  4. 2 a.txt svn message 'best'
  5.  
  6. project1 hisotory
  7. 4
  8. 3 a.txt svn message "after commend"
  9. 4 b.txt svn message "b.text commit"
  10.  
  11.  
  12. working file contents + history
  13. Expected outcome (project1 hisotory)
  14.  
  15. 6 b.txt svn message "b.text commit"
  16. 5 a.txt svn message "after commend"
  17. 2 a.txt svn message "best"
  18.  
  19. final /svnroot/project1 to project1 history (before revision) + project2 history (after revision) command possible?
  20.  
  21. /svnroot
  22. /project1 2
  23. /branches 1
  24. /tags 1
  25. /trunk 2
  26. a.txt 2
  27.  
  28. /project2 4
  29. /branches 4
  30. /tags 4
  31. /trunk 4
  32. a.txt 3
  33. b.txt 4
  34.  
  35.  
  36. svnadmin dump /svnroot | svndumpfilter include project1 > a.dump
  37. svnadmin dump /svnroot | svndumpfilter include project2 -r 0:4 --incremental > b.dump
  38.  
  39. svnadmin dump /svnroot2 < a.dump
  40.  
  41. Please let me know what command you need to do.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement