Welcome To Snipplr


Everyone's Recent Snippets Tagged svn



This is used in the build.xml file generated by a Netbeans project, to override the default clean-up behaviour that deletes the 'build' and 'dist' folders. In case these folders are to be maintained in SVN, the following ensures that only the content...
0 550 posted 13 years ago by studioevoque
Cleans SVN from a directory and all sub directories.
0 471 posted 13 years ago by skechy
0 653 posted 13 years ago by vigoncas
0 549 posted 13 years ago by raphaelcangucu
0 760 posted 13 years ago by vigoncas
shows diff while ignoring white spaces
0 527 posted 13 years ago by yisreldov
Don't forget to commit afterward.
0 1008 posted 13 years ago by beneberle
1. Update your working copy to the latest revision. 2. Merge a specific revision to your current working copy: svn merge -rHEAD:xxxx [svn-repository-url] [path-to-local-copy] * HEAD – indicates the revision of the local copy of the cod...
0 880 posted 13 years ago by beneberle
set svn ignore recursively based on a file
1 496 posted 13 years ago by mogui
0 783 posted 13 years ago by supermauerbros
A quick script to add all of your unversioned files. Good when working in bulk.
0 488 posted 13 years ago by philsown
tested only on mac osx terminal
1 572 posted 13 years ago by mcarneiro
Command: svn log -rHEAD:443 | sed -n '/nalmeida/,/-----$/ p'
0 599 posted 13 years ago by nalmeida
grep through all history from within a Subversion working directory, like: $ svngrep SecItemCopyMatching *
0 699 posted 14 years ago by zingo
delete all svn files recursive
1 620 posted 14 years ago by manuelstofer
1 560 posted 14 years ago by dalcacer
1 539 posted 14 years ago by dalcacer
1 536 posted 14 years ago by dalcacer
1 742 posted 14 years ago by wnasich
First there was: [http://snipplr.com/view/15246/color-coded-svn-status](http://snipplr.com/view/15246/color-coded-svn-status) Then there was: [http://snipplr.com/view/16540/color-coded-svn-status-v2](http://snipplr.com/view/16540/color-coded-svn-s...
0 719 posted 14 years ago by philchristensen