`
samwang
  • 浏览: 44949 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

How to migrate SVN repository?

阅读更多
http://www.techiecorner.com/175/how-to-migrate-svn-repository/

There are only few easy steps to migrate svn repository. This post is for my own notes, in case i forget how to migrate svn repository again!

Below is the steps to migrate SVN repository:-
Start your terminal
 $ svnadmin dump /path/to/your/repo > yourreporname.dump

$ scp yourreponame.dump username@new.machine.ip:/path/to/your/new/repo 

This steps is to transfer your dump file to your new machine. You will prompt to enter password for the new machine.

Now your SVN dump file should be in new machine
Login to your new machine
cd /path/to/your/new/repo
 svnadmin create reponame
 svnadmin load reponame < yourreponame.dump

Done, you just just migrated your svn repository
* If you dump file is too big for transfer, you can compress it using tar before sending over thru network.
Tar command for compress:

tar -zcf yourreponame.tgz yourreponame.dump 
Tar command for uncompress:

tar -zxf yourreporname.tgz 
分享到:
评论

相关推荐

    How to migrate ISATMG configuration(Certificate)

    How to migrate ISATMG configuration(Certificate)

    How to Migrate Email to the Cloud-EN.pdf

    How to Migrate Email to the Cloud-EN.pdf

    How to Migrate Email to the Cloud-CN.pdf

    How to Migrate Email to the Cloud-CN.pdf

    VSS to SVN Tools

    VSS2SVN is a simple utility project that aims to help migrate the contents of a source safe database to subversion. To do that, VSS2SVN uses two key assemblies: The Microsoft sourcesafe interop ...

    3364574-2_1645_How to Migrate from On-premises to Office 365.pdf

    How to Migrate from On-premises to Office 365, https://docs.microsoft.com/zh-cn/sharepointmigration/introducing-the-sharepoint-migration-tool

    cvs2svn-2.4.0.tar.gz

    cvs2svn is a program that can be used to migrate a CVS repository to Subversion (otherwise known as "SVN") or git. Documentation: The list of cvs2svn features explains briefly why converting a ...

    How to migrate existing MongoDB

    很优质的官方资源,可以用于内部培训、客户宣讲、产品展示、市场活动等

    Paragon.Migrate.OS.to.SSD.v4.0.x64.HAPPY.NEW.YEAR-DVT.zip

    标题中的“Paragon Migrate OS to SSD v4.0 x64”是一款专门用于操作系统迁移的软件工具,由Paragon Software公司开发。该版本号“v4.0”表明这是该软件的第四次主要更新,而“x64”则表示它支持64位操作系统。后缀...

    VMware vSphere 6.5 Cookbook 3rd Edition.pdf

    Chapter 1, Upgrading to vSphere 6.5, will teach you how to upgrade your existing environment to the vSphere 6.5, and you will also learn how to migrate vCenter running onWindows to appliance. ...

    Git.Mastering.Version.Control.pdf

    You'll also learn how to migrate from SVN using Git tools or TortoiseGit and migrate from other VCSs, concluding with a collection of resources, links, and appendices. As you progress on to the next...

    jquery-migrate-3.0.0.zip

    &lt;script src="path/to/jquery-migrate-3.0.0.min.js"&gt; ``` 这样,当jQuery运行时,jQuery Migrate会自动检测并修复不兼容的问题。 需要注意的是,虽然jQuery Migrate可以暂时解决兼容性问题,但它并不推荐作为长期...

    Migrate ARM Compiler 5 to ARM Compiler 6 中文翻译版

    Migrate ARM Compiler 5 to ARM Compiler 6 中文翻译版本

    Migrate from Oracle 9i RAC to 10g RAC

    #### 标题解析:Migrate from Oracle 9i RAC to 10g RAC 标题明确了本文档的主要内容是关于如何从Oracle 9i Real Application Clusters (RAC) 数据库迁移至Oracle 10g RAC数据库的过程。这涉及到数据库架构、软件...

    migrating frs to dfsr

    this document introduce how to migrate frs to dfsr.

    Upgrade, Migrate & Consolidate to Oracle Database 12c

    Upgrade, Migrate & Consolidate to Oracle Database 12c: Strategies, General Preparation Steps, Upgrade & Migration Cases; Fallback Strategies; New Features in Oracle 12c; Performance Management.

    jquery-migrate3.4版本

    《jQuery Migrate 3.4 版本详解》 jQuery Migrate 是一个插件,它的主要目的是帮助开发者平滑地过渡到较新版本的 jQuery,解决老版本代码在新版本中可能遇到的兼容性问题。在jQuery Migrate 3.4.0版本中,我们看到...

    jquery-migrate

    &lt;script src="path/to/jquery-migrate.min.js"&gt; ``` 2. **查看警告**: 开发环境中,你可以观察浏览器控制台的警告信息,了解哪些代码片段使用了已移除或废弃的API。 3. **修复代码**: 根据警告信息,逐个修复代码...

Global site tag (gtag.js) - Google Analytics