我对在ECLIPSE中使用svn有一个问题。我无法检出并得到以下错误:
svn: E204899: Unable to make directories
我检查了我的网络,它工作正常。我尝试的另一点是,使用ECLIPSE删除整个文件夹,并从头开始。这没什么用!我尝试了不同的文件,它没有任何不同。请注意,我是在Windows而不是Linux下工作的。我检查了日志文件,发现了以下内容:
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
at org.tmatesoft.svn.c
SVN客户端不在我的CentOS开发服务器上工作
CLI客户端调用也会产生相同的错误。
$ svn revert ./foo.txt
Subcommand 'revert' doesn't accept option '--no-auth-cache'
Type 'svn help help' for usage.
$ svn help
Subcommand 'help' doesn't accept option '--no-auth-cache'
Type 'svn help help
在执行svn提交操作时,我遇到了一个奇怪的问题。在linux(suse)上,当我尝试提交时,svn会失败,并给出以下错误。
svn: Commit failed (details follow):
svn: The specified baseline is not the latest baseline, so it may not be checked out.
但是,当我试图在windows上提交相同的东西(我使用tortoise svn对windows上的存储库进行了检查)时,它是有效的。
现在我完全搞不懂为什么linux上的SVN会表现出如此奇怪的行为?我在linux上的结帐中有什么
我在docker容器中运行Red Hat Enterprise Linux Server版本6.9 (圣地亚哥)。
正在执行:
$svn co svn://blah.company.com/directory
获取:
svn: E170013: Unable to connect to a repository at URL
'svn://blah.company.com/directory'
svn: E210007: Cannot negotiate authentication mechanism
SVN版本:
$svn --version
svn, version 1
我有一个奇怪的问题,当我尝试查看googletest时,我得到了以下信息:
svn checkout https://googletest.googlecode.com/svn/trunk/ googletest-read-only
svn: E000101: Unable to connect to a repository at URL 'https://googletest.googlecode.com /svn/trunk'
svn: E000101: Error running context: Network is unreachable
http:
svn che
我有树干和一根树枝。两者都有更新,我希望将主干更改合并到分支。所有文件合并正确,但其中一个被标记为冲突。问题是我不能合并它们,因为svn将所有行标记为不同。我怎么才能解决这个问题?
该文件在主干和分支中的svn也显示了所有不同的文件行。
我的服务器svn版本:svnserve, version 1.8.5 (r1542147) compiled Jan 13 2014, 03:38:23 on i486-pc-linux-gnu
我的客户端svn版本:svn, version 1.8.5 (r1542147) compiled Dec 2 2013, 16:38:04 on i6
我的问题很相似,但与这个问题不同:
我使用git-svn作为客户端,并且我有一个测试数据,其中包含数据树中的一个假.svn文件夹。这把dcommitt'ed转到了svn。现在,当我尝试使用svn co签出一个新的工作副本时,我得到了错误:
svn: E155000: Failed to add directory '/MyRepo/TestData/Root/.svn': object of the same name as the administrative directory
我试着删除那个文件夹,然后再次删除。但没什么用。
更新
我想出办法了。
我在一个特性分支
我已经安装了trac + svn (Linux Ubuntu)。TRAC有必要查看SVN存储库中的文件列表。
在localhost/trac/browser/ I中看到以下错误:
"Unsupported version control system "svn": libneon-gnutls.so.27: cannot open shared object file: No such file or directory"
如何解决?