Welcome To Snipplr
Everyone's Recent SVN Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I use this to scan an entire repository for an issue number and print out all of the revisions that reference it.
XSLT is far faster now then it was in the old days. Xalan (not known as the fastest engine) can run this on my 10mb log file in under...
1
821
posted 15 years ago by nitehawk
[See also: http://snipplr.com/edit/45271]
Oops, didn't mean to commit that? Undo it easily:
0
738
posted 15 years ago by cczona
Substitute and update keywords like $HeadURL$, $Revision$, etc. in a file on every commit to subversion repos.
1. Set svn:keywords on repos:
$ svn propset --recursive svn:keywords 'HeadURL Revision LastChangedBy Date' /path/to/repo
2. Use this...
0
968
posted 16 years ago by zingo
Run this command when you are in the directory where you want to changes the files that get ignored.
1
771
posted 16 years ago by jachin
This is just a collection of shortened SVN commands (may take a split-second of time less than normal)
0
708
posted 17 years ago by mountainash