Pragmatic Version Control Using Subversion 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


Pragmatic Version Control Using Subversion

簡體網頁||繁體網頁
Mike Mason 作者
Pragmatic Bookshelf
譯者
2006-05-01 出版日期
250 頁數
USD 29.95 價格
Paperback
叢書系列
9780977616657 圖書編碼

Pragmatic Version Control Using Subversion 在線電子書 圖書標籤: SVN  技術  programming  design  SCM  計算機科學  計算機  英文版   


喜歡 Pragmatic Version Control Using Subversion 在線電子書 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-11-11

Pragmatic Version Control Using Subversion 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2024

Pragmatic Version Control Using Subversion 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2024

Pragmatic Version Control Using Subversion 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024



Pragmatic Version Control Using Subversion 在線電子書 用戶評價

評分

含淚讀完

評分

發現Pragmatic係列的書還是很不錯的,短小精悍,快速入手。 對於svn這種工具不必太過掛心,根據自己的需要學習即可。畢竟外圍的工具變化還是非常快的,知識過時也隻是眨眼間的事情,比如cvs->svn->git,make->autotools->cmake, ant, maven, scons, Rakefile等等等等。 工具的背後,更重要的是軟件工程的思想,比如版本控製,自動部署,單元測試等等,pragmatic係列的書是一道很好的開胃菜。

評分

發現Pragmatic係列的書還是很不錯的,短小精悍,快速入手。 對於svn這種工具不必太過掛心,根據自己的需要學習即可。畢竟外圍的工具變化還是非常快的,知識過時也隻是眨眼間的事情,比如cvs->svn->git,make->autotools->cmake, ant, maven, scons, Rakefile等等等等。 工具的背後,更重要的是軟件工程的思想,比如版本控製,自動部署,單元測試等等,pragmatic係列的書是一道很好的開胃菜。

評分

發現Pragmatic係列的書還是很不錯的,短小精悍,快速入手。 對於svn這種工具不必太過掛心,根據自己的需要學習即可。畢竟外圍的工具變化還是非常快的,知識過時也隻是眨眼間的事情,比如cvs->svn->git,make->autotools->cmake, ant, maven, scons, Rakefile等等等等。 工具的背後,更重要的是軟件工程的思想,比如版本控製,自動部署,單元測試等等,pragmatic係列的書是一道很好的開胃菜。

評分

含淚讀完

Pragmatic Version Control Using Subversion 在線電子書 著者簡介

Mike Mason是ThoughtWorks的一位谘詢師,給全球1000強的公司開發過企業應用。作為一名開發者、敏捷教練以及敏捷/XP的推崇者,他使用版本控製的最佳實踐來做開發。Mike對於流行的版本控製係統有著大量的經驗,包括Subversion、CVS、Perforce以及Team Foundation。


Pragmatic Version Control Using Subversion 在線電子書 著者簡介


Pragmatic Version Control Using Subversion 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

Pragmatic Version Control Using Subversion 在線電子書 圖書描述

This book covers the theory behind version control and how it can help developers become more efficient, work better as a team, and keep on top of software complexity. Version control, done well, is your "undo" button for the project: nothing is final, and mistakes are easily rolled back.

This book describes Subversion 1.3, the latest and hottest open source version control system, using a recipe-based approach that will get you up and running quickly and correctly. Learn how to use Subversion the right way-the pragmatic way.

With this book, you can:

Keep all project assets safe--not just source code--and never run the risk of losing a great idea

Know how to undo bad decisions--even directories and symlinks are versioned

Learn how to share code safely, and work in parallel for maximum efficiency

Install Subversion and organize, administer and backup your repository

Share code over a network with Apache, svnserve, or ssh

Create and manage releases, code branches, merges and bug fixes

Manage 3rd party code safely

Use all the latest Subversion 1.3 features including locking and path-based security, and much more!

Now there's no excuse not to use professional-grade version control.

Pragmatic Version Control Using Subversion 在線電子書 下載 mobi epub pdf txt 在線電子書下載


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Pragmatic Version Control Using Subversion 在線電子書 讀後感

評分

評分

本书非常出色,作者是高手,翻译也是行家。不是简单的操作手册,内容源于作者的版本管理实践,尤其是第9章对分支和标签的应用极其准确。 本书的命令行演示非常准确,如果读者自己练习需要注意将 服务器的访问方式修改为 文件的访问方式,即项目仓库的访问以 file:/// 开头...  

評分

至于真正的版本管理,有软件配置管理员和开发主管等人商议决定,SVN之类的操作方法,则看软件附带的使用说明书就可以了。

評分

本书非常出色,作者是高手,翻译也是行家。不是简单的操作手册,内容源于作者的版本管理实践,尤其是第9章对分支和标签的应用极其准确。 本书的命令行演示非常准确,如果读者自己练习需要注意将 服务器的访问方式修改为 文件的访问方式,即项目仓库的访问以 file:/// 开头...  

評分

一本很好的subversion实战型工具书,可以放于桌边需要时随时翻阅。 书中关于subversion的内容还算比较全的,作者就实际使用过程中的步骤,以实例的方式对如何使用subversion做了详细阐述。另外,对于冲突、分支、标签等内容的讲解很好,值得学习。 在实际开发过程中,尤其win...  

類似圖書 點擊查看全場最低價

Pragmatic Version Control Using Subversion 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


分享鏈接





Pragmatic Version Control Using Subversion 在線電子書 相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有