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
分享到:
相关推荐
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 ...
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. ...
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...
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 ...
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. ...
- **书籍**:《An Introduction to Programming for Medical Image Analysis with the Visualization Toolkit》是一本适合初学者的教材,由Xenophon Papademetris编写,包含了从基础到高级的全面内容。 - **在线课程...
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 ...
Introduction....................................................................................................13 Code Examples...........................................................................