zoukankan      html  css  js  c++  java
  • How to configure CVS in IntelliJ IDEA

         I am a new comer In use IDEA, I choose IDEA because when I study AppFuse, in it's document said that IDEA is the best IDE, so I want to study use it. But on the road of using IDEA, there are many difficult for a new user.

         The following show how to configure CVS in IDEA.

         When we develop java application, we always put the project's source code to version control software. to put the source in the IDEA to CVS, we should config the CVS in the IDEA.

          follow the following step in the image, add a version control to the project.

         

         After add the version control to the project, we should configure CVS's root, first open the CVS Roots configuration window, then add a root to the CVS Roots.

         Open the CVS Roots configration window:

         In the CVS Roots configuration window, can use "Edit by Field" button to configure the Cvs root.

         After configurate the CVS Root, We can put the project to CVS.

  • 相关阅读:
    拓扑排序
    最小费用最大流模板
    有上下界的网络流问题
    网络流模板
    LIS+LCS+LCIS
    【Vijos】1218 数字游戏
    【Vijos】1792 摆花
    【Vijos】1431 守望者的逃离
    【wikioi】1029 遍历问题
    背包模版
  • 原文地址:https://www.cnblogs.com/liwp_Stephen/p/1264771.html
Copyright © 2011-2022 走看看