iml文件

 

 

iml是 intellij idea的工程配置文件,裏面是當前projec的一些配置信息

 ====java

android studio  svn 漢化android

常規。 描述。網絡。安全的shell  殼。git

用命令行客戶端: shell

啓動 交互 模式緩存

模擬行爲 當 子版本 命令 是 被直接執行 從 終端。(在互動模式中)安全

這要求運用 密碼/密碼句  提示 爲 svn+安全殼  倉庫。 信任無效服務器證書 爲 https 倉庫。服務器

用系統默認的子版本配置目錄網絡

子版本 配置目錄app

更新 管理 信息 只在 改變的子樹 中ssh

=====

清除 身份 緩存 。    刪除全部存儲的證件 爲 http ,svn 和 svn+ssh  協議。

=====

描述

檢查svn:合併信息 在 目標 子樹 當準備 合併事。

在註解中 回看 修訂版本的最大數量 :

顯示合併源 在歷史 和 註解 中

忽略 空白 不一樣 在 註解中。

====

 

網絡

用 工做室 常規 代理 設置 做爲 默認 爲 子版本

只有 http 代理 可以 被用做 默認。

http 超時:

ssh 鏈接 超時

ssh 讀取 超時

ssl 加密套接字協議層 的協議:  全部。  ssl v3。TLS v1.

 

導航到常規代理設置。

 ====

編輯網絡選項   。  編輯 服務器 svn 運行時 配置 文件。

====

安全殼 執行:

用戶名 :   端口:  密碼。 私鑰。 路徑。 svn配置。 安全殼 隧道 :   svn_SSH:

====

 

工程 = 內容 根 全部 模塊, 全部 直接 後代子節點 項目的  基礎 目錄, 和 .idea目錄內容。

限制 歷史 到 1000 行。

顯示 目錄 有 改變的 子節點。

存儲 在 本身 基礎 修訂版本 文本 爲 文件 在 dvcs下

文件文本 比500k 大的 不 存儲。

顯示沒有版本的文件 在 提交 對話框。

======

android studio 提交 svn  忽略

 

  1. Android Studio SVN配置忽略文件

 

1.用Android Studio建立一個項目,會在根目錄和Module目錄下自動生成.gitignore文件,貌似是Git的配置文件,和SVN沒有關係。

2.

打開Setting-Version Control-Ignored Files,添加忽略文件,我所知道的忽略文件以下:

一、.idea文件夾
二、.gradle文件夾
三、全部的build文件夾
四、全部的.iml文件
五、local.properties文件。

技術分享

3.注意一點,配置忽略文件必須在Share到SVN以前進行,若是在Commit後配置,貌似就不起做用了。

4.當分享者配置了忽略文件並Share Project到SVN後,其餘人Check下來就不須要配置了,Commit的時候會自動忽略那些文件。但文件名顯示爲紅色,這時配置下忽略文件就恢復正常了。

Check下來的Project:

技術分享
配置忽略文件後:

技術分享

=======

導入 簡介 文件 。

 

日蝕,月蝕 安卓 項目導入摘要
ECLIPSE ANDROID PROJECT IMPORT SUMMARY
======================================
清單 合併的:
Manifest Merging:
-----------------
你的項目用庫 提供 清單,你的日食項目 不能 明顯地 打開 清單 合併。
在安卓 gradle 項目中,清單 是 一直 合併(也就是說 內容來自你的庫的清單 將被合併到 應用 清單。
若是你已經手動複製內容從庫清單到你的應用清單,你可能須要移除這些 爲你的應用 去 正確構建。

Your project uses libraries that provide manifests, and your Eclipse
project did not explicitly turn on manifest merging. In Android Gradle
projects, manifests are always merged (meaning that contents from your
libraries' manifests will be merged into the app manifest. If you had
manually copied contents from library manifests into your app manifest
you may need to remove these for the app to build correctly.

忽略 文件:
Ignored Files:
--------------
下面文件 是 沒有 複製到 新的 gradle 項目中,你應該 評估 是否 這些 仍然 須要在你的項目中,若是這樣 手動移動他們:
The following files were *not* copied into the new Gradle project; you
should evaluate whether these are still needed in your project and if
so manually move them:

* .DS_Store
* GFStudent.iml
* GFStudent1.iml
* proguard-project.txt

替代jar 用依賴。
Replaced Jars with Dependencies:
--------------------------------
The importer recognized the following .jar files as third party
libraries and replaced them with Gradle dependencies instead. This has
the advantage that more explicit version information is known, and the
libraries can be updated automatically. However, it is possible that
the .jar file in your project was of an older version than the
dependency we picked, which could render the project not compileable.
You can disable the jar replacement in the import wizard and try again:

android-support-v4.jar => com.android.support:support-v4:19.+
gson-2.2.1.jar => com.google.code.gson:gson:2.2.1
guava-r09.jar => com.google.guava:guava:18.0


可能 丟失的 依賴:
Potentially Missing Dependency:
-------------------------------
When we replaced the following .jar files with a Gradle dependency, we
inferred the dependency version number from the filename. This
specific version may not actually be available from the repository.
If you get a build error stating that the dependency is missing, edit
the version number to for example "+" to pick up the latest version
instead. (This may require you to update your code if the library APIs
have changed.)

gson-2.2.1.jar => version 2.2.1 in com.google.code.gson:gson:2.2.1

移動文件:
Moved Files:
------------
安卓 gradle項目 用一個不一樣結構 相對於 adt 日食項目。 這是項目如何重構的:
Android Gradle projects use a different directory structure than ADT
Eclipse projects. Here's how the projects were restructured:

* AndroidManifest.xml => gfstudent/src/main/AndroidManifest.xml
* assets/ => gfstudent/src/main/assets/
* res/ => gfstudent/src/main/res/
* src/ => gfstudent/src/main/java/
* src/.DS_Store => gfstudent/src/main/resources/.DS_Store
* src/com/.DS_Store => gfstudent/src/main/resources/com/.DS_Store
* src/com/gf/education/gfstudent/recommand/dao/DataV1Mapper.xml => gfstudent/src/main/resources/com/gf/education/gfstudent/recommand/dao/DataV1Mapper.xml


Next Steps:
-----------
You can now build the project. The Gradle project needs network
connectivity to download dependencies.

Bugs:
-----
If for some reason your project does not build, and you determine that
it is due to a bug or limitation of the Eclipse to Gradle importer,
please file a bug at http://b.android.com with category
Component-Tools.

(This import summary is for your information only, and can be deleted
after import once you are satisfied with the results.)
======
svn 右鍵菜單 漢化 說明
分享目錄 。 建立外部。 忽略。提交目錄。編輯屬性。設置屬性。撤銷。解決文本衝突。標記解決。清除。顯示當前修訂版本。

比較用分支。 分支或者 標籤。 鎖。解鎖。遷移。

====

svn 提交 界面 漢化 說明

====

相關文章
相關標籤/搜索