This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
svn:start [2014/07/23 08:55] jakub.moron |
svn:start [2022/12/21 17:08] (current) marek.idzik |
||
---|---|---|---|
Line 8: | Line 8: | ||
===== SVNShell & SmartSVN ===== | ===== SVNShell & SmartSVN ===== | ||
- | {{:svn:svnshell.tar| SVNShell_script}} \\ | + | {{:svn:svnshell.tar| SVNShell_script}} **DO NOT USE -- OLD**\\ |
- | {{:svn:smartsvn.tar| SmartSVN_script}} \\ | + | {{:svn:smartsvn.tar| SmartSVN_script}} **DO NOT USE -- OLD**\\ |
Download, untar (''tar -xf name.tar'') and add to ''$PATH''. | Download, untar (''tar -xf name.tar'') and add to ''$PATH''. | ||
Line 38: | Line 38: | ||
To get local copy of repository : | To get local copy of repository : | ||
<code> svn checkout svn+ssh://[email protected]/REPOSITORY_NAME </code> | <code> svn checkout svn+ssh://[email protected]/REPOSITORY_NAME </code> | ||
- | or optionaly | + | or optionally |
<code> svn checkout svn+ssh://[email protected]/REPOSITORY_NAME/trunk REPOSITORY_NAME </code> | <code> svn checkout svn+ssh://[email protected]/REPOSITORY_NAME/trunk REPOSITORY_NAME </code> | ||
Line 97: | Line 97: | ||
Editor to be invoked is specified by environmental variable SVN_EDITOR. To change | Editor to be invoked is specified by environmental variable SVN_EDITOR. To change | ||
default editor you should set this variable in yours ''~/.bashrc'' file, e.g: | default editor you should set this variable in yours ''~/.bashrc'' file, e.g: | ||
- | <code> export SVN_EDITOR=vim </code> | + | <code> export SVN_EDITOR=gvim </code> |
===== typical use case ===== | ===== typical use case ===== |