Table of Contents

Todo

Misc

HowTo RollBack : http://aralbalkan.com/1381%2024888%2025390

 svn merge --dry-run -r HEAD:$before 
wget -O ${package}.c http://${package}.googlecode.com/svn/trunk/${package}.c

svn: http://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.keywords.html

# find all file not in .svn
find . -type d -iname ".svn" -prune -false -o -type f -exec file {} \; | grep svn
find . -type d -iname ".svn" -prune -a -type d -iname "CVS" -prune -false\
  -o -type f -exec file {} \; 

http://www.usvn.info

http://gcc.gnu.org/wiki/SvnMerge

DO="svn propset svn:keywords \"Date Revision Author HeadURL Id\" "
find .  -type d -iname ".svn" -prune -false -o  -name "*.dsw" -o  -name "*.dsp" -o -name "*.bat" -exec svn propset svn:eol-style CRLF {} \;

svnmerge

svnmerge init
svn commit -f svnmerge.txt
svnmerge init ${SCM_ROOT} -1-4 #
svn commit -f svnmerge.txt
svn log --stop-on-copy ${SCM_ROOT}
svnmerge avail
svnmerge merge
svnmerge merge 42-84
svnmerge uninit -S  ${SCM_ROOT}

error message

svn: Delta source ended unexpectedly [Follow Up]

misc

cat .subversion/config
[miscellany]
use-commit-times = yes

MORE

@TaG: ScM CVS OpenSource Tool Programming eclipse