将 SVN 存储库从 Google Code 转移到 RiouxSVN [英] Transfer SVN repository from Google Code to RiouxSVN

查看:30
本文介绍了将 SVN 存储库从 Google Code 转移到 RiouxSVN的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 Google Code 上有代码库,现在我想将这些代码库从 Google Code 移动到 RiouxSVN.

I have repositories on Google Code and now I want to move these code repositories from Google Code to RiouxSVN.

问题是我不知道如何做到这一点.我曾尝试使用svnadmin"和svnrdump",但无法成功.

Problem is I have no idea how to accomplish that. I had tried to use "svnadmin" and "svnrdump" but could not make it.

对于svnrdump",我收到此错误

For "svnrdump" I got this error

svnrdump: warning: W200007: Target server does not support atomic revision property edits; consider upgrading it to 1.7.
svnrdump: E175002: DAV request failed; it's possible that the repository's pre-revprop-change hook either failed or is non-existent
svnrdump: E175002: Unrecognized svn: revision property

我尝试创建带有内容的 hooks/pre-revprop-change.bat 文件

I tried to create hooks/pre-revprop-change.bat file with content

exit 0

但问题仍然存在.有没有办法做到这一点?

But problem remains as it was. Is there any way to accomplish this?

推荐答案

RiouxSVN 现在使用 Subversion 1.8,您可以使用 svnsync 从谷歌代码或其他 SVN 托管服务导入现有存储库.

RiouxSVN is now using Subversion 1.8 and you can use svnsync to import an existing repository from google code or another SVN hosting service.

svnsync init https://svn.riouxsvn.com/target_repo http://source_repo.googlecode.com/svn
svnsync sync https://svn.riouxsvn.com/target_repo

这篇关于将 SVN 存储库从 Google Code 转移到 RiouxSVN的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆