Welcome To Snipplr


Everyone's Recent Bash Snippets Tagged svn



« Prev 1 2 3
This script get (in the correct tree folder structure) all files changed between 2 revisions. NOTICE: This scripts does not advice about files deleted
0 2553 posted 14 years ago by isholgueras
Because our server is a virtual machine inside a virtual machine (it's like inception), we can't transfer file using FTP. You need using SVN repository as a bridge to do so. Follow [Exercise 3](http://www.cs.sfu.ca/cc/470/ggbaker/exer/3 "Exercise...
0 2467 posted 14 years ago by Xixian
0 2813 posted 15 years ago by StephFR
0 2413 posted 15 years ago by munkypot
[See also: http://snipplr.com/view/12048] Oops, didn't mean to commit that? Undo it easily:
0 2390 posted 15 years ago by cczona
0 2410 posted 15 years ago by gerhardsletten
You did a checkout when you really wanted to do an export. Now there are tons of .svn folders in your project, and you need them to go away. Shell scripting to the rescue.
0 2946 posted 15 years ago by chrisaiv
Cleans SVN from a directory and all sub directories.
0 1192 posted 15 years ago by skechy
0 1308 posted 15 years ago by raphaelcangucu
shows diff while ignoring white spaces
0 1200 posted 15 years ago by yisreldov
set svn ignore recursively based on a file
1 1355 posted 15 years ago by mogui
A quick script to add all of your unversioned files. Good when working in bulk.
0 1254 posted 15 years ago by philsown
tested only on mac osx terminal
1 1549 posted 15 years ago by mcarneiro
Command: svn log -rHEAD:443 | sed -n '/nalmeida/,/-----$/ p'
0 1345 posted 15 years ago by nalmeida
grep through all history from within a Subversion working directory, like: $ svngrep SecItemCopyMatching *
0 1533 posted 15 years ago by zingo
delete all svn files recursive
1 1607 posted 16 years ago by manuelstofer
1 1512 posted 16 years ago by dalcacer
1 1386 posted 16 years ago by dalcacer
1 1508 posted 16 years ago by dalcacer
1 1725 posted 16 years ago by wnasich
« Prev 1 2 3