Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. $ git svn clone https://coawstmodel.sourcerepo.com/coawstmodel/COAWST --authors-file=../users.txt COAWST
  2.  
  3. ...
  4.  
  5. D WPS/metgrid/storage_module.F
  6. D WPS/metgrid/process_domain_module.F
  7. W: -empty_dir: WPS/metgrid/gridinfo_module.F
  8. W: -empty_dir: WPS/metgrid/input_module.F
  9. W: -empty_dir: WPS/metgrid/interp_option_module.F
  10. W: -empty_dir: WPS/metgrid/module_date_pack.F
  11. W: -empty_dir: WPS/metgrid/process_domain_module.F
  12. W: -empty_dir: WPS/metgrid/storage_module.F
  13. r635 = c19181c9718e701788b540ed0cc559e4fbddf413 (refs/remotes/git-svn)
  14. M Tools/Docs/COAWST_User_Manual.doc
  15. r636 = 1b7849c3e5a20856c9ddb909a5f53ddf8501ad33 (refs/remotes/git-svn)
  16. Auto packing the repository for optimum performance. You may also
  17. run "git gc" manually. See "git help gc" for more information.
  18. Counting objects: 14143, done.
  19. Delta compression using up to 8 threads.
  20. Compressing objects: 100% (14039/14039), done.
  21. Writing objects: 100% (14143/14143), done.
  22. Total 14143 (delta 8350), reused 0 (delta 0)
  23. fatal: refs/remotes/trunk: not a valid SHA1
  24. update-ref refs/heads/master refs/remotes/trunk: command returned error: 128
  25.  
  26. $ git svn clone https://coawstmodel.sourcerepo.com/coawstmodel --trunk=COAWST --authors-file=../users.txt COAWST
  27.  
  28. $ git update-ref refs/heads/master refs/remotes/git-svn
  29.  
  30. $ subgit configure path/to/svn/repository
  31. #edit path/to/svn/repository/conf/subgit.conf to set trunk = COAWST:refs/heads/master and authorsFile = path/to/users.txt
  32. $ subgit install path/to/svn/repository
  33.  
  34. fatal: refs/remotes/trunk: not a valid SHA1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement