Settings for svn
时间:2010-08-17 来源:tacoe
1. set SVN_EDITOR
set vim as your SVN_EDITOR
Command:
but if will lost if you logout shell, so you can put below line in your ~/.bash_profile file.
2. ignore files and directories in subvision. if you don't want show up the files chat relate to your attention. It is actually pretty simple to tell subversion ignore directories or specific files.you can dot that as below.
after that it will open your SVN_EDITOR editor, and then you can write some identifier, such as * in the property file, it will ignore all files in the directory you specified ./some_path. It is only support the *as a wildcard, it doesn't support regular expressions.
Command:
exprot SVN_EDITOR=vim |
export SVN_EDITOR=vim |
2. ignore files and directories in subvision. if you don't want show up the files chat relate to your attention. It is actually pretty simple to tell subversion ignore directories or specific files.you can dot that as below.
svn propedit svn:ignore ./some_path |
after that it will open your SVN_EDITOR editor, and then you can write some identifier, such as * in the property file, it will ignore all files in the directory you specified ./some_path. It is only support the *as a wildcard, it doesn't support regular expressions.
相关阅读 更多 +