Welcome To Snipplr
Everyone's Recent Snippets Tagged svn
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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
698
posted 14 years ago by studioevoque
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
1096
posted 14 years ago by beneberle
A quick script to add all of your unversioned files. Good when working in bulk.
0
654
posted 14 years ago by philsown
grep through all history from within a Subversion working directory, like:
$ svngrep SecItemCopyMatching *
0
888
posted 14 years ago by zingo
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
886
posted 14 years ago by philchristensen