English 中文(简体)
git svn rebase误差,冲销了所有突发事件
原标题:git svn rebase erroring out all of a sudden

我们在我们的办公室拥有一个相对标准的SVN服务器,过去几个月里,我一直在当地机器上使用Gite-SVN。 配置中(服务器和计算机上)的任何内容在一段时间都没有变化。 今天上午,我就象我每天早上所做的那样,做了一个<代码>git svn rebase的工作,并收到了这一错误信息:

Use of uninitialized value in concatenation (.) or string at /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/SVN/Core.pm line 584.
Network connection closed unexpectedly: To better debug SSH connection problems, remove the -q option from  ssh  in the [tunnels] section of your Subversion configuration file.:  at /usr/local/Cellar/git/1.7.8.3/libexec/git-core/git-svn line 2693

git svn fetch returned the same message as well. Other people in my office (using plain SVN) are still able to connect to it without a problem.

I m 使用了狮子(10.7.2),git 1.7.8.3, svn 1.6.16,全都是通过土机安装的。 争.后来变成了无益的。

最佳回答

因此,通常有迹象表明,你的网络已经缩小,或你无法与电网服务器连接。 确保你与电 g的联系是好的,其中一个途径是安装服务器。

How do I know this? I tried this out in a test environment where I sockitfy ed git through a proxy, tried pushing, and it worked.

我用代理服务器对它进行了审判,并投掷了准确的错误。

它又被搁置,错误消失。

问题回答

暂无回答




相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签