Browse posteets
About
Contact us
Log In
Register
View: How to make a dry-run with svn update
How to make a dry-run with svn update
3 months ago
by
spirit
svn merge --dry-run -r BASE:HEAD .
alias
svnupdry=
'svn merge --dry-run -r BASE:HEAD .'
dryrun
merge
svn
View source
0 comment
about "How to make a dry-run with svn update"
Tags
dryrun
merge
svn
Note
What is svn going to do to my files when I update?
0 comment about "How to make a dry-run with svn update"