如何做好版本管理?

Last post 09-10-2008, 1:36 AM by karonwu. 2 replies.
Sort Posts: Previous Next
  •  06-11-2008, 1:07 AM 24235

    如何做好版本管理?

    由于流程是在虚拟机中开发的,我想问一下如何做好程序和流程的版本控制?
  •  06-23-2008, 10:05 PM 24417 in reply to 24235

    Re: 如何做好版本管理?

    我們的建議是不要在虛擬機中進行開發,而是將開發工具安裝在你的Host OS上,然後透過連線的方式去連上您的虛擬機或是開發機,這樣您的專案成果就可以直接配合企業內的版本管理工具(SourceSafe, Team Foundation Server...)進行管理的動作。一來效能會比較好,二來檔案也較容易保存,不致受虛擬機損壞影響。


    Michael Peng
    Technical Director of Greater China, K2
  •  09-10-2008, 1:36 AM 25992 in reply to 24235

    Re: 如何做好版本管理?

    Just as Michael's statement:

    we suggest install developement on Host machine, then connect to VPC working k2 process and others (webforms), then we can use VSTS, VSS, CVS and others tools maintain our source code.

    benefit:

    1. it's easy and userful, and developement on host machine is faster then in VPC

    2. in this way, we can simulate the real environment, because we seldom do developement directly on K2 server, we will do it on client machines.

View as RSS news feed in XML