Welcome To Snipplr


Everyone's Recent Snippets Tagged svn



> <code>__Usage:__<br> > ./svn-export.sh [repository/subdir] [rev1] [rev2]</code>
0 1283 posted 15 years ago by tcmacdonald
Can be used on any machine with PERL installed. Just execute this script in the directory and it will remove .svn folders recursively
0 1538 posted 15 years ago by TEHEK
This is how to patch changes from svn into git (should work with other vcs as well).
0 1223 posted 15 years ago by narkisr
2 3400 posted 15 years ago by jmiller
gets the svn version of the cwd
0 1178 posted 15 years ago by iloveitaly
0 981 posted 15 years ago by winstonford
Works as advertised on OS X.
0 2493 posted 15 years ago by zachharkey
I recently had to remove some files from a svn repo. should work pretty much out of the box, just fill in blatantly exampleish text and read the comments
0 1334 posted 16 years ago by spreelanka
0 3395 posted 16 years ago by obi
Using svnadmin hotcopy doesn’t require any server downtime, completes in minutes, and replicates server configuration and hook scripts.
1 1552 posted 16 years ago by Mithun
This is useful if you do not currently have a trunk/branch structure and would like to move everything into a new trunk.
0 3410 posted 16 years ago by jmiller
svn log | sed -n '/username/,/-----$/ p'
0 987 posted 16 years ago by sonnyg
usage: dgrep foo svn://my-svn-server/trunk/my-file.txt
0 1881 posted 16 years ago by hacker
usage: sgrep foo svn://my-svn-server/trunk/my-file.txt
0 1694 posted 16 years ago by hacker
Put this into your ~/.bashrc script and you should see the Git/SVN status in your prompt if your working directory is a sandbox.
0 1606 posted 16 years ago by zingo
0 3268 posted 16 years ago by randyjhunt
En este ejemplo, las uri apuntan hacia los dos working copy's pero pueden apuntar también hacia URL's de repositorio.
0 3175 posted 16 years ago by delm
0 3356 posted 16 years ago by ttr738
0 3415 posted 16 years ago by ttr738
sed is required because hg status returns paths with \ (backslash) instead of / (slash). I'm using the Windows version of Mercurial, in a linux version you can omit the sed part.
0 1217 posted 16 years ago by geekiuscaesar
0 3449 posted 16 years ago by paulbooker
Assuming you have a set of svn project folders inside a parent (only folders in parent) you can do a simple backtick `ls` to get the folder names for svn...
0 1469 posted 16 years ago by jasonm23
0 1227 posted 16 years ago by pmaciver
Improved version of http://snipplr.com/view/15246/color-coded-svn-status/
0 1279 posted 16 years ago by phalkunz
0 1458 posted 16 years ago by pauljmartinez