摘要: 没有优劣,各有特点:1 项目间独立性强,适合项目间依赖少时。1.1/(repo)├─calc│ ├─branches│ └─trunk└─paint ├─branches └─trunk1.2/├─calc(repo)│ ├─branches│ └─trunk└─paint(repo) ├─branches └─trunk2 把各个项目作为一个整体,适合项目间依赖关系强的情况。/(repo)├─branches│ ├─calc│ └─paint└─trunk ├─calc └─paint比如:TortoiseSVNhttps://code.google.com/p/tortoise... 阅读全文
posted @ 2013-04-30 23:15 uhziel 阅读(256) 评论(0) 推荐(0)