使用批处理方式从svn 检出DEMO

Posted zhang-pengcheng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用批处理方式从svn 检出DEMO相关的知识,希望对你有一定的参考价值。

Branching in Subversion ¶

FROM:https://dev.geogebra.org/trac/wiki/SubversionBranching

Some people want to make a branch from the GeoGebra trunk/geogebra directory. Here is the howto for the command line geek, we assume that the "prover" branch is to be created:

[email protected]:/tmp$ svn checkout --depth immediates https://dev.geogebra.org/svn
A    svn/trunk
A    svn/branches
A    svn/tags
Checked out revision 14169.
[email protected]:/tmp$ cd svn/trunk
[email protected]:/tmp/svn/trunk$ svn update geogebra
A    geogebra
A    geogebra/test
A    geogebra/test/scripts
A    geogebra/test/scripts/autotest
A    geogebra/test/scripts/autotest/simpletest.out
[...]
A    geogebra/web/war/WEB-INF/web.xml
A    geogebra/web/.settings
A    geogebra/web/.settings/org.eclipse.jdt.core.prefs
A    geogebra/web/.settings/org.eclipse.jdt.ui.prefs
Updated to revision 14169.
[email protected]:/tmp/svn/trunk$ mkdir ../branches/prover
[email protected]:/tmp/svn/trunk$ svn add ../branches/prover
A    ../branches/prover
[email protected]:/tmp/svn/trunk$ svn copy geogebra ../branches/prover/geogebra
A    ../branches/prover/geogebra
[email protected]:/tmp/svn/trunk$ cd ../branches
[email protected]:/tmp/svn/branches$ svn commit

以上是关于使用批处理方式从svn 检出DEMO的主要内容,如果未能解决你的问题,请参考以下文章

eclipse从SVN检出有父子关系的maven项目

Eclipse中从svn中检出maven项目

SVN学习——简单入门之创建仓库导入检出

从SVN检出项目报override错误

从svn检出项目不是web项目

从SVN中检出文件没有状态图标