Changes between Version 94 and Version 95 of jazz/hadoop4win-dev


Ignore:
Timestamp:
Mar 11, 2013, 4:41:23 PM (11 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/hadoop4win-dev

    v94 v95  
    789789~/hadoop4win$ git config --global user.name "USERNAME"
    790790~/hadoop4win$ git config --global user.email "username@email.com"
    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
     797Committing to https://hadoop4win.svn.sf.net/svnroot/hadoop4win ...
     798Authentication realm: <https://hadoop4win.svn.sf.net:443> SourceForge Subversion area
     799Password for 'jazz':
     800Authentication realm: <https://hadoop4win.svn.sf.net:443> SourceForge Subversion area
     801Username: jazzwang
     802Password for 'jazzwang':
     803A repository hook failed: Commit blocked by start-commit hook (exit code 1) with output:
     804
     805This 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
     807Please update your configuration with the following command:
     808
     809    svn relocate "svn+ssh://USERNAME@svn.code.sf.net/p/hadoop4win/code/"
     810
     811Older 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
     815where OLD_URL is the URL from the output of svn info.
     816
     817If you receive an error regarding mismatched UUIDs, or "Can't find entry" see
     818http://sourceforge.net/p/forge/community-docs/SVN%20and%20project%20upgrades/
     819for instructions on how to resolve it.
     820
     821More information available at: https://sourceforge.net/p/forge/community-docs/Repository%20Upgrade%20FAQ/
     822 at /usr/lib/git-core/git-svn line 4989
     823}}}