Difference between revisions of "Svn notes"
(New page: == Global ignore == Where to set the pattern for files to be ignored: You can modify /etc/subversion/config like this [miscellany] global-ignores = *.class *.o tmp) |
|||
Line 1: | Line 1: | ||
== Global ignore == |
== Global ignore == |
||
Where to set the pattern for files to be ignored: |
* Where to set the pattern for files to be ignored: |
||
You can modify /etc/subversion/config like this |
You can modify /etc/subversion/config like this |
||
Line 7: | Line 7: | ||
[miscellany] |
[miscellany] |
||
global-ignores = *.class *.o tmp |
global-ignores = *.class *.o tmp |
||
* How to use a different username for a svn client (for example, rapidsvn) |
|||
SVN_SSH='ssh -l username' rapidsvn |
Revision as of 16:20, 3 November 2009
Global ignore
- Where to set the pattern for files to be ignored:
You can modify /etc/subversion/config like this
[miscellany] global-ignores = *.class *.o tmp
- How to use a different username for a svn client (for example, rapidsvn)
SVN_SSH='ssh -l username' rapidsvn