Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Svn-to-Git
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王华
Svn-to-Git
Commits
0035194b
Commit
0035194b
authored
Aug 20, 2018
by
王进波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
3afed8d9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
24 deletions
+24
-24
Git 使用Http(s)协议同步时修改验证.md
doc/Git 使用Http(s)协议同步时修改验证.md
+3
-3
关于12.1服务器的配置.md
doc/关于12.1服务器的配置.md
+12
-12
对于ConfCenter和Web4移出服务代码的更新.md
doc/对于ConfCenter和Web4移出服务代码的更新.md
+3
-3
签出正式开发代码,修改,提交.md
doc/签出正式开发代码,修改,提交.md
+6
-6
No files found.
doc/Git 使用Http(s)协议同步时修改验证.md
View file @
0035194b
...
...
@@ -2,17 +2,17 @@
第一次使用 Git
`clone`
仓库时,如果你选择的Url是HTTP或HTTPs协议的,当你敲完
`git clone <Url>`
的命令按下回车键后,会弹出一个登录框,要求你输入Git托管服务的登录帐号,在这里,我们的Git托管服务就是Gitlab的登录帐号。
![
1534473453318
](
imgs/1534473453318.png
)
![
1534473453318
](
../
imgs/1534473453318.png
)
假如这一步你不小心输入了错误的用户名或者密码,就会被提示验证失败,同时,错误的验证信息会被Windows保存起来,当你重新执行Git请求的时候,错误的验证信息会被自动使用,而不会让你重新输入
![
1534473654966
](
imgs/1534473654966.png
)
![
1534473654966
](
../
imgs/1534473654966.png
)
这时我们需要手动更改Windows中保存的错误的验证信息,位置在
`系统设置-管理windows凭据`
中,如下图,找到对应的Git 的Url,可以edit 或者remove。
![
1534474039434
](
imgs/1534474039434.png
)
![
1534474039434
](
../
imgs/1534474039434.png
)
doc/关于12.1服务器的配置.md
View file @
0035194b
...
...
@@ -142,11 +142,11 @@ Zabbix监控服务有一个可配置的Web前端,发布在http://192.168.12.1:
需要在网络设备相关的正则表达式中增加一项,用于过滤无关网络设备,如图
![
1534067140704
](
imgs/1534067140704.png
)
![
1534067140704
](
../
imgs/1534067140704.png
)
![
1534067221480
](
imgs/1534067221480.png
)
![
1534067221480
](
../
imgs/1534067221480.png
)
新增正则表达式,为假
...
...
@@ -158,7 +158,7 @@ Zabbix监控服务有一个可配置的Web前端,发布在http://192.168.12.1:
新增发现规则,按图配置即可
![
1534067337404
](
imgs/1534067342232.png
)
![
1534067337404
](
../
imgs/1534067342232.png
)
...
...
@@ -166,11 +166,11 @@ Zabbix监控服务有一个可配置的Web前端,发布在http://192.168.12.1:
新增自动发现Action,按图配置即可
![
1534067541218
](
imgs/1534067541218.png
)
![
1534067541218
](
../
imgs/1534067541218.png
)
![
1534067457401
](
imgs/1534067465322.png
)
![
1534067457401
](
../
imgs/1534067465322.png
)
![
1534067498971
](
imgs/1534067498971.png
)
![
1534067498971
](
../
imgs/1534067498971.png
)
...
...
@@ -178,11 +178,11 @@ Zabbix监控服务有一个可配置的Web前端,发布在http://192.168.12.1:
### Configuration - Aciton - Auto registration
![
1534067622183
](
imgs/1534067622183.png
)
![
1534067622183
](
../
imgs/1534067622183.png
)
![
1534067646320
](
imgs/1534067646320.png
)
![
1534067646320
](
../
imgs/1534067646320.png
)
![
1534067668076
](
imgs/1534067675693.png
)
![
1534067668076
](
../
imgs/1534067675693.png
)
...
...
@@ -192,13 +192,13 @@ Zabbix监控服务有一个可配置的Web前端,发布在http://192.168.12.1:
Configuration - Template - Template OS Windows Wohi - Discovery roles - Network interface discovery - item prototypes,如图
![
1534068051823
](
imgs/1534068051823.png
)
![
1534068051823
](
../
imgs/1534068051823.png
)
新增一项
![
1534068106605
](
imgs/1534068106605.png
)
![
1534068106605
](
../
imgs/1534068106605.png
)
![
1534068146056
](
imgs/1534068146056.png
)
![
1534068146056
](
../
imgs/1534068146056.png
)
上图中 key 值如下,该项用于获取服务器的网卡名称
...
...
doc/对于ConfCenter和Web4移出服务代码的更新.md
View file @
0035194b
...
...
@@ -6,13 +6,13 @@ edit-by:王进波-2018.08.10
-
从CityWebService中移除了ConfCenter 和 Web4 文件夹
-
在CivDevelop分组下分别创建了独立的ConfCenter和 Web4 Git仓库
-
在CityWebService下创建
[
Symbolic link
](
https://civpub.vicp.net:8443/wangjinbo/Svn-to-Git/blob/master/%E8%AE%A9Git%E6%94%AF%E6%8C%81Windows%20Symbolic%20
link.md
)
(
符号链接
)
来指向上面移除的两个文件夹
-
在CityWebService下创建
[
Symbolic link
](
让Git支持Windows
Symbolic
link.md) (符号链接)来指向上面移除的两个文件夹
### 对开发环境有什么影响?
1.
要将 ConfCenter 和 Web4 的仓库
`clone`
到CityWebService同级目录下,如下图
!
[
1533895742718
](
imgs/1533895742718.png
)
!
[
1533895742718
](
../
imgs/1533895742718.png
)
2.
要重新
`clone`
CityWebService的代码,让Symbolic link 生效
...
...
@@ -36,5 +36,5 @@ edit-by:王进波-2018.08.10
>
> 4. 检查`clone`下来的Symbolic link是否有效,在CityWebService/ConfCenter-右键属性-如果该文件类型为快捷方式并且如下图所示,指向的目标是其它路径下的同名文件夹,则标识成功,单击该文件会自动跳转到链接的目录
>
> ![1533896373359](imgs/1533896373359.png)
> ![1533896373359](
../
imgs/1533896373359.png)
doc/签出正式开发代码,修改,提交.md
View file @
0035194b
...
...
@@ -98,24 +98,24 @@ BeyondCompare工具我在本项目的工具文件夹中上传了,需要的可
> PC即Windows风格的CRLF,MIX是指当前文件存在UNIX与Windows风格混用的情况。
1.
打开BeyondCompare,对比文件夹
!
[
1533613314761
](
imgs/1533613314761.png
)
!
[
1533613314761
](
../
imgs/1533613314761.png
)
2.
在左右两侧地址栏输入对比的代码文件夹路径,打开对比
!
[
1533613477906
](
imgs/1533613477906.png
)
!
[
1533613477906
](
../
imgs/1533613477906.png
)
红色为差异项,需要我们手动确认更新到Git本地working copy中
!
[
1533613570298
](
imgs/1533613570298.png
)
!
[
1533613570298
](
../
imgs/1533613570298.png
)
3.
将显示内容设置为显示差异项,然后在差异文件夹上右键,对比文件夹内容(对比文件二进制),然后二进制相同项就会自动隐藏,剩下的是需要我们手动打开查看内容的
!
[
1533613963943
](
imgs/1533614043956.png
)
!
[
1533613963943
](
../
imgs/1533614043956.png
)
4.
对于我们在本地开发环境中新增的文件或文件夹,如果不是编译产生的,则可以复制到Git目录一侧,如果是文件内容差异,我们可以将我们在文件中新增的内容复制到Git一侧
!
[
1533614370956
](
imgs/1533614370956.png
)
!
[
1533614370956
](
../
imgs/1533614370956.png
)
这样的编译文件目录我们就不要拷贝了
!
[
1533614524279
](
imgs/1533614524279.png
)
!
[
1533614524279
](
../
imgs/1533614524279.png
)
如此,最终我们就完成了将本地开发环境迁移到Git的过程了,建议大家暂时保留原有的开发环境,后续开发我们就可以在Git环境上完成了
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment