`
sillycat
  • 浏览: 2562995 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

SVN command introduction

阅读更多
SVN command introduction

>svn help
>svn help add

1. how to import a project
>svn import project_directory svn_url --username=xxxx --password=xxxxx --message="test this message"
eg:
>svn import 4wargame https://sillycat.googlecode.com/svn/trunck/4wargame
--username=4myhappylife@gmail.com
--password=xxxxx
--message=test

2. checkout project
>svn checkout svn_url projectName --username=xxxx
eg:
>svn checkout https://sillycat.googlecode.com/svn/trunck/easygroovyplugin easygroovyplugin
--username=luohuazju@hotmail.com

3. show logs
>svn log --revision HEAD
------------------------------------------------------------------------
r131 | luohuazju@hotmail.com | 2011-03-31 18:03:47 +0800 (Thu, 31 Mar 2011) | 1 line

test this message

4. show the differences
> svn diff --revision HEAD

5. show the SVN status
>svn status

6. check the svn log message
>svn log

references:
http://hi.baidu.com/2maollm/blog/item/d3caa41c81d8098786d6b660.html


分享到:
评论

相关推荐

    Manning.Git.in.Practice.2014.9.pdf

    This command translates Git commits into SVN format and sends them to the SVN repository. - **Importing from SVN**: Use `git svn clone` to import an SVN repository into Git. This imports the SVN ...

    tcl8.6.10rc3-src.tar

    Introduction to Tcl The Tcl package contains the Tool Command Language, a robust general-purpose scripting language. This package is known to build and work properly using an LFS-9.0 platform. ...

    yasm-1.3.0.tar.gz

    Introduction to yasm Yasm is a complete rewrite of the NASM-2.14.02 assembler. It supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes and outputs binary, ELF32 and ELF...

    UE(官方下载)

    We are often asked if it is possible to run an UltraEdit macro or script on a file from the command line. The answer is yes - and it's not only possible, it's extremely simple! Using find/replace ...

    bochs user manual 单html文件+pdf 英文原版

    1. Introduction to Bochs 1.1. What is Bochs? 1.2. Who uses Bochs? 1.3. Is Bochs right for me? 1.4. Will it work for me? 1.5. Bochs License 1.6. Third Party Software Licensing and Temporary Files 1.7. ...

    kitware 出的关于初学vtk的资料

    - **书籍**:《An Introduction to Programming for Medical Image Analysis with the Visualization Toolkit》是一本适合初学者的教材,由Xenophon Papademetris编写,包含了从基础到高级的全面内容。 - **在线课程...

    httpd2.2.12.tar

    INTRODUCTION ------------ The Apache HTTP Server project must balance two competing and disjoint objectives: maintain stable code for third party authors, distributors and most importantly users so ...

    Doctrine ORM for PHP.pdf

    Introduction....................................................................................................13 Code Examples...........................................................................

Global site tag (gtag.js) - Google Analytics