linux svn 客戶端安裝


http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=10339&expandFolder=10339&folderID=0
下載 subversion-1.6.9.tar.gzsubversion-deps-1.6.9.tar.gz
1,
# tar xzvf subversion-1.6.9.tar.gz
2,
# tar xzvf subversion-deps-1.6.9.tar.gz
3,
# cd subversion-1.6.9
4,
# ./configure
5,
# make && make install
6,運行 svn --help 出現 如下:


    usage: svn <subcommand>  [ options ]  [ args ]  
    Subversion command-line client, version 1.6.9.  
    Type 'svn help <subcommand>' for help on a specific subcommand.  
    Type 'svn --version' to see the program version and RA modules  
      or 'svn --version --quiet' to see just the version number.  
      
    Most subcommands take file and/or directory arguments, recursing  
    on the directories.  If no arguments are supplied to such a  
    command, it recurses on the current directory (inclusive) by default.  
      
    Available subcommands:  
       add  
       blame (praise, annotate, ann)  
       cat  
       changelist (cl)  
       checkout (co)  
       cleanup  
       commit (ci)  
       copy (cp)  
       delete (del, remove, rm)  
       diff (di)  
       export  
       help (?, h)  
       import  
       info  
       list (ls)  
       lock  
       log  
       merge  
       mergeinfo  
       mkdir  
       move (mv, rename, ren)  
       propdel (pdel, pd)  
       propedit (pedit, pe)  
       propget (pget, pg)  
       proplist (plist, pl)  
       propset (pset, ps)  
       resolve  
       resolved  
       revert  
       status (stat, st)  
       switch (sw)  
       unlock  
       update (up)  
      
    Subversion is a tool for version control.  
    For additional information, see http://subversion.tigris.org/ 


 

說明安裝成功

 

 

 

 

 

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM