791 | | git remote add origin https://github.com/jazzwang/hadoop4win.git |
792 | | ~/hadoop4win$ git pull origin |
793 | | }}} |
| 791 | ~/hadoop4win$ git remote add origin https://github.com/jazzwang/hadoop4win.git |
| 792 | ~/hadoop4win$ git pull origin master |
| 793 | }}} |
| 794 | * 要合併版本時會出錯: |
| 795 | {{{ |
| 796 | ~/hadoop4win$ git svn dcommit |
| 797 | Committing to https://hadoop4win.svn.sf.net/svnroot/hadoop4win ... |
| 798 | Authentication realm: <https://hadoop4win.svn.sf.net:443> SourceForge Subversion area |
| 799 | Password for 'jazz': |
| 800 | Authentication realm: <https://hadoop4win.svn.sf.net:443> SourceForge Subversion area |
| 801 | Username: jazzwang |
| 802 | Password for 'jazzwang': |
| 803 | A repository hook failed: Commit blocked by start-commit hook (exit code 1) with output: |
| 804 | |
| 805 | This repository has moved to a new location. This project was upgraded to the new SourceForge platform, so a one-time move of this repo was performed. There are instructions for switching to the new location below. You can no longer commit to the repo at this location. |
| 806 | |
| 807 | Please update your configuration with the following command: |
| 808 | |
| 809 | svn relocate "svn+ssh://USERNAME@svn.code.sf.net/p/hadoop4win/code/" |
| 810 | |
| 811 | Older versions of SVN may need to use the command: |
| 812 | |
| 813 | svn switch --relocate OLD_URL "svn+ssh://USERNAME@svn.code.sf.net/p/hadoop4win/code/" |
| 814 | |
| 815 | where OLD_URL is the URL from the output of svn info. |
| 816 | |
| 817 | If you receive an error regarding mismatched UUIDs, or "Can't find entry" see |
| 818 | http://sourceforge.net/p/forge/community-docs/SVN%20and%20project%20upgrades/ |
| 819 | for instructions on how to resolve it. |
| 820 | |
| 821 | More information available at: https://sourceforge.net/p/forge/community-docs/Repository%20Upgrade%20FAQ/ |
| 822 | at /usr/lib/git-core/git-svn line 4989 |
| 823 | }}} |