1
ZhaoMiing 2014-12-03 17:35:56 +08:00
公司 svn 是1.4X的 checkout 都没问题,OSX 10.10
|
2
avichen 2014-12-03 19:19:27 +08:00 via Android
Client不是向下兼容的吗?
|
3
sleetdrop 2014-12-03 19:59:08 +08:00
是向下兼容的,贴一下报错信息吧。
|
4
laoyur 2014-12-03 20:30:04 +08:00
git大法好,退svn保平安
|
5
nicai000 2014-12-03 20:34:07 +08:00
不要歪楼, git又不是适合所有的应用场景
楼主贴一下报错信息吧, 另外从别的原因想想 |
6
l2ice 2014-12-03 20:55:39 +08:00
smartsvn
|
7
l2ice 2014-12-03 20:55:52 +08:00
smartsvn6.6
|
8
l2ice 2014-12-03 20:56:57 +08:00
brew 可以安装一个svn 1.6.7的版本,然后把原来的备份后 删除
|
9
zyxfsky 2014-12-03 23:29:05 +08:00
很好奇LZ的报错信息,是如何判断出是版本不兼容的。。。
|
10
VienDave OP |
12
VienDave OP @ZhaoMiing 你连的是svn协议的还是http协议的,http://code.taobao.org/svn/easyschdeule/trunk 例如这个你可以checkout下来么?
|
15
sleetdrop 2014-12-05 13:14:21 +08:00
我这里测试是没有问题的
Yuan-Pro:~ sleetdrop$ /usr/bin/svn log -l 1 http://code.taobao.org/svn/easyschdeule/trunk ------------------------------------------------------------------------ r14 | easyschedule | 2013-01-15 21:00:05 +0800 (二, 15 1 2013) | 1 line 清理垃圾目录 ------------------------------------------------------------------------ Yuan-Pro:~ sleetdrop$ /usr/bin/svn --version svn, version 1.7.17 (r1591372) compiled Sep 18 2014, 13:06:44 Copyright (C) 2014 The Apache Software Foundation. This software consists of contributions made by many people; see the NOTICE file for more information. Subversion is open source software, see http://subversion.apache.org/ The following repository access (RA) modules are available: * ra_neon : Module for accessing a repository via WebDAV protocol using Neon. - handles 'http' scheme - handles 'https' scheme * ra_svn : Module for accessing a repository using the svn network protocol. - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme * ra_serf : Module for accessing a repository via WebDAV protocol using serf. - handles 'http' scheme - handles 'https' scheme 你curl一下 http://code.taobao.org/svn/easyschdeule/trunk 看是啥情况,你使用代理服务器了么?有没有换个网络环境试一下。 |